Missing Files When Building U-Boot for Creating a Bootable MMC Device #11
Replies: 4 comments 2 replies
-
Are you building mainline u-boot? Here is the script to build it:
The script is intended to be run from an arm64 linux device. |
Beta Was this translation helpful? Give feedback.
-
I am not going to be of much help in building the proprietary 2017 downstream u-boot from Rockchip. You have to also run Rockchip x86 binaries as well. The output targets from Rockchip look to be The whole purpose of my repos is to build unmodified up-stream distributions directly from the source u-boot and debian repositories. This should help: https://opensource.rock-chips.com/wiki_U-Boot |
Beta Was this translation helpful? Give feedback.
-
The rockchip files needed for compiling u-boot for the M1 can be downloaded from the rkbin repository |
Beta Was this translation helpful? Give feedback.
-
I have updated the rkbin binaries from debian bookworm v12.5 arm64 - rc4 u-boot arm64 inindev v2024.07-rc4 |
Beta Was this translation helpful? Give feedback.
-
I'm trying to build u-boot and create a bootable mmc device, but looking at your code for creating the Debian image leaves me with some questions.
Where did you get the files
https://github.com/inindev/odroid-m1/releases/download/v12.0.1/idbloader.img
and
https://github.com/inindev/odroid-m1/releases/download/v12.0.1/u-boot.itb
?When i build u-boot following the instructions at
https://wiki.odroid.com/odroid-m1/software/building_u-boot
i don't see those files.These are the files i have after building u-boot
Beta Was this translation helpful? Give feedback.
All reactions