I tried running LibreELEC on firefly-rk3399 and performed the following operations.
add configuration:
projects/Rockchip/devices/RK3399/options
KERNEL_MAKE_EXTRACMD+=" rockchip/rk3399-firefly-linux.dtb"
scripts/uboot_helper
'firefly' : { 'dtb' : 'rk3399-firefly-linux.dtb', 'config' : 'evb-rk3399_config' },
compile:
PROJECT=Rockchip DEVICE=RK3399 ARCH=arm UBOOT_SYSTEM=firefly make image
download SD card and run:
the system stops at Starting kernel ...
Can anyone provide some help?
Thanks!