Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
12748 Discussions

how can I run uclinux on EP2S60 DSP board

Altera_Forum
Honored Contributor II
1,476 Views

My board is ep2s60 dsp board.Currently NIOS II linux v1.4 doesn't support the board.At present,I can download the kernel to the board,but I fail to download the filesystem to the board.when I want to build a filesystem,an warning appears,the warning is "Total amount of memory available: 0 k" .If I want to run uclinux on the board.what should I do?I'm really confused!who can tell me ?thanks.

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
547 Views

It may be problem of the MTD partition config. 

You should try out Initramfs on a new board first. The rootfs is linked into kernel. 

http://forum.niosforum.com/forum/index.php?showtopic=3174 (http://forum.niosforum.com/forum/index.php?showtopic=3174

Then you can modify the MTD config, mount jffs2 etc. Chech the prior post from marc. 

http://forum.niosforum.com/forum/index.php...c=3023&hl=jffs2 (http://forum.niosforum.com/forum/index.php?showtopic=3023&hl=jffs2

update map in the file linux-2.6.x/drivers/mtd/maps/altera.c
0 Kudos
Altera_Forum
Honored Contributor II
547 Views

I have put the uClinux via the microtronix Windows tools onto it - and when I get that message I ignore it and manually check to see if the image is less than 2Mb. If it is - it usually works. 

 

However I highly recommend hippo's buildroot system system using Linux - once set up it is much easier to use / customise and understand than the pre built system.
0 Kudos
Reply