mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
All build scripts use $BR2_ARCH to determine location of critical board files and configuration. As per previous decisions, the BR2_ARCH variable controls all naming in Infix and for consistency the defconfig files are also renamed. This fixes the issue with missing DTB file(s) for the Raspberry Pi 2B. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
8 lines
211 B
Plaintext
8 lines
211 B
Plaintext
blkmap get boot dev devnum
|
|
load blkmap ${devnum} ${kernel_addr_r} /boot/zImage
|
|
#TODO: LOAD FDT
|
|
|
|
setenv bootargs "${bootargs_root} ${bootargs_rauc} ${bootargs_log}"
|
|
|
|
bootz ${kernel_addr_r} ${ramdisk} ${fdt_addr}
|