NanoPayload

boot_usb

68:beb796ba8f29
2015-06-23 Paul Boddie Attempted to add support for interrupts, although this does not currently work. Some handlers have been added, and minimal handlers to branch to them should be installed in the appropriate addresses utilised by the CPU. The program itself should gradually plot the test pattern but be interrupted and configured to draw clear regions periodically. 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