Here’s my script for updating the Android firmware. This script must contain the correct file header for your processor. setenv BMP_ADR 3c00000 fatload mmc 0 $(BMP_ADR) script/hint1_en.bmp setenv lcdparam 1,30000,8,800,480,48,40,40,3,29,13 setenv pwmparam 0,45,1040,1040 setenv LCDC_FB f900000 lcdinit logo show -1 0 textout 30 80 "Android update will start after 8 seconds..." ffff00 sleep 1 textout 30 80 "Android update will start after 7 seconds..." ffff00 sleep 1 textout 30 80 "Android update will start after 6 seconds..." ffff00 sleep 1 textout 30 80 "Android update will start after 5 seconds..." ffff00 sleep 1 textout 30 80 "Android update will start after 4 seconds..." ffff00 sleep 1 textout 30 80 "Android update will start after 3 seconds..." ffff00 sleep 1 textout 30 80 "Android update will start after 2 seconds..." ffff00 sleep 1 textout 30 80 "Android update will start after 1 second..." ffff...