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.scr instead of extlinux #7426

Merged
merged 2 commits into from
Nov 3, 2024

Conversation

amazingfate
Copy link
Contributor

Description

RK3576 is using different boot script addresses: https://github.com/ArmSoM/u-boot/blob/rk3576-6.1-rk3.1/include/configs/rk3576_common.h#L68-L73
And the default load_addr of rk35xx 0x9000000 does not work. So I creat new boot.cmd for rk3576 with load_addr 0x48000000.
And also add necessary u-boot patches for compile and source command.
UFS driver will cause a fatal error when using boot.scr without UFS on board, so I disable UFS driver in uboot defconfig because there is no board with UFS on it.

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 BOARD=armsom-sige5 BRANCH=vendor BUILD_MINIMAL=no DEB_COMPRESS=xz KERNEL_CONFIGURE=no RELEASE=noble KERNEL_GIT=shallow BUILD_DESKTOP=no
  • ArmSoM Sige5 boots, and overlay added by command armbian-add-overlay works.

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/medium PR with more then 50 and less then 250 lines Needs review Seeking for review Hardware Hardware related like kernel, U-Boot, ... Patches Patches related to kernel, U-Boot, ... labels Nov 1, 2024
@amazingfate amazingfate merged commit ac7a37b into armbian:main Nov 3, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hardware Hardware related like kernel, U-Boot, ... Needs review Seeking for review Patches Patches related to kernel, U-Boot, ... size/medium PR with more then 50 and less then 250 lines
Development

Successfully merging this pull request may close these issues.

2 participants