The SAM7 working great now
However I also have a SAM9-l9260. (for a different project) When I got it out of the box and plugged it in to my environment, all I got was:
RomBOOT
It would never do anything else.
I thought maybe Linux wasn’t flashed onto it, and I would go ahead and flash it according the docs on the CD. I pull a couple of jumpers, and the run at91sam9260_demo_linux_dataflash.bat. Results are below:
-I- Waiting …
connection : \usb\ARM0
board : AT91SAM9260-EK
target(handle) : 17903632
read chip ID : 0x00000010 at addr: 0xFFFFEE40
read chip ID : 0x019803A1 at addr: 0xFFFFF240
-I- Found processor : AT91SAM9260 (0x019803A0)
-I- Loading applet isp-extram-at91sam9260.bin at address 0x200000
-I- Memory Size : 0x4000000 bytes
-I- Buffer address : 0x2007C4
-I- Buffer size: 0x0 bytes
-I- Applet initialization done
-I- External RAM initialized
script file : at91sam9260_demo_linux_dataflash.tcl
-I- === Initialize the DataFlash access ===
-I- DATAFLASH::Init 1 (trace level : 3)
-I- Loading applet isp-dataflash-at91sam9260.bin at address 0x20000000
-E- Script File at91sam9260_demo_linux_dataflash.tcl returned error : Error Initializing DataFlash Applet (Can’t detect known device) - Error Initializing DataFlash Applet (Can’t detect known device)
while executing
“error “Error Initializing DataFlash Applet ($dummy_err)””
(procedure “DATAFLASH::Init” line 13)
invoked from within
"DATAFLASH::Init 1 "
(“AT91C_SPI0_CS1” arm line 1)
invoked from within
"switch $Dataflash_CS {
“AT91C_SPI0_CS0” { DATAFLASH::Init 0 }
“AT91C_SPI0_CS1” { DATAFLASH::Init 1 }
default …"
(procedure “DATAFLASH::SelectDataflash” line 3)
invoked from within
“DATAFLASH::SelectDataflash AT91C_SPI0_CS1”
(file “at91sam9260_demo_linux_dataflash.tcl” line 86)
invoked from within
“source $scriptFile”
Was board damaged in shipping? Is there something that can be done to help it? Should I send it back?
Thank you