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

Orange Pi 5 Pro? #3

Open
ryanpeach opened this issue Aug 13, 2024 · 2 comments
Open

Orange Pi 5 Pro? #3

ryanpeach opened this issue Aug 13, 2024 · 2 comments

Comments

@ryanpeach
Copy link

Will this work on the Orange Pi 5 Pro?

@schneid-l
Copy link
Owner

I don't think, U-Boot does not provides configuration for OPI5 Pro for now, so it's not built in this repo

@petabyt
Copy link

petabyt commented Sep 9, 2024

Latest u-boot master compiles for Orange Pi 5 Pro, here's a bare bootable image: https://s1.danielc.dev/filedump/output.img

ATF:

CROSS_COMPILE=/home/daniel/gcc-arm-aarch64/bin/aarch64-none-elf- make PLAT=rk3588
make orangepi-5-rk3588s_defconfig
CROSS_COMPILE=/home/daniel/gcc-arm-aarch64/bin/aarch64-none-elf- make PLAT=rk3588 BL31=/home/daniel/Documents/arm-trusted-firmware/build/rk3588/release/bl31/bl31.elf ROCKCHIP_TPL=rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.16.bin
./tools/mkimage -n rk3588 -T rkspi -d rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.16.bin:spl/u-boot-spl.bin idbloader_spi.img

dd if=idbloader.img of=output.img seek=64 conv=fsync
dd if=u-boot.itb of=output.img seek=16384 conv=fsync

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

No branches or pull requests

3 participants