-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Bump default boot blobs for RK3528, RK3566 and RK3568 and use them for NanoPi R5C #6822
Conversation
NB: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
excellent. sanity is restored. flexibility is kept. merge
This fixes several issues as described in the changelog doc at https://github.com/armbian/rkbin/blob/master/patch-notes/RK3568_EN.md The doc does not mention any incompatibilities between versions.
This fixes several issues as described in the changelog doc at https://github.com/armbian/rkbin/blob/master/patch-notes/RK3528_EN.md The doc does not mention any incompatibilities between versions.
The release doc does not mention any incompatibilities between versions: https://github.com/armbian/rkbin/blob/master/patch-notes/RK3568_EN.md
NanoPi R5C and R5S
Also move the ROCK_USB variable for RK3588 from rk3588.conf to rockchip64.conf to achieve consistency. Remove the now obsolete variable for OrangePi 3B
@rpardini You can also consider removing the blobs on OPi 3B build/config/boards/orangepi3b.csc Lines 19 to 20 in 1e68000
and Odroid M1 build/config/boards/odroidm1.conf Lines 20 to 22 in 1e68000
The default blobs are now newer. |
Should be addressed in #6837 -- thanks @ColorfulRhino !!! |
Description
As mentioned here: #6810 (comment)
Out of date blobs can be an issue if the vendor ships boards with new blobs, as recently seen for FriendlyElec with the NanoPC T6 for example.
The release docs do not mention any incompatibilities between versions for rk3528 and rk3568:
https://github.com/armbian/rkbin/blob/master/patch-notes/RK3528_EN.md
https://github.com/armbian/rkbin/blob/master/patch-notes/RK3568_EN.md
For rk3566, only one warning is listed for
rk3566_ddr_1056MHz_ultra_v1.19.bin
but we're not using theultra
blob (what's the difference?):https://github.com/armbian/rkbin/blob/master/patch-notes/RK3566_EN.md#rk3566_ddr_1056mhz_ultra_v119bin
ROCK_USB_BLOB
bump depends on armbian/rkbin#29 being merged.Other blobs have already been merged to armbian/rkbin in the past.
How Has This Been Tested?
./compile.sh uboot ARTIFACT_IGNORE_CACHE=yes BOARD=nanopi-r5c BRANCH=edge BUILD_DESKTOP=no BUILD_MINIMAL=no EXPERT=yes KERNEL_CONFIGURE=no RELEASE=trixie
Checklist: