Closed ShigeakiAsai closed 11 months ago
I confirmed to pass RPi3 building on my local build environment with fixed commit (a34748fe14b643426bdbf45302776992528a78ac).
I will close this issue after I confirm nightly build result.
Thank you for your fixing! ASAI, Shigeaki
I confirmed to pass RPi3 building on nightly build 2023-11-28_5.x.
Thank you. ASAI, Shigeaki
I tried Lakka 5x - RPi3.aarch64 build, but build fail was occurred on RTL8192DU driver. The reason of this fail, KERNEL CONFIG for PRi3 has no parameter for building RTL8192DU driver.
This problem is similar to https://github.com/lwfinger/rtl8188eu/issues/50
I tried to add and enable above 2 parameters into KERNEL CONFIG for PRi3. projects/RPi/devices/RPi3/linux/linux.aarch64.conf But, these parameters were not enabled. There may be dependencies.
I would like an expert to investigate this.
Just information: If you use PRi4's KERNEL CONFIG for PRi3 building, the build will finished without error.
Information : Build machine OS : Ubuntu 22.04.3 LTS on WSL Source files : https://github.com/libretro/Lakka-LibreELEC.git Branch : origin/Lakka-v5.x Commit : https://github.com/libretro/Lakka-LibreELEC/commit/0dc9c3359a4efc0b4afa07c4a0c6f2bd1328ac0f Build method : https://docs.libretro.com/guides/building-lakka/ Build command : (1) RPi3.aarch64 : DISTRO=Lakka PROJECT=RPi DEVICE=RPi3 ARCH=aarch64 make image
Thanks. ASAI, Shigeaki