Open main menu

DAVE Developer's Wiki β

Changes

Standalone boot (BELK/BXELK)

7 bytes added, 11:42, 5 March 2019
Storing the images onto the raw partitions of the NAND memory
NAND write: device 0 offset 0x0, size 0x8fc790
9422736 bytes written: OK
 
 
 
 
 
 
 
Bora> tftpboot ${loadaddr} borax/elt/bitstream.bit
Using ethernet@e000b000 device
NAND write: device 0 offset 0x3000000, size 0x5b3f75
5980021 bytes written: OK
Bora> nand erase 3f00000 100000
NAND erase: device 0 offset 0x3f00000, size 0x100000Erasing at 0x3fe0000 -- 100% complete.OK 
Bora> tftpboot ${loadaddr} borax/elt/bora.dtb
Using ethernet@e000b000 device
done
Bytes transferred = 15280 (3bb0 hex)
Bora> nand erase 3f00000 100000
 
NAND erase: device 0 offset 0x3f00000, size 0x100000
Erasing at 0x3fe0000 -- 100% complete.
OK
Bora> nand write ${loadaddr} 3f00000 ${filesize}
NAND write: device 0 offset 0x3f00000, size 0x3bb0
15280 bytes written: OK
Bora>
</pre>
4,650
edits