block-quote On this pagechevron-down
copy Copy chevron-down
K4B(T113-S3) chevron-right T113-S3 English Document chevron-right 06-Linux_System_Customization 02-Buildroot_System_Customization Replace the bootlogo.bmp file.
Startup Programs
Disable Default QT Program Autostart :
Copy # 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.
Copy 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:
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 8 months ago