4.Generated Firmware - Orange Pi RK3399 User Manual

Table of Contents

Advertisement

Orange Pi User Manual
Shenzhen Xunlong Software Co., Ltd.
 Manual Compilation with Different Module
U-boot Compilation:
cd u-boot
make rk3399_defconfig
make ARCHV=aarch64 -j4
Kernel Compilation:
cd kernel
make ARCH=arm64 orangepi_defconfig
make ARCH=arm64 rk3399-orangepi.img -j4
Android Compilation:
source build/envsetup.sh
lunch rk3399_mid-userdebug
make -j4
4.Generated Firmware
./mkimages.sh
After execute ./mkimages.sh, it will generate a full firmware package on the directory of
rockdev/Image-rk3399_mid.
rockdev/Image-xxx/
├── boot.img
├── kernel.img
├── misc.img
├── parameter.txt
├── recovery.img
├── resource.img
├── RK3399MiniLoaderAll_V1.05.bin
├── system.img
├── trust.img
└── uboot.img
Except the above method, the unity image(update.img) could also be generated via
Linux_Pack_Firmware.
www.orangepi.org
11
www.xunlong.tv

Hide quick links:

Advertisement

Table of Contents
loading

Related Products for Orange Pi RK3399

Table of Contents