diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-01-21 16:56:01 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-01-24 03:57:03 +0100 |
commit | b59286f06511eac5eae81371251c98db14abc474 (patch) | |
tree | 92059aa98756380497a538dc48425028cc4d54c9 /kernels/linux-libre-x86_64 | |
parent | 320542f52d5672f456a61e6032eb613b62927f81 (diff) | |
download | abslibre-b59286f06511eac5eae81371251c98db14abc474.tar.gz abslibre-b59286f06511eac5eae81371251c98db14abc474.tar.bz2 abslibre-b59286f06511eac5eae81371251c98db14abc474.zip |
linux-libre-aarch64: use Image to fix "Bad Linux ARM64 Image magic!"
Without that patch, /boot/vmlinuz-linux-libre-aarch64 ends
up being an Image.gz, however some u-boot configuration
and/or versions seem to not like that and fail with the
following message:
Bad Linux ARM64 Image magic!
Making sure that vmlinuz-linux-libre-aarch64 is an Image
results in the board booting. However it then fails with:
Failed to execute /init (error -8)
This might be because the board I used for testing doesn't
support runing 32bit binaries and/or because we need to
enable more configuration in the kernel to enable that.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'kernels/linux-libre-x86_64')
0 files changed, 0 insertions, 0 deletions