Hello,
Dominic Rath wrote:
> Hi,
>
> the OpenOCD contains support for some controllers with NAND interfaces, but
> the AT91SAM9260 isn't currently supported. I looked into this once, but
> SAM-BA is so easy to use, I didn't bother working on OpenOCD support for the
> SAM9s.
>
> There's a Linu
Hello,
> Looks like you had the internal SRAM mapped to 0x0 at that point. Check the
> processors user's manual for information about its internal memories and
> mappings.
I had a closer look at the at91sam9260 datasheet.
On my board the code at the beginning of the NAND flash is loaded (thus
Hello Dominic,
thanks for your fast answer.
Dominic Rath wrote:
> Hello Stefan,
> > [...]
>
> The WIKI is completely outdated, but unfortunately none of the pages can be
> edited.
Is there some more recent documentation available somewhere ?
>> * How can I program the boot memory of my AT91S
Hi,
I read the (rather outdated) openocd documentation at
http://openfacts.berlios.de/index-en.phtml?title=Open_On-Chip_Debugger
more than once.
Unfortunately, I still can't program anything with it.
* How can I program the boot memory of my AT91SAM9260 at address 0x0 ?
Until now I tried the
Hi,
I have a AT91SAM9260 based Olimex board which I would like to debug and
program with openocd attached to an Olimex OpenOCD JTAG dongle.
Unfortunately, although the SAM9260 core seems to get reset and stopped,
openocd fails:
--
# openocd --file olimex_arm9.cfg -d3
Open On-C