3. rockchip_rk3588_evb7_v11_defconfig 4. rockchip_rk3588_sige7_defconfig 5. rockchip_rk3588s_evb1_lp4x_v10_defconfig Which would you like? [1]: 比如这里我们选择4: Which would you like? [1]: 4 Switching to defconfig: /work/sambashare/rk3588/armsom/armsom-rk3588-bsp/device/rock...
前言: 在嵌入式开发领域,存在着一个异军突起的产品形态--核心板,也有人称之为嵌入式处理器模组或者SOM(System on Module),是一个集成了处理器、内存、存储器以及电源等芯片的核心电子部件。近些年国内半导体行业的飞速发展,越来越多如X86/ARM/FPGA处理器种类的核心板出现,广泛可见应用于汽车电子、能源电力、医疗设备...
友善的这块电路实际上是参考Rockchip官方的Type-C USB3.0/DP全功能硬件电路。 需要注意的是这里TYPEC0_USB20_VBUSDET引脚是连接到VCCA_3V3_S0。至于为啥这么设计,官方给出了说明: 为了支持高压充电功能,同时降低硬件电路的风险,TYPEC0_USB20_VBUSDET不要连接Type-C接口的VBUS,固定上拉到3.3V即可(TYPEC0_USB20...
rk3588_spl_loader_v1.09.111.bin这个镜像文件就是MiniLoaderAll.bin 镜像 ,名字不一样。MiniLoaderAll.bin 是运行在 RK3588 平台 U-Boot 之前的一段 Loader 代码(也就是比 U-Boot 更早阶段的 Loader)。MiniLoaderAll.bin 由两部分构成:TPL(Tiny Program Loader) + SPL(Secondary Program Loader)构成。 TP...
# 1.ID 2.MODEL 3.SOC 4.FDTFILE 5.TRUST_IMG 6.MAINLINE_UBOOT 7.BOOTLOADER_IMG 8.DESCRIPTION 9.KERNEL_TAGS 10.PLATFORM 11.FAMILY 12.BOOT_CONF 13.BOARD 14.BUILD #---+---+---+---+---+---+---
(debian10: buster, debian11: bullseye) export RK_DEBIAN_VERSION=bullseye # yocto machine export RK_YOCTO_MACHINE=rockchip-rk3588-evb #misc image export RK_MISC=wipe_all-misc.img # Define package-file export RK_PACKAGE_FILE=rk3588-package-file # Define WiFi BT chip # Compatible with ...
UBOOT_DEVICE_NAME := rk3588-evb IMAGE/sysupgrade.img.gz := boot-common | boot-script rk3588 | pine64-img | gzip | append-metadata endef define Device/armsom_sige1 $(call Device/rk3528) DEVICE_VENDOR := ArmSoM @@ -16,6 +24,17 @@ $(call Device/rk3528) endef TARGET_DEVICES +=...
On the Rockchip side, the team continued their work on the RK3588 SoC support. The initial RK3588 board support got merged for v6.3, which was mainly to enable basic features like serial, MMC and ethernet. There is a lot more work to go. More feature are already waiting in linux-next...
开发板 :ArmSoM-Sige7开发板 eMMC:64GB LPDDR4:8GB 显示屏 :15.6英寸HDMI接口显示屏 u-boot:2017.09 linux:5.10 --- 在《Rockchip RK3588 - Rockchip Linux SDK编译》我们介绍了SDK的编译流程以及固件升级相关的内容,本节将会对编译脚本进行深入的分析。 回到顶部 一、build.sh分析 Rockchip Linux SDK编译命令...