Jump to content

Search the Community

Showing results for tags 'kernel'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
  • Tinker Board 2 series
    • General Discussion
    • Hardware
    • Software
    • Android
  • Tinker Board / Tinker Board R2.0 series
    • General Discussion
    • Hardware
    • Software
    • Android
  • Tinker Edge T
    • General Discussion
    • Hardware
    • Software
  • Tinker Edge R
    • General Discussion
    • Hardware
    • Software
    • Android

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 4 results

  1. Hi, I've downloaded the 4.19 kernel source from https://github.com/TinkerBoard2/kernel/tree/tinker_board_2-debian_10-2.1.6 and built with: make ARCH=arm64 tinker_board_2_defconfig make ARCH=arm64 rk3399-tinker_board_2.img -j8 Copied boot.img to SD card with dd if=boot.img of=/dev/mmcblk0p4 status=progress && sync Rebooted: the system is stuck at "Waiting for root device /dev/mmcblk0p9" What I did wrong? Thank you
  2. Hi, I built the kernel in Debian 10, on Tinkerboard 2S. I got these 3 errors. Do they need patches? make[4]: *** [scripts/Makefile.build:484: drivers/net/wireless/rockchip_wlan] Error 2 make[3]: *** [scripts/Makefile.build:484: drivers/net/wireless] Error 2 make[2]: *** [scripts/Makefile.build:484: drivers/net] Error 2 make[1]: *** [Makefile:1036: drivers] Error 2 make: *** [arch/arm64/Makefile:169: kernel.img] Error 2 make: *** Deleting file 'kernel.img'
  3. Hi, I built the kernel using these commands: make ARCH=arm64 tinker2_defconfig make ARCH=arm64 rk3399-tinker_board_2.img -j8 I got compile error: /bin/sh: 1: lz4c: not found I checked, I already have lz4c, which is liblz4-1 in Debian.
  4. I am trying to build the rk3288_box from: Source: https://bitbucket.org/TinkerBoard_Android/rk-device-rockchip-rk3288/src/a4ff9ca7d14c4ba5971ff54323c58be7302c1043/?at=sbc%2Ftinkerboard%2Frel%2FAndroid-7.1.2-14.01 Receive error when building kernel as follows: $ make ARCH=arm rockchip_defconfig $ make ARCH=arm rk3288-box.img -j8 Error shown in Terminal (CLI): wrekless@Inkubator:~/Inkubator/Projects/Firmware/Asus/AvA_RoM_RC_02/kernel$ make ARCH=arm rk3288-box.img -j8 scripts/kconfig/conf --silentoldconfig Kconfig CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h CHK scripts/mod/devicetable-offsets.h CHK include/generated/utsrelease.h DTC arch/arm/boot/dts/rk3288-box.dtb arch/arm/boot/dts/rk3288-box.dts:5:24: fatal error: lcd-box.dtsi: No such file or directory #include "lcd-box.dtsi" ^ compilation terminated. scripts/Makefile.lib:299: recipe for target 'arch/arm/boot/dts/rk3288-box.dtb' failed make[1]: *** [arch/arm/boot/dts/rk3288-box.dtb] Error 1 arch/arm/Makefile:335: recipe for target 'rk3288-box.dtb' failed make: *** [rk3288-box.dtb] Error 2 The rk3288-box.dts exists within: kernel/arch/arm/arm/boot/dts The lcd-box.dtsi does not exist in: kernel/arch/arm/arm/boot/dts I am able to build UBoot for rk3288_box as: $ make rk3288_box_secure_defconfig $ make -j8 If there is any additional information I can provide, please let me know. Thanks. Regards.
×
×
  • Create New...