armbian / build

Armbian Linux build framework generates custom Debian or Ubuntu image for x86, aarch64, riscv64 & armhf
https://www.armbian.com
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

amazingfate commented 6 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.

Checklist:

Please delete options that are not relevant.