README_FIRST.txt 857 B

123456789101112131415161718192021
  1. This bootloader use first 2k of FLASH. Use XMODEM-CRC, XMODEM-1k or YMODEM
  2. to upload your code. (autodetected protocol)
  3. When compiling Nut/OS, in tools->GCC setting->linker script select at91sam7s64_bootrom
  4. or at91sam7s256_bootrom to use with this bootloader.
  5. Use SAM-BA to burn bootloader into flash memory. VERY IMPORTANT: you must erase all
  6. flash to unlock all sector before write bootloader. Bootload don't unlock sector.
  7. You can use ready-to-use binary into /bin directory or recompile.
  8. To compile:
  9. In makefile, select MCU to use (AT91SAM7S64,128,256)
  10. In board.h select uart: UARTO, UART1 or DBGU
  11. In board.h select baudrate
  12. make (using ARM-NONE-EABI gnu compiler)
  13. All source file is inside XLoader7.inter, file format using Interspector text editor,
  14. some weird thing can appear in source code if you open it directly.
  15. Rémi Bilodeau (dec 2010)