Forum Discussion
Altera_Forum
Honored Contributor
20 years agohow to port uclinux on custom board
Dear all, now i want to port uclinux on my custom borad , there are 8900,ep1c6,sdram,flash(8m) on it,i download the UCLINUX1.4 and do accord to the document ,but but no platform i can choise becau...
Altera_Forum
Honored Contributor
20 years agouClinux cares about which CPU to run it ,not the FPGA device.
And the external devices' information is convert to system.h from *.ptf of your NiosII, then uClinux will understand your board. 1. You just do a NiosII project like the projects in <Examples> dir without things your board not containing. 2. make a linux kernel, rootfs... as the microtronix linux documents said. 3. try to test it