NanoPayload

boot_usb

72:064b3f328d90
2015-06-30 Paul Boddie Added some debugging functionality. 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