Total n00b here so I apologize if this question is "basic"
I just received a AT91SAM9263-EK kit and I'm trying to flash it with SAM-BA 2.4. So I run the batch script that comes on the CD and it looks good, but I get the following error:
Code:
-I- Enable the SPIO
-I- Waitfor dataflash ready (bit7 of the status register)
-E- DataFlash Not Detected
-I- === Erase all the DataFlas blocs and test the erasing ===
-I- === Load the bootstrap: dataflash_at91sam9263ek in the first sector ===
-I- File size = 3902 byte(s)
-E- Script File AT91SAM9263_demo_linux.tcl not found: AT91C_ERR2
I assume the second error is a result of the first and I assume the first error is because I tried to use a SD card instead of a DataFlash card in J9. Is all that valid? Do I really
need a DataFlash card to flash this thing?
Finally, do any flashing tools exist for Linux?