[U-Boot] [PATCH] wandboard: add Future Eletronics 7" WVGA LCD extension board

Otavio Salvador otavio at ossystems.com.br
Thu May 1 22:47:46 CEST 2014


On Thu, May 1, 2014 at 5:39 PM, Fabio Estevam <festevam at gmail.com> wrote:
> [Removing wandboard list, as it bounces when I reply to it]
>
> On Thu, May 1, 2014 at 5:16 PM, Otavio Salvador <otavio at ossystems.com.br> wrote:
>>         "mmcargs=setenv bootargs console=${console},${baudrate} " \
>> -               "root=${mmcroot}\0" \
>> +               "root=${mmcroot}; run videoargs\0" \
>> +       "videoargs=" \
>> +               "setenv nextcon 0; " \
>> +               "if hdmidet; then " \
>> +                       "setenv bootargs ${bootargs} " \
>> +                               "video=mxcfb${nextcon}:dev=hdmi,1280x720M at 60," \
>> +                                       "if=RGB24; " \
>
> This video line is specific to some FSL kernel version. Mainline
> kernel does not need this, so I prefer not to pass such argument in
> the kernel command line.

This works with Wandboard supported kernel and seems to be very widely
used. I think it won't work in this user case.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the U-Boot mailing list