services for bootstrapping

This commit is contained in:
2026-03-26 15:06:33 +08:00
parent 215eb0dc75
commit 25e17a14a4
5 changed files with 37 additions and 0 deletions

View File

@@ -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};
'