I'm sorry if it's wrong place.
Odroid XU4 can't boot LE12/13.
- LE12: LibreELEC-Exynos.arm-12.0-nightly-20240813-1322868-odroid-xu4.img.gz
LE12-nightly-20240813-bootlog.txt
- LE13: LibreELEC-Exynos.arm-13.0-nightly-20250429-17d2e4e-odroid-xu4.img.gz
LE13-nightly-20250429-bootlog.txt
Both boot are stopped on u-boot DRAM reporting.
This boot fail is also happened on Lakka, and reported as issue #1999. (https://github.com/libretro/Lakka-LibreELEC/issues/1999)
As this report, Lakka is working with odroid-xu3 image + odroid-xu4 dtb on XU4 device.
And, I confirmed LE13 nightly build also working with odroid-xu3 image + odroid-xu4 dtb on XU4 device.
This problem seems to be related with XU4 u-boot defconfig.
(1/3) Add "CONFIG_SYS_MALLOC_LEN=0x5004000" LibreELEC-bootlog(1-Add-CONFIG_SYS_MALLOC_LEN).log
... DRAM size is shown but still freeze.
(2/3) Add "CONFIG_SYS_MEM_TOP_HIDE=0x01600000" LibreELEC-bootlog(2-Add-CONFIG_SYS_MEM_TOP_HIDE).log
... initcall failed is shown and system halted.
(3/3) Add "# CONFIG_EXYNOS_TMU is not set" LibreELEC-bootlog(3-unSet-CONFIG_EXYNOS_TMU).log
... linux is started and splash screen is shown.
These 3 configs are contained in XU3 u-boot defconfig.
Can I create new pull request for this?
Thanks,
ASAI, Shigeaki