I found the problem. My GDB didn't have XML extensions (libexpat)
integrated, and thus didn't have a clue about the memory map. It's
interesting though that I didn't get any errors.
Thanks for all the help!
Thomas
___
Openocd-development mailing list
Op
Didn't know about that command. I always used the openocd commands.
This is much easier.
However, the compare fails. Here is the GDB output. I attached the
corresponding OpenOCD output to this email as it is quiet long. Any
suggestions on what went wrong?
(gdb) load
Loading section .text, size 0x
Hey all,
Has anyone ever tried to program the flash of an Atmel Sam3s through
gdb and openocd? While the gdb 'load' instruction seems to work (i.e.,
no error) the flash doesn't actually get programmed. After a
"soft_reset_halt", the old flash content gets executed.
Cheers,
- Thomas
_
Hey all,
Found some mistakes in the presentation of the 'at91sam3s info'
command. They are all minor. A patch is attached.
Cheers,
- Thomas
From 7b23852e89022928eee9bc2cb3f6ae27c2a247e7 Mon Sep 17 00:00:00 2001
From: Thomas Schmid
Date: Tue, 25 Jan 2011 08:15:30 -0800
Subject: [PA