NanoPayload

boot_usb

66:838dee70e9cf
2015-06-23 Paul Boddie Changed the style of the linker script, originally to attempt to provide separate sections for interrupt handlers and for the main program, but the script is currently equivalent to the previous version. stage2-non-pic
     1 #!/bin/sh     2      3 xbboot set_addr 0x80002000     4 xbboot bulk_write stage1/stage1.bin     5 xbboot start1 0x80002000     6 xbboot get_info     7 xbboot flush_cache     8 xbboot set_addr 0x80010000     9 xbboot bulk_write stage2/stage2.bin    10 xbboot start2 0x80010000