20250403在荣品的PRO-RK3566开发板使用Rockchip原厂的buildroot系统来适配gc2093【使用荣品的DTS】
2025/4/2 17:50
缘起:使用Rockchip原厂的buildroot系统:RK3566_Linux5.10_V1.2.0_20241022.tar.gz
适配荣品的PRO-RK3566开发板,当然默认就可以跑通的。
摄像头gc2093不亮。
为了简单起见,直接使用了荣品的DTS。【会有编译的路径问题】
并且在内核中打开gc2093了:./build.sh kernel-config
https://doc.rpdzkj.cn/#/zh_cn/%E7%91%9E%E8%8A%AF%E5%BE%AE%E7%B3%BB%E5%88%97/rk3566-rk3568/4.Linux%E5%BC%80%E5%8F%91-linux5.10%E5%86%85%E6%A0%B8%E7%89%88%E6%9C%AC
内核配置
linux5.10内核版本
所有CPU平台都有一个公用的默认配置文件,这里面的配置会对所有CPU平台生效
kernel/arch/arm64/configs/rockchip_linux_defconfig
复制Error已复制
有些CPU会有一个差异化的配置文件,差异化配置文件会覆盖或追加到默认配置文件中
RK356X:无差异化配置文件,默认使用rockchip_linux_defconfig
差异化配置文件主要就是看板型配置文件里的RK_KERNEL_CFG_FRAGMENTS 的值。
内核配置可以使用build.sh 完成
./build.sh kernel-config
复制Error已复制
配置选择保存之后,会自动保存到 rockchip_linux_defconfig 文件中
make: Entering directory '/home/rpdzkj/second/lixin/linux/rk-linux5.10/kernel'
make: Leaving directory '/home/rpdzkj/second/lixin/linux/rk-linux5.10/kernel'
+ mv kernel/defconfig kernel/arch/arm64/configs/rockchip_linux_defconfig
Running 10-kernel.sh - kernel-config succeeded.
复制Error已复制
注意:使用build.sh 配置,差异化配置文件的内容也会被添加到默认配置文件中,所以在保存配置的时候,要注意排除掉差异化配置文件的选项,避免影响其他平台。
也就是,差异化配置文件中的内容,不可出现在公用配置文件中。
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0$
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0$ ll *.sh
lrwxrwxrwx 1 rootroot rootroot 39 4月 3 2024 build.sh -> device/rockchip/common/scripts/build.sh*
lrwxrwxrwx 1 rootroot rootroot 41 4月 3 2024 rkflash.sh -> device/rockchip/common/scripts/rkflash.sh*
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0$
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0$
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0$ ./build.sh kernel-config
General setup --->
[*] Support DMA zone
[*] Support DMA32 zone
Platform selection --->
Kernel Features --->
Boot options --->
Power management options --->
CPU Power Management --->
Firmware Drivers --->
[ ] ACPI (Advanced Configuration and Power Interface) Support ----
[ ] Virtualization ----
[*] ARM64 Accelerated Cryptographic Algorithms --->
General architecture-dependent options --->
[*] Enable loadable module support --->
[*] Enable the block layer --->
IO Schedulers --->
[ ] Hidden DRM configs needed for GKI
[ ] Hidden Regmap configs needed for GKI
[ ] Hidden CRYPTO configs needed for GKI
[ ] Hidden SND configs needed for GKI
[ ] Hidden SND_SOC configs needed for GKI
[ ] Hidden MMC configs needed for GKI
[ ] Hidden GPIO configs needed for GKI
[ ] Hidden QCOM configs needed for GKI
[ ] Hidden Media configs needed for GKI
[ ] Hidden Virtual configs needed for GKI
[ ] Hidden wireless extension configs needed for GKI
[ ] Hiddel USB configurations needed for GKI
[ ] Hidden SoC bus configuration needed for GKI
[ ] Hidden RPMSG configuration needed for GKI
[ ] Hidden GPU configuration needed for GKI
[ ] Hidden IRQ configuration needed for GKI
[ ] Hidden hypervisor configuration needed for GKI
[ ] Hidden networking configuration needed for GKI
[ ] Hidden PHY configuration needed for GKI
[ ] Hidden MM configuration needed for GKI
[ ] Hidden DMA configuration needed for GKI
[ ] Hidden Ethernet configuration needed for GKI
[ ] GKI Dummy config options
Executable file formats --->
Memory Management options --->
[*] Networking support --->
Device Drivers --->
File systems --->
Security options --->
-*- Cryptographic API --->
【在内核中查找gc2093】
/gc2093
Symbol: VIDEO_GC2093 [=y]
Type : tristate
Defined at drivers/media/i2c/Kconfig:1094
Prompt: GalaxyCore GC2093 sensor support
Depends on: MEDIA_SUPPORT [=y] && I2C [=y] && VIDEO_V4L2 [=y] && VIDEO_V4L2_SUBDEV_API [=y] && MEDIA_CAMERA_SUPPORT [=y]
Location:
-> Device Drivers
-> Multimedia support (MEDIA_SUPPORT [=y])
-> Media ancillary drivers
(1) -> Camera sensor devices
Selects: V4L2_FWNODE [=y]
[*] Support DMA32 zone
Platform selection --->
Kernel Features --->
Boot options --->
Power management options --->
CPU Power Management --->
Firmware Drivers --->
[ ] ACPI (Advanced Configuration and Power Interface) Support ----
[ ] Virtualization ----
[*] ARM64 Accelerated Cryptographic Algorithms --->
General architecture-dependent options --->
[*] Enable loadable module support --->
[*] Enable the block layer --->
IO Schedulers --->
[ ] Hidden DRM configs needed for GKI
[ ] Hidden Regmap configs needed for GKI
[ ] Hidden CRYPTO configs needed for GKI
[ ] Hidden SND configs needed for GKI
[ ] Hidden SND_SOC configs needed for GKI
[ ] Hidden MMC configs needed for GKI
[ ] Hidden GPIO configs needed for GKI
[ ] Hidden QCOM configs needed for GKI
[ ] Hidden Media configs needed for GKI
[ ] Hidden Virtual configs needed for GKI
[ ] Hidden wireless extension configs needed for GKI
[ ] Hiddel USB configurations needed for GKI
[ ] Hidden SoC bus configuration needed for GKI
[ ] Hidden RPMSG configuration needed for GKI
[ ] Hidden GPU configuration needed for GKI
[ ] Hidden IRQ configuration needed for GKI
[ ] Hidden hypervisor configuration needed for GKI
[ ] Hidden networking configuration needed for GKI
[ ] Hidden PHY configuration needed for GKI
[ ] Hidden MM configuration needed for GKI
[ ] Hidden DMA configuration needed for GKI
[ ] Hidden Ethernet configuration needed for GKI
[ ] GKI Dummy config options
Executable file formats --->
Memory Management options --->
[*] Networking support --->
Device Drivers --->
File systems --->
Security options --->
-*- Cryptographic API --->
Library routines --->
Kernel hacking --->
[*] PCI support --->
< > PCCard (PCMCIA/CardBus) support ----
< > RapidIO support ----
Generic Driver Options --->
Bus devices --->
<*> Connector - unified userspace <-> kernelspace linker --->
< > GNSS receiver support ----
<*> Memory Technology Device (MTD) support --->
-*- Device Tree and Open Firmware support --->
< > Parallel port support ----
[*] Block devices --->
NVME Support --->
Misc devices --->
SCSI device support --->
<*> Serial ATA and Parallel ATA drivers (libata) --->
[*] Multiple devices driver support (RAID and LVM) --->
< > Generic Target Core Mod (TCM) and ConfigFS Infrastructure ----
[ ] Fusion MPT device support ----
IEEE 1394 (FireWire) support --->
[*] Network device support --->
Input device support --->
Character devices --->
I2C support --->
< > I3C support ----
[*] SPI support --->
< > SPMI support ----
< > HSI support ----
-*- PPS support --->
PTP clock support --->
-*- Pin controllers --->
-*- GPIO Support --->
< > Dallas's 1-wire support ----
-*- Board level reset or power off --->
-*- Power supply class support --->
<*> Hardware Monitoring support --->
[*] Thermal drivers --->
[*] Watchdog Timer Support --->
< > Sonics Silicon Backplane support ----
< > Broadcom specific AMBA ----
Multifunction device drivers --->
[*] Voltage and Current Regulator Support --->
< > Remote Controller support ----
[*] HDMI CEC drivers --->
<*> Multimedia support --->
Graphics support --->
<*> Sound card support --->
--- Multimedia support
[ ] Filter media drivers
[ ] Autoselect ancillary drivers (tuners, sensors, i2c, spi, frontends)
Media device types --->
Media core support --->
Video4Linux options --->
Media controller options --->
Digital TV options --->
Media drivers --->
Media ancillary drivers --->
< > Enable sensor sleep wake up function
Audio decoders, processors and mixers --->
RDS decoders --->
Video decoders --->
Video encoders --->
Video improvement chips --->
Audio/Video compression chips --->
SDR tuner chips --->
Miscellaneous helper chips --->
Camera sensor devices --->
Lens drivers --->
Flash devices --->
SPI helper chips --->
Media SPI Adapters --->
Customize TV tuners --->
Customise DVB Frontends --->
*** Tools to develop new frontends ***
< > Dummy frontend driver
< > Aptina AR0230 sensor support
< > Onsemi AR0544 sensor support
< > Onsemi AR0822 sensor support
< > Onsemi AR2020 sensor support
< > GalaxyCore GC02M2 sensor support
< > GalaxyCore GC0403 sensor support
< > GalaxyCore GC05A2 sensor support
< > GalaxyCore GC08A3 sensor support
< > GalaxyCore GC1084 sensor support
< > GalaxyCore GC2053 sensor support
<*> GalaxyCore GC2093 sensor support
< > GalaxyCore GC2145 sensor support
< > GalaxyCore GC2355 sensor support
< > GalaxyCore GC2375H sensor support
< > GalaxyCore GC2385 sensor support
< > GalaxyCore GC3003 sensor support
< > GalaxyCore GC4023 sensor support
< > GalaxyCore GC4653 sensor support
< > GalaxyCore GC4663 sensor support
< > GalaxyCore GC4C33 sensor support
< > GalaxyCore GC5024 sensor support
< > GalaxyCore GC5025 sensor support
< > GalaxyCore GC5035 sensor support
<*> GalaxyCore GC8034 sensor support
< > Hynix Hi-556 sensor support
< > Sony IMX214 sensor support
< > Sony IMX219 sensor support
< > Sony IMX258 sensor support
< > Sony IMX274 sensor support
< > Sony IMX290 sensor support
< > Sony IMX307 sensor support
< > Sony IMX317 sensor support
< > Sony IMX319 sensor support
< > Sony IMX323 sensor support
< > Sony IMX327 sensor support
< > Sony IMX334 sensor support
< > Sony IMX335 sensor support
< > Sony IMX347 sensor support
< > Sony IMX378 sensor support
<*> Sony IMX415 sensor support
<*> Sony IMX464 sensor support
< > Sony IMX492 sensor support
< > Sony IMX355 sensor support
< > Sony IMX577 sensor support
< > Sony IMX586 sensor support
< > Soi JX_F37 sensor support
【重新编译打包系统】
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0$
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0$ cd kernel/
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0/kernel$
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0/kernel$ make distclean
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0/kernel$ rm *.img
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0/kernel$ cd ..
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0$
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0$
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0$ ./build.sh
参考资料:
【本文极其具有参考价值】
https://blog.youkuaiyun.com/professionalmcu/article/details/125083662
RK3566调试GC2053
https://blog.youkuaiyun.com/professionalmcu/article/details/126978621?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_utm_term~default-12-126978621-blog-144139905.235^v43^pc_blog_bottom_relevance_base5&spm=1001.2101.3001.4242.7&utm_relevant_index=14
RK3566调试isp
https://blog.youkuaiyun.com/2201_75485092/article/details/144139905?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522a11a5a089b1d641e51d31510deaf0937%2522%252C%2522scm%2522%253A%252220140713.130102334..%2522%257D&request_id=a11a5a089b1d641e51d31510deaf0937&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~all~sobaiduend~default-1-144139905-null-null.142^v102^pc_search_result_base6&utm_term=RK3566%20GC2145&spm=1018.2226.3001.4187
调试双摄像头(ov5648+gc2145)
https://blog.youkuaiyun.com/2201_75485092/article/details/144139905
优快云:RK3566 GC2145
RK3566+OV5645
BING:gc2093 2-0037: Error applying setting, reverse things back
gc2093 2-0037: i2c write failed at addr: 41
gc2093: probe of 2-0037 failed with error -22
百度:gc2093: probe of 2-0037 failed with error -22
i2cdetect 0xUU
https://blog.youkuaiyun.com/weixin_45639314/article/details/135069265
RK3568 android11 调试mipi摄像头 gc2093
https://blog.youkuaiyun.com/qq_34341546/article/details/129235864?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522d19b69c9800d0badf4b86038b081851c%2522%252C%2522scm%2522%253A%252220140713.130102334.pc%255Fall.%2522%257D&request_id=d19b69c9800d0badf4b86038b081851c&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~all~first_rank_ecpm_v1~rank_v31_ecpm-15-129235864-null-null.142^v102^pc_search_result_base6&utm_term=RK3566%2BOV5645&spm=1018.2226.3001.4187
RK3568/RK3566 mipi双摄调试(gc2093+gc2053)
https://blog.youkuaiyun.com/qq_34341546/article/details/129235864
https://www.bytezonex.com/archives/3w_gem1v.html#google_vignette
RK3568 android11 调试mipi摄像头 gc2093 的方法
https://blog.youkuaiyun.com/wb4916/article/details/144613609?spm=1011.2415.3001.5331
20241220在荣品开发板PRO-RK3566的buildroot下适配gc2093
https://blog.youkuaiyun.com/qq_23153983/article/details/144569070
【i2cdetect工具原理说明】
root@rk3566-buildroot:/# dmesg | grep gc2093
[ 3.068178] gc2093 2-0037: driver version: 00.01.02
[ 3.068358] gc2093 2-0037: supply dovdd not found, using dummy regulator
[ 3.068485] gc2093 2-0037: supply avdd not found, using dummy regulator
[ 3.068549] gc2093 2-0037: supply dvdd not found, using dummy regulator
[ 3.090117] gc2093 2-0037: Detected GC2093 sensor
[ 3.090178] rockchip-csi2-dphy csi2-dphy1: dphy1 matches m00_b_gc2093 2-0037:bus type 5
[ 80.658113] gc2093 2-0037: 1920x1080@15, mode 0, vts 0x8ca
[ 80.658119] gc2093 2-0037: stream:0
[ 80.715269] gc2093 2-0037: 1920x1080@15, mode 0, vts 0x8ca
[ 80.715303] gc2093 2-0037: is_tb:0
root@rk3566-buildroot:/#
root@rk3566-buildroot:/# i2cdetect -y 2
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- UU -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
root@rk3566-buildroot:/#
完整的LOG:
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0$
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0$
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0$ ll *.sh
lrwxrwxrwx 1 rootroot rootroot 39 4月 3 2024 build.sh -> device/rockchip/common/scripts/build.sh*
lrwxrwxrwx 1 rootroot rootroot 41 4月 3 2024 rkflash.sh -> device/rockchip/common/scripts/rkflash.sh*
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0$
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0$
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0$ ./build.sh kernel-config
############### Rockchip Linux SDK ###############
Manifest: rk356x_linux5.10_release_v1.5.0_20240620.xml
Version: linux-5.10-gen-rkr8
Log colors: message notice warning error fatal
Log saved at /home/rootroot/RK3566_RK3568_Linux5.10_V1.2.0/output/sessions/2025-04-02_18-31-57
Using last kernel version(5.10)
==========================================
Final configs
==========================================
RK_BOOT_FIT_ITS=/home/rootroot/RK3566_RK3568_Linux5.10_V1.2.0/device/rockchip/.chip/boot.its
RK_BOOT_IMG=boot.img
RK_BUILDROOT=y
RK_BUILDROOT_CFG=rockchip_rk3566
RK_CHIP=rk3566
RK_CHIP_FAMILY=rk3566_rk3568
RK_DEBIAN=y
RK_DEBIAN_ARCH=arm64
RK_DEBIAN_BULLSEYE=y
RK_DEBIAN_MIRROR=mirrors.ustc.edu.cn
RK_DEBIAN_VERSION=bullseye
RK_DEFCONFIG=rockchip_rk3566_evb2_lp4x_v10_defconfig
RK_EXTRA_PARTITION_NUM=2
RK_EXTRA_PARTITION_STR=oem:oem:/oem:ext4:defaults:normal:auto:@userdata:userdata:/userdata:ext4:defaults:normal:auto:@@@
RK_KERNEL=y
RK_KERNEL_ARCH=arm64
RK_KERNEL_CFG=rockchip_linux_defconfig
RK_KERNEL_DTS=kernel/arch/arm64/boot/dts/rockchip/pro-rk3566.dts
RK_KERNEL_IMG=kernel/arch/arm64/boot/Image
RK_KERNEL_VERSION=5.10
RK_KERNEL_VERSION_RAW=5.10
RK_LOADER=y
RK_MISC=y
RK_MISC_BLANK=y
RK_OVERLAY=y
RK_OWNER=rootroot
RK_OWNER_UID=1000
RK_PARAMETER=parameter-buildroot-fit.txt
RK_RECOVERY=y
RK_RECOVERY_CFG=rockchip_rk3566_recovery
RK_RECOVERY_CPIO_GZ=y
RK_RECOVERY_FIT_ITS=/home/rootroot/RK3566_RK3568_Linux5.10_V1.2.0/device/rockchip/.chip/boot4recovery.its
RK_RECOVERY_INITRD_TYPE=cpio.gz
RK_ROOTFS=y
RK_ROOTFS_ASYNC_COMMIT=y
RK_ROOTFS_DEBUG_INFO=y
RK_ROOTFS_EXT4=y
RK_ROOTFS_FSTRIM=y
RK_ROOTFS_FSTRIM_INTERVAL=3600
RK_ROOTFS_GENERATE_LOGS=y
RK_ROOTFS_INPUT_EVENT_DAEMON=y
RK_ROOTFS_IRQBALANCE=y
RK_ROOTFS_LD_CACHE=y
RK_ROOTFS_LOG_GUARDIAN=y
RK_ROOTFS_LOG_GUARDIAN_INTERVAL=10m
RK_ROOTFS_LOG_GUARDIAN_LOG_DIRS=/var/log/,/tmp/
RK_ROOTFS_LOG_GUARDIAN_MIN_SIZE=100M
RK_ROOTFS_OVERLAY=y
RK_ROOTFS_STRIP_MODULES=y
RK_ROOTFS_SYSTEM=buildroot
RK_ROOTFS_TYPE=ext4
RK_ROOTFS_UDEV_RULES=y
RK_SAVE_TRACKED=y
RK_SESSION=2025-04-02_18-31-57
RK_UBOOT_ARCH=arm64
RK_UBOOT_CFG=rk3566
RK_UPDATE=y
RK_USB_ADBD=y
RK_USB_ADBD_SHELL=/bin/bash
RK_USB_ADBD_TCP_PORT=5555
RK_USB_FW_VER=0x0310
RK_USB_GADGET=y
RK_USB_MANUFACTURER=Rockchip
RK_USB_PRODUCT=rk3xxx
RK_USB_VID=0x2207
RK_USE_FIT_IMG=y
RK_WIFIBT=y
RK_WIFIBT_MODULES=ALL_AP
RK_WIFIBT_RTK_AP=y
RK_YOCTO=y
RK_YOCTO_CHROMIUM=y
RK_YOCTO_DISPLAY_PLATFORM=wayland
RK_YOCTO_MACHINE=rockchip-rk3566-evb
RK_YOCTO_USBMOUNT=y
Toolchain for kernel:
/home/rootroot/RK3566_RK3568_Linux5.10_V1.2.0/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu-
==========================================
Start building kernel-config
==========================================
+ make -C /home/rootroot/RK3566_RK3568_Linux5.10_V1.2.0/kernel/ -j25 CROSS_COMPILE=/home/rootroot/RK3566_RK3568_Linux5.10_V1.2.0/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu- ARCH=arm64 rockchip_linux_defconfig
make: Entering directory '/home/rootroot/RK3566_RK3568_Linux5.10_V1.2.0/kernel'
#
# No change to .config
#
make: Leaving directory '/home/rootroot/RK3566_RK3568_Linux5.10_V1.2.0/kernel'
+ make -C /home/rootroot/RK3566_RK3568_Linux5.10_V1.2.0/kernel/ -j25 CROSS_COMPILE=/home/rootroot/RK3566_RK3568_Linux5.10_V1.2.0/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu- ARCH=arm64 menuconfig
make: Entering directory '/home/rootroot/RK3566_RK3568_Linux5.10_V1.2.0/kernel'
UPD scripts/kconfig/mconf-cfg
HOSTCC scripts/kconfig/mconf.o
HOSTCC scripts/kconfig/lxdialog/checklist.o
HOSTCC scripts/kconfig/lxdialog/inputbox.o
HOSTCC scripts/kconfig/lxdialog/menubox.o
HOSTCC scripts/kconfig/lxdialog/textbox.o
HOSTCC scripts/kconfig/lxdialog/util.o
HOSTCC scripts/kconfig/lxdialog/yesno.o
HOSTLD scripts/kconfig/mconf
*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.
make: Leaving directory '/home/rootroot/RK3566_RK3568_Linux5.10_V1.2.0/kernel'
+ make -C /home/rootroot/RK3566_RK3568_Linux5.10_V1.2.0/kernel/ -j25 CROSS_COMPILE=/home/rootroot/RK3566_RK3568_Linux5.10_V1.2.0/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu- ARCH=arm64 savedefconfig
make: Entering directory '/home/rootroot/RK3566_RK3568_Linux5.10_V1.2.0/kernel'
make: Leaving directory '/home/rootroot/RK3566_RK3568_Linux5.10_V1.2.0/kernel'
+ mv kernel/defconfig kernel/arch/arm64/configs/rockchip_linux_defconfig
Running 10-kernel.sh - kernel-config succeeded.
rootroot@rootroot-X99-Turbo:~/RK3566_RK3568_Linux5.10_V1.2.0$