Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
20 years ago

how 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 because i use my board, Can you help me! thanks!

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    uClinux 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