Armbian Linux build framework generates custom Debian or Ubuntu image for x86, aarch64, riscv64 & armhf
GNU General Public License v2.0
4.28k
stars
2.34k
forks
source link
rk3576: use boot_merger to generate idbloader.img #7500
Closed
amazingfate closed 5 days ago
Description
This depends on https://github.com/armbian/rkbin/pull/31. When idbloader.img is generated by mkimage in u-boot, it can't boot in sd card. To boot in sd card, we have to use close source binary boot_merger from rockchip: https://github.com/rockchip-linux/rkbin/blob/master/tools/boot_merger. We have to generate RK3576MINIALL.ini with rk3576_boost_v1.02.bin, DDR blob, and u-boot-spl.bin compiled from u-boot source.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.
./compile.sh uboot BOARD=armsom-cm5-io BRANCH=vendor BUILD_MINIMAL=no DEB_COMPRESS=xz
Checklist:
Please delete options that are not relevant.