Firefly-RK3399

  • 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!

  • I changed evb-rk3399_config to firefly-rk3399_defconfig and the system can run

    'firefly' : { 'dtb' : 'rk3399-firefly-linux.dtb', 'config' : 'firefly-rk3399_defconfig’ },