-
Notifications
You must be signed in to change notification settings - Fork 30
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
SM1 (S905X3) doesn't boot with gxlimg #19
Comments
If I generate |
I've found that
and
produce substantially different result. |
Hello, Have you tried using --rev v3 option for generating final binary blop as suggest in README.g12a ? Thanks |
The command was as the following:
|
Difference seems to be that working
header while the broken ones are missing the first 0x100 bytes ( |
This seems to be some marker used by meson64-tools. glximg seems to check the img header during When extracting the images with
|
I agree with @ensc - it seems the extra @ensc as you seem to be able to write code - did you try to port the code from meson64-tools to gxlimg? |
Hi,
I am trying to use
gxlimg
to make bootable image for Odroid-C4 board.I've successfully used https://github.com/angerman/meson64-tools to make bootable image following this instruction.
However, when I try to substitute
meson64-tools
withglximg
, then I obtain unbootable result:Only bl2 seems to be running fine.
I've not found what is the reason yet. Now I see that
bl30_new.bin.enc
is little shorter forgxlimg
becausemeson64-tools
pads the file with0
up to 512(?) bytes.The text was updated successfully, but these errors were encountered: