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

[BUG] Cannot boot Odroid N2+ with 12.0.0 image, official release version or nightly built version #9104

Open
mood-indigo opened this issue Jul 20, 2024 · 0 comments

Comments

@mood-indigo
Copy link

mood-indigo commented Jul 20, 2024

          The image is not "corrupted" but the file path to the dtb files is incorrect. The fix was merged in https://github.com/LibreELEC/LibreELEC.tv/pull/9030 two weeks ago.

Use a current nightly image from https://test.libreelec.tv/12.0/Amlogic/odroid-n2/ .. beware the folder contains old arm images too. You need the latest aarch64 one. Or you can install using LE11 then update to LE12.

Originally posted by @chewitt in #9099 (comment)

I have downloaded all the 12.0.0 images on https://libreelec.tv/downloads/amlogic/ to compare them. They differ only in the extlinux/extlinux.conf file; in particularly the difference is only in the value of the FDT field (except the Odroid-C4 and Odroid-N2 images do not have this field but the FDTDIR field). For example, the FDT value for the NanoPi image is /amlogic/meson-gxbb-nanopi-k2.dtb while the value in the WeTek Play2 image is /amlogic/meson-gxbb-wetek-play2.dtb.

I now suspect the bug is in the script that builds the images; this script does not build a working image for the Odroid N2+ device.

The abovementioned #9030 contains the "remove-amlogic-prefix" patch for the Odroid N2+. So, maybe the build script should lay the odroid-*.dbt file in the topdir instead of the amlogic directory, unlike the images for the other amlogic devices. I am just guessing here.

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

1 participant