From 085738b9a5b46aa3d9f0e4b4340446373d697f25 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Thu, 26 Jun 2014 00:35:37 +0200 Subject: Continuous splash screen Signed-off-by: Paul Kocialkowski --- boot-scr/boot.txt | 37 ++--- boot-scr/splash.rgb16z | Bin 12314 -> 18250 bytes boot-scr/splash.svg | 373 +++++++++++++++++++++++++++++++++++++++++-------- 3 files changed, 327 insertions(+), 83 deletions(-) (limited to 'boot-scr') diff --git a/boot-scr/boot.txt b/boot-scr/boot.txt index f972e5c..00fb73f 100644 --- a/boot-scr/boot.txt +++ b/boot-scr/boot.txt @@ -1,6 +1,6 @@ setenv kerneladdr 0x82000000 setenv splashzipaddr 0x80400000 -setenv splashaddr 0x80800000 +setenv splashaddr 0x86000000 setenv bootargs mpurate=${mpurate} mux=${mux} echo "Replicant GTA04" @@ -12,9 +12,8 @@ if mmc rescan 0 then # Load splash - if fatload mmc 0 ${splashzipaddr} splash.rgb16z + if fatload mmc 0 ${splashaddr} splash.rgb16 then - unzip ${splashzipaddr} ${splashaddr} if lcm init then lcm power 2 @@ -23,8 +22,10 @@ then lcm backlight 255 fi else - if fatload mmc 0 ${splashaddr} splash + if fatload mmc 0 ${splashzipaddr} splash.rgb16z then + unzip ${splashzipaddr} ${splashaddr} + if lcm init then lcm power 2 @@ -44,28 +45,18 @@ then if fatload mmc 0 ${kerneladdr} recovery.img then status set 2 - - lcm backlight 0 - lcm power 0 - lcm off - bootm ${kerneladdr} else - echo "Loading recovery kernel failed" status set 19 + echo "Loading recovery kernel failed" if fatload mmc 0 ${kerneladdr} boot.img then status set 11 - - lcm backlight 0 - lcm power 0 - lcm off - bootm ${kerneladdr} else - echo "Loading recovery kernel failed" status set 9 + echo "Loading recovery kernel failed" fi fi fi @@ -75,28 +66,18 @@ then if fatload mmc 0 ${kerneladdr} boot.img then status set 10 - - lcm backlight 0 - lcm power 0 - lcm off - bootm ${kerneladdr} else - echo "Loading kernel failed" status set B + echo "Loading kernel failed" if fatload mmc 0 ${kerneladdr} recovery.img then status set A - - lcm backlight 0 - lcm power 0 - lcm off - bootm ${kerneladdr} else - echo "Loading recovery kernel failed" status set 9 + echo "Loading recovery kernel failed" fi fi else diff --git a/boot-scr/splash.rgb16z b/boot-scr/splash.rgb16z index aab6388..fdbac4c 100644 Binary files a/boot-scr/splash.rgb16z and b/boot-scr/splash.rgb16z differ diff --git a/boot-scr/splash.svg b/boot-scr/splash.svg index 59bc5ea..9478d49 100644 --- a/boot-scr/splash.svg +++ b/boot-scr/splash.svg @@ -7,31 +7,122 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="480" height="640" id="svg2" version="1.1" - inkscape:version="0.48.2 r9819" - sodipodi:docname="splash.svg" - inkscape:export-filename="/home/paulk/Bureau/splash.png" + inkscape:version="0.48.3.1 r9886" + inkscape:export-filename="openphoenux.png" inkscape:export-xdpi="90" - inkscape:export-ydpi="90"> + inkscape:export-ydpi="90" + sodipodi:docname="Nouveau document 1"> - + + + + + - - + xlink:href="#linearGradient3755-4-7" + id="linearGradient3783-7" + gradientUnits="userSpaceOnUse" + x1="246.25" + y1="908.79077" + x2="246.25" + y2="913.25507" /> + + + + + + + + + + + + + + + + + + + + transform="translate(0,-412.36215)"> - GTA04 - GTA04 - booting… + y="412.36215" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1