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

Fix u-boot for rock-5b (and update u-boot for rock-5a) #10

Merged
merged 1 commit into from
Mar 10, 2024
Merged

Fix u-boot for rock-5b (and update u-boot for rock-5a) #10

merged 1 commit into from
Mar 10, 2024

Conversation

kwankiu
Copy link
Contributor

@kwankiu kwankiu commented Mar 9, 2024

The current BredOS image does not boot on Rock 5B.
Manually flashing the u-boot solved it.
I think that updating the u-boot will solve this issue.
And this radxa rock 5b u-boot seems works well with USB PD.

# extract radxa u-boot
# replace u-boot-rknext_2017.09-10-52701b7_arm64.deb with the latest version number available
curl -L https://github.com/radxa-repo/bullseye/raw/gh-pages/.pool/u-boot-rknext_2017.09-10-52701b7_arm64.deb -o uboot.deb
ar xv uboot.deb
tar -xf data.tar.xz
# u-boot is located at usr/lib/u-boot/rock-5a or usr/lib/u-boot/rock-5b

@Rippanda12 Rippanda12 merged commit 439774f into BredOS:main Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants