Altera_Forum
Honored Contributor
20 years agoPorting uClinux
Hi all
I want to port uClinux to my own board ( ie: Stratix ). There are some steps to do this: 1. Adding vendor name, board name, files: uClinux-dist / vendors / vendor_name / board_name / config.arch config.linux-2.4.x config.linux-2.4.x.initrd config.linux-2.4.x.jffs2 config.uClibc config.vendor-2.4.x config.vendor-2.4.x.jffs2 dev.txt inittab Makefile motd passwd rc 2. Adding cpu name, platform opcode: uClinux-dist / linux-2.6.x / arch / cpu_name / kernel / lib / mm / scripts / ChangeLog defconfig Kconfig Makefile and: .... ?! What documents or starting point for writting the above folders / files. I want to understand them in detail. What should I do ? Thank you, OneNet