Forum Discussion
Altera_Forum
Honored Contributor
20 years ago- Using Altera NIOS II IDE 5.0. How to build applications for uClinux on Stratix II (EP2S60_ES). What are these steps ?
A: Follow the Application Tasks section in the reference guide... - How about building without NIOS II IDE 5.0, use what tool ? A: After creating the initial Application Project, you can use the Nios II SDK Shell, cd $ECLIPSE_WORKSPACE/<project> and run make from there. - How to write own driver for uClinux on Stratix II (EP2S60_ES). ? A: Writing a driver for uClinux is the same as writing a driver for any Linux distribution, please take a look online for good documentation. It's there. The kernel source can be found through the Nios II SDK shell using the following command: cd $KERNEL_PLUGIN/linux-2.6.x - from the Microtronix's Distribution. How to re-compile the kernel for Stratix II (EP2S60_ES) ? A: If the Quick Start Guide doesn't answer that question then you'll need to be more specific. Are you using a different hardware design that you need to compile a kernel for?