Forum Discussion
Altera_Forum
Honored Contributor
21 years agoYour hardware and uClinux
Hi again, Adding an Avalon custom hardware and its software driver (either HAL or not) is easy and straightforward. Having said that I mean the standard Nios II IDE project_syslib/system_descri...
Altera_Forum
Honored Contributor
21 years agoI guess it depends if you want to build a proper Linux driver for your avalon hardware. The basic IRQ and base address for your hardware should appear within the
<project>/build/include/nios2_system.h file in your kernel project directory. If you're not interested in building a driver, then the hardware can be accessed from a regular Linux application as it would be in a non-HAL standalone application. If you're interested in building a driver, I think there was a thread in this forum to help you get started...