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++

niosuclinux problem

Altera_Forum
Honored Contributor II
1,053 Views

i have use uclinux 1.4 and nios5.1 into in nios 1c20 demo board ,i the system of the nioslinux kernel over 1.7m and filesystem over 3m , can it reduce , 

2,how to download the application program into nios board 

3, how identity that cf inference be driver to working status
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
368 Views

You can remove the usr/include of your root fs. 

You can use Initramfs, and exclude all unused drivers in kernel memuconfig. 

Search Initramfs for another reply from me. 

You can reduce the busybox, by removed unused features in busybox menuconfig. 

You can compress the vmlinux+initramfs with a unzip boot loader. 

I have the compress binary size 1M. 

 

2. 

You can add the app to busybox. It save space. 

 

3. add printk to CF code. 

 

 

--- Quote Start ---  

originally posted by uodxsalin@Nov 23 2005, 09:28 PM 

i have use uclinux 1.4 and nios5.1 into in  nios 1c20 demo board ,i the system of the nioslinux kernel over 1.7m and filesystem over 3m , can it reduce , 

2,how to download the application program into nios board 

3, how identity that cf inference be driver to working status 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=11113) 

--- quote end ---  

 

--- Quote End ---  

0 Kudos
Reply