Some checks failed
Build Kernel / Set targets (push) Has been cancelled
Build all core packages / build (malta/be) (push) Has been cancelled
Build all core packages / build (x86/64) (push) Has been cancelled
Build host tools / build-macos-latest (push) Has been cancelled
Build host tools / build-linux-buildbot (push) Has been cancelled
Build Kernel / Build Kernel with external toolchain (push) Has been cancelled
Build Kernel / Check Kernel patches (push) Has been cancelled
Build host tools / push-tools-container (push) Has been cancelled
9 lines
304 B
Plaintext
9 lines
304 B
Plaintext
part uuid ${devtype} ${devnum}:2 ptuuid
|
|
|
|
setenv bootargs "root=PARTUUID=${ptuuid} rw rootwait console=ttyS0,115200 console=tty0"
|
|
|
|
load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} zImage
|
|
load ${devtype} ${devnum}:${bootpart} ${fdt_addr_r} ${soc}-${board}.dtb
|
|
|
|
bootz ${kernel_addr_r} - ${fdt_addr_r}
|