
31 Mar
2013
31 Mar
'13
11:30 a.m.
Hi
Thank you for that heads up. In one of posts above a reference to the following code fragment is made, it uses a fatload command
For example, this is the whole "code" for a slide show demo I've been using on a number of trade shows:
bootdelay=6 show_one=fatload mmc 0:2 40001000 slide-${i}.bmp;bmp d 40001000 slide_show=while mmc rescan; do for i in 1 2 3 4 5 6 7 8 ; do run
show_one ; sleep ${delay} ; done ; done bootcmd=run slideshow
Can you please explain the "show_one" and the "slide_show" commands ? And, do I just put this into board config ?
-- View this message in context: http://u-boot.10912.n7.nabble.com/Handling-images-jpg-bmp-etc-in-u-boot-tp15... Sent from the U-Boot mailing list archive at Nabble.com.