Search the Community
Showing results for tags 'kernel'.
Found 8 results
-
Hi, I recently bought a Tinker board Edge R and noticed with amazement that it hadn't received updates for two years. Has support been dropped? Other boards with the rk3399pro chip have received newer kernels. Could I know if there are any updates planned and the time frame? If not, could you point me to some material to port the kernel?
-
hi team, can't find instructions how to build https://github.com/TinkerBoard2/kernel this kernel, and how to upload it to sd card. please, help
-
hi team, can't find certain instructions, how to crosscompile this kernel https://github.com/TinkerBoard2/kernel on x86 linux and then upload it to a sd card please, help!
-
Hello. I use tinker board 2S. Previously, I received following advice about UVC Cam. Now I tried to change uvc cam setting to module by following https://github.com/TinkerBoard/TinkerBoard/wiki/Developer-Guide. However, I cannot find uvc related topic at make menuconfig Please tell me the correct way to change .config in order to compiled uvcvideo driver to module. Best regards,
-
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
-
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'
-
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.
-
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.