02-Buildroot_System_Customization

  1. Mount /dev/mmcblk0p1.

  2. Replace the bootlogo.bmp file.

Startup Programs

Disable Default QT Program Autostart:

# On the board:  
mv etc/init.d/S90deviceTest_QT etc/init.d/D90deviceTest_QT  

# SDK path:  
buildroot/config/buildroot/allwinner/system/busybox-init-base-files/etc/init.d/S90deviceTest_QT  

Add Custom Startup Program:

  1. Create a script in /etc/init.d/ on the board.

  2. SDK reference path:

buildroot/config/buildroot/allwinner/system/busybox-init-base-files/etc/init.d/  

Adding Applications

Buildroot does not support apt. Modify the SDK configuration to add or remove tools.

Add/Remove Tools via Buildroot:

  1. Open the graphical configuration:

  1. Save changes:

  1. Recompile:

Common Issues: If changes do not take effect, run:

Add User Applications or Tools:

Method 1: After a full SDK compilation, modify:

Repack and recompile.

Method 2: Modify the skeleton directory before compilation:

If ineffective, use the cleanup commands above and recompile.

Last updated