Open main menu

DAVE Developer's Wiki β

Changes

Standalone boot (BELK/BXELK)

2,622 bytes added, 11:45, 5 March 2019
Storing the images onto the raw partitions of the NAND memory
Environment size: 3823/262139 bytes
 
 
 
 
 
 
 
 
Bora> tftpboot ${loadaddr} borax/elt/uImage
Using ethernet@e000b000 device
TFTP from server 192.168.0.13; our IP address is 192.168.0.81
Filename 'borax/elt/uImage'.
Load address: 0x2080000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
##################################################
2.5 MiB/s
done
Bytes transferred = 9904184 (972038 hex)
Bora> nand erase 0 3000000
 
NAND erase: device 0 offset 0x0, size 0x3000000
Erasing at 0x2fe0000 -- 100% complete.
OK
Bora> nand write ${loadaddr} 0 ${filesize}
NAND write: device 0 offset 0x0, size 0x8fc7900x972038 9422736 9904184 bytes written: OKBora>
4,650
edits