02-Buildroot_System_Customization
Boot Logo
Mount
/dev/mmcblk0p1
.Replace the
bootlogo.bmp
file.
Startup Programs
Disable Default QT Program Autostart:
Add Custom Startup Program:
Create a script in
/etc/init.d/
on the board.SDK reference path:
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