Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThere were a couple of naming mismatches that caused this problem:
1. count_binary.c was checking if LCD_DISPLAY_NAME had been defined, but system.h used LCD_NAME. 2. count_binary.h looked for /dev/lcd_display, but my device was actually at /dev/lcd. I hope this will be useful to someone in the future. The program worked properly after I changed these two things and set stdout back to jtag_uart.