git clone https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git 1. (2)Rockchip U-Boot 可以通过运行以下命令来克隆u-boot存储库: git clone https://github.com/rockchip-linux/u-boot.git 1. 二、支持设备 上游U-Boot 支持Rockchip SoCs: RK3036, RK3188, RK3288, ...
27 changes: 0 additions & 27 deletions 27 package/boot/uboot-rockchip/src/arch/arm/dts/rk3568-fastrhino-r66s.dts Load diff This file was deleted. 484 changes: 0 additions & 484 deletions 484 package/boot/uboot-rockchip/src/arch/arm/dts/rk3568-fastrhino-r66s.dtsi Load diff Th...
-rw-r--r-- 1 root root 932864 5月 14 10:30 u-boot-dtb.img # 等同u-boot.img -rw-r--r-- 1 root root 932864 5月 14 10:30 u-boot.img -rw-r--r-- 1 root root 1304 5月 14 10:30 u-boot.lds -rw-r--r-- 1 root root 800454 5月 14 10:30 u-boot.map -rwxr-xr-x ...
Triggered via pull request October 9, 2024 12:49 1715173329 opened #16647 1715173329:master-rockchip-uboot Status Success Total duration 28s Artifacts – formal.yml on: pull_request Test Formalities / Test Formalities 19s Oh hello! Nice to see you. Made with ️ by humans.txt...
种类(跳转github仓库)描述 uboot 官方的 uboot 代码 由uboot 官方维护开发的 uboot 版本,版本更新快,基本包含所有常用的芯片。 半导体厂商的 uboot 代码 半导体厂商维护的一个 uboot,专门针对自家的芯片,在对自家芯片支持上要比 uboot 官方的好。 ArmSoM提供的 uboot 代码 ArmSoM开发板厂商在半导体厂商提供的...
本节将会介绍官方固件方式uboot 2017.09以及linux 6.1内核的编译过程,教程来自友善之家官方手册。一、下载工具和固件1.1 下载工具root@ubuntu:/work/sambashare/rk3588/friendly# git clone https://github.com/friendlyarm/sd-fuse_rk3588.git --single-branch -b kernel-6.1.y root@ubuntu:/work/sambashare/rk...
repo init --repo-url=https://github.com/rockchip-linux/repo-u https://github.com/rockchip-linux/manifests-b yocto -m rocko.xml 下载结束之后用更新一下文件 repo sync 我第一步下载比较少,第二部同步更新的时候下载了好多文件,(有梯子请用梯子)目录如下 ...
如果是我们自己(ArmSoM)做的板子就需要修改 Rockchip 官方的 uboot,使其支持我们自己做的板子,ArmSoM的 ArmSoM-W3(rk3588) 开发板就是自己做的板子,虽然大部分都参考了 Rockchip官方的RK3588-EVB 开发板,但是还是有很多不同的地方,所以需要修改 Rockchip官方的 uboot,使其适配ArmSoM-W3 开发板。
https://github.com/rockchip-linux/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu.git Build U-Boot Configure U-Boot First you need to choose a correct defconfig for your board; When you have determined what <board_name> you want to build, configure: ...
GitHub - rockchip-linux/rkbin: Firmware and Tool Binarys 1.1 启动流程 本章介绍了 Rockchip 应用处理器的一般启动流程,包括在Rockchip平台上使用什么 image 作为启动路径的细节: - 使用来自 Upstream 或 Rockchip U-Boot 的 U-Boot TPL/SPL ,它们完全是源代码; ...