Hi All!
Because the file /boot/logo.bmp contains another logo(armbian / initializing boot loader) and the logo that I want to rotate shows "armbian / universal operating system", I could not change it, them I adopted another approach:
- The approach that I used was build armbian and do somethings before the construction:
1- Change the file build/packages/blobs/splash/logo.png with the new image (with the rotation that I want);
2- Modify script build/lib/general.sh function boot_logo() to change the spinner position (parameter --pic_position to 0x07).
That's it