Altera_Forum
Honored Contributor
16 years agouCLinux NIOSII LCD 16207 problem
Hi all,
I'm very new uClinux user. I'm playing with an Altera DE2 kit, trying to make working an example found in the NIOSWIKI (http://www.nioswiki.com/operatingsystems/uclinux/lcd_16207). I had a first problem identifyng the Kconfig and Makefile in uClinux-dist/linux-2.6.x/drivers/char. I dont have them in my folder. What to do? I tried many things, first of all i tried to add them by myself and something seemed to be right compiled. I tried also another way, trough the make menuconfig in uClinux-dist to enable the LCD16207 support. It seems to me that both these methods give more or less the same result. But, what's the difference? Anyway, the second step is to play examples found in NIOSWIKI. Compilation succeed, uClinux boot perfectly, lcd16207 can be found in /dev, but examples don't work, none of them, except from "writef" that is only able to put some characters on the display but nothing more than the first 4 chars. Please, I need help to undersand the procedure to access hardware by user space. Thanks a lot All.