02-Buildroot_System_Customization
Boot Logo
Mount
/dev/mmcblk0p1.Replace the
bootlogo.bmpfile.
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:
Create a script in
/etc/init.d/on the board.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:
Open the graphical configuration:
Save changes:
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