NanoPayload

boot_usb

77:7e61adf1e166
2015-07-03 Paul Boddie Experiment with loading the program at 0x80001000. 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 0x80001000     9 xbboot bulk_write stage2/stage2.bin    10 xbboot start2 0x80001000