NanoPayload

boot_usb

64:7eff01784edc
2015-06-15 Paul Boddie Replaced duplicated definitions with a single board-specific header file. 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