Difference between revisions of "RockPro-px30"
(→ROCK Pro px30) |
(→Source Code) |
||
Line 9: | Line 9: | ||
− | === | + | === Get the source code === |
+ | |||
+ | u-boot. The second stage bootloader. | ||
+ | |||
+ | git clone -b stable-4.4-px30 https://github.com/radxa/u-boot.git | ||
+ | |||
+ | kernel. Current version is 4.4. | ||
+ | |||
+ | git clone -b stable-4.4-px30 https://github.com/radxa/kernel.git | ||
+ | |||
+ | rkbin. Prebuilt Rockchip binaries, include first stage loader and ATF(Arm Trustzone Firmware). | ||
+ | |||
+ | git clone -b stable-4.4-px30 debian https://github.com/radxa/rkbin.git | ||
+ | |||
+ | build. Some script files and configuration files for building u-boot, kernel and rootfs. | ||
+ | |||
+ | git clone -b debian https://github.com/radxa/build.git | ||
+ | |||
+ | === Build U-Boot === | ||
+ | |||
+ | |||
+ | === Pack U-Boot === | ||
+ | |||
+ | |||
+ | === Build U-Boot === | ||
+ | |||
+ | |||
+ | |||
+ | === Pack Kernel === | ||
+ | |||
==== u-boot ==== | ==== u-boot ==== | ||
+ | |||
Line 22: | Line 52: | ||
==== build ==== | ==== build ==== | ||
− | |||
− | |||
=== Installation === | === Installation === |
Revision as of 09:04, 10 June 2020
Contents
ROCK Pro PX30
Introduction
Hardware
Software
Get the source code
u-boot. The second stage bootloader.
git clone -b stable-4.4-px30 https://github.com/radxa/u-boot.git
kernel. Current version is 4.4.
git clone -b stable-4.4-px30 https://github.com/radxa/kernel.git
rkbin. Prebuilt Rockchip binaries, include first stage loader and ATF(Arm Trustzone Firmware).
git clone -b stable-4.4-px30 debian https://github.com/radxa/rkbin.git
build. Some script files and configuration files for building u-boot, kernel and rootfs.
git clone -b debian https://github.com/radxa/build.git