Hi David, david wrote: > How would I go about enabling the AT070TN83 LCD support in the BSP, is > that in the kernelconfig or platformconfig using ptxdist? Thanks,
The starting kernel expects a string to control some features. The string looks like: mini6410=<number><1wire> <number> can be '0' for the 480x272 LCD and '1' for the 800x400 LCD. <1wire> can be 'i' to enable the 1Wire touch driver (untested) or omitted (to use the regular ADC in the 6410 SoC). So, you should start the kernel with the "mini6410=1" for your 800x400 LCD. Regards, Juergen -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
