Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rk3576: use boot_merger to generate idbloader.img #7500

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

amazingfate
Copy link
Contributor

Description

This depends on armbian/rkbin#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
  • Tested with armsom-cm5-io, emmc and sd card boot fine.

Checklist:

Please delete options that are not relevant.

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

@github-actions github-actions bot added size/small PR with less then 50 lines Needs review Seeking for review Hardware Hardware related like kernel, U-Boot, ... labels Nov 19, 2024
@igorpecovnik igorpecovnik added Ready to merge Reviewed, tested and ready for merge 11 Milestone: Fourth quarter release labels Nov 20, 2024
@igorpecovnik igorpecovnik merged commit cc45139 into armbian:main Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
11 Milestone: Fourth quarter release Hardware Hardware related like kernel, U-Boot, ... Needs review Seeking for review Ready to merge Reviewed, tested and ready for merge size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

2 participants