Open main menu

Wiki-Orange Pi β

Changes

Orange Pi Zero

199 bytes added, 19:33, 27 June 2022
Use Project Configuration Files
<br>
The sys_config.fex is a binary configuration file that used by the SOC kernel driver or LiveSuit for a particular target board, including how to set up a variety of peripherals, ports, and I/O which based on the target version.<br>
For OrangePi, the location of the project configuration document is: <br>lichee/tools/pack/chips/sun50iw2p1sun8iw7p1/configs/dolphin-p1/sys_config.fex<br>
Copy the file to the directory of /lichee, use command:<br>
$ cd ./lichee<br>
$ cp ./tools/pack/chips/sun50iw2p1sun8iw7p1/configs/dolphin-p1/sys_config.fex ./ <br>You could personalized configuration of sys_config.fex according tosysconfig1.fex_manul_linux_BSP_v0.4.pdf.<br>Direcotory of sysconfig1.fex_manul_linux_BSP_v0.4.pdf is /lichee/buildroot/docs.<br>
<br>
 
=== '''Examples''' ===
<br>