I am using an OMAP-L138 dev kit with a UI board. I followed the instructions on this wiki page:
http://processors.wiki.ti.com/index.php/GSG:_Building_Software_Components_for_OMAP-L1#Character_LCD
So I reconfigured the kernel and built (using WindRiver Linux). When I boot the eval board using this build, I would assume that I will need to use "mknod" to create the node:
mknod /dev/lcd c <major> <minor>
Two questions I have:
1) How do I know that I built correctly, with the lcd support? Will it show in the sysfs somewhere?
2) If I had to create using mknod, how do I find out what the "major" and "minor" values are?
Thanks for any information.