Hi Bill Whitford,
I'm new to U-boot and Linux and I've i.MX535 QSB i'm also getting the same multicolored stripes in LCD and getting black around the corners slowly.....
My MMC boot for you reference
bootargs_mmc=set bootargs ${bootargs} root=/dev/mmcblk0p1 rw rootwait
bootargs_base=setenv bootargs console=ttymxc0,115200 ${vga}
bootargs_mmcsetenv=bootargs ${bootarga}ip=none root=/dev/mmcblkop1 rootwait rw
bootargs_basesetenv=bootargs console=ttymxc0,115200 video=mxcdi0fb:RGB24,SEIKO-W VGA di0_primary
bootargs_basebootargs=console=ttymxc0,115200 video=mxcdi0fb:RGB24,SEIKO-WVGA di0_primary
bootargs_mmcbootargs=${bootargs}ip=none root/dev/mmcblk0p1 rootwait rw
bootargs_mmcset=bootargs ${bootargs}ip=none root/dev/mmcblk0p1 rootwait rw
bootargs_baseset=bootargs console=ttymxc0,115200 video=mxcdi0fb:RGB24,SEIKO-WVGA di0_primary
How to clear and set the Proper environment variables from u-boot to Up my LCD working
Please help
Thanks
Antony samsunil
Bill Whitford said:
Thanks! my "bootargs_mmc=setenv bootargs ${bootargs} ip=none root=/dev/mmcblk0p1 rootwait rw" line was incorrect.
I am up and running.