Altera_Forum
Honored Contributor
15 years agousing µclinux in board 2C35
hello,
I followed the step of the http://www.nioswiki.com/linux after this steps i arrived to3. The images created are, images/linux.initramfs.gz is the elf image with initramfs built-in images/zImge.initramfs.gz is the compressed elf image with initramfs built-in images/vmImage is compressed u-boot image images/rootfs.jffs2 is jffs2 image, eg, cp rootfs.jffs2 /dev/mtd0. This is available when jffs2 is selected in kernel. Please note the flash erase sector size on 3c120 dev board is 128KB, you will have to specify "MKFS_JFFS2_FLAGS = -l -p -e 128" at the beginning of your product Makefile. Connect USB Blaster cable to 3C120 dev board, download the sof and elf. nios2-configure-sof ../3c120_default/nios2_linux_3c120_125mhz_top.sof nios2-download -g images/linux.initramfs.gz nios2-terminal I would know if this version can work with 2c35 board (cyclone ii) ? and how can download the sof and elf in borad ,we should use commande in linux or start the quartus II ? because at know i'm not build our NIOS II processor with MMU