You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use meson64-tools to craft bootable image for Odroid c4 microsd card.
I do the following. I take fip directory from https://github.com/LibreELEC/amlogic-boot-fip and then follow the instructions from the upstream u-boot doc/board/amlogic/odroid-c4.rst.
Firstly, I use prebuild aml_encrypt_g12a tool provided in fip directory by LibreFLEC. If use the tool, then the board boots fine:
U-Boot 2021.01 (Mar 04 2021 - 14:59:52 +0000) odroid-c4
Model: Hardkernel ODROID-C4
SoC: Amlogic Meson SM1 (S905X3) Revision 2b:c (10:2)
DRAM: 3.8 GiB
MMC: sd@ffe05000: 0, mmc@ffe07000: 1
In: serial
Out: serial
Err: serial
Net: eth0: ethernet@ff3f0000
Hit any key to stop autoboot: 0
Then I try to do the same steps, but using meson64-tools instead of prebuild aml_encrypt_g12a.
Unfortunately, bootmk doesn't produce u-boot.bin.sd.bin at the last step, so I deploy u-boot.bin instead. Then nothing happens at power on:
Hi,
I am trying to use
meson64-tools
to craft bootable image for Odroid c4 microsd card.I do the following. I take
fip
directory from https://github.com/LibreELEC/amlogic-boot-fip and then follow the instructions from the upstream u-bootdoc/board/amlogic/odroid-c4.rst
.Firstly, I use prebuild
aml_encrypt_g12a
tool provided infip
directory byLibreFLEC
. If use the tool, then the board boots fine:Then I try to do the same steps, but using
meson64-tools
instead of prebuildaml_encrypt_g12a
.Unfortunately,
bootmk
doesn't produceu-boot.bin.sd.bin
at the last step, so I deployu-boot.bin
instead. Then nothing happens at power on:Probably, I've just missed the idea how to create
u-boot.bin.sd.bin
required to be deployed on the sd card.The text was updated successfully, but these errors were encountered: