Changes

Jump to: navigation, search

Orange Pi One Plus

32 bytes removed, 10:06, 22 June 2022
Compile SDK source code
lichee/tools       #Solution hardware configuration, packaging tools, etc.
</div>
<br>
'''(1)Kernel compilation process'''
<br>
Enter the following command in the lichee directory:
<div style="background:#f1f1f1;border:1px solid #000;">
$ cd OrangePi_3OrangePi_OnePlus/lichee<br>
$ ./build.sh config<br>
<br>
<br>
The kernel code is in the lichee / linux-3.10 directory. Executing the above commands will automatically copy the configuration file from lichee / linux-3.10 / arch / arm64 / configs / sun50iw6p1smp_android_7.x_defconfig to lichee / linux-3.10 / .config as the default configuration before compiling , You can run ./build.sh directly in the lichee directory for the next compilation, and will continue to use the previous .config configuration.
* '''(2)uboot / boot0 compilation process (optional)'''<br>
<br>
Under normal circumstances, you do not need to recompile uboot, but if you have customized modifications to uboot, you can compile. The compilation method is as follows:
<br>
<br>
* '''(3)Android code compilation process'''
<br>
<div style="border:1px solid #000;background:#f1f1f1">
Dragon execute image.cfg SUCCESS !<br>
----------image is at----------<br>
OrangePi_Lite2OrangePi_OnePlus/lichee/tools/pack/sun50iw6p1_android_petrel-p1_uart0.img<br>
<br>
pack finish
</div>
<br>
According to the prompt, you can see the generated Android firmware sun50iw6p1_android_petrel-p1_uart0.img in the OrangePi_Lite2 OrangePi_OnePlus / lichee / tools / pack / directory. Below, please refer to the "Android Firmware Burning" section to complete the Android firmware burning.
<br>
<br>
 
== '''Linux compilation environment setup''' ==
<br>

Navigation menu