Altera_Forum
Honored Contributor
9 years agoInteracting with LCD screen using Linux on board, Cyclone V FPGA,
Hello,
So, I'm still pretty much a beginner. I already viewed and ran an example design project for the I2C controller, this example interacts with the LCD screen, EEPROM and a few other things (https://www.altera.com/content/dam/altera-www/global/en_us/others/support/examples/soc/altera-socfpga-hardwarelib-i2c-cv-gnu.tar.gz). I was able to run it on the board and it all works and was done through the USB Blaster port and configured from Eclipse. I want to try to only interact with the LCD only and building such a project from scratch and running an executable from the on board SD card through Linux. Is it possible to interact with the LCD from the SD card or does it only have to be done using the USB Blaster port. Also, the design example described makes use of Altera's HWLIB which is meant to interface to HPS hardware on board and the hiearchy and paths in the project are a mess, so i'm thus not sure about the way to go forward