Hello, I have a task to start programm from SD card.
Is some bootloader support this scheme:
I compile my programm, write into SD and put it into my device. Best if I use FAT
AT91SAM7 start, load programm and run it
Thanks!
Hello, I have a task to start programm from SD card.
Is some bootloader support this scheme:
I compile my programm, write into SD and put it into my device. Best if I use FAT
AT91SAM7 start, load programm and run it
Thanks!
You can start by reading the USB Bootloader tutorial from Sparkfun. You’ll have to modify it to work for the AT91SAM7, but it should give you a head start.