services for bootstrapping
This commit is contained in:
@@ -4,6 +4,7 @@ Booting release image with bootusb
|
||||
setenv bootusb '
|
||||
usb start;
|
||||
setenv kernel_addr_r 0xa0000000;
|
||||
setenv bootargs "console=ttyS0,115200 root=/dev/sda2 data=/dev/sda4 rw rootwait;"
|
||||
ext4load usb 0:2 ${kernel_addr_r} /boot/kernel.itb;
|
||||
bootm ${kernel_addr_r};
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user