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

Where 'Uncompressing Linux...' coming from?

Altera_Forum
Honored Contributor II
1,082 Views

I download the zImage of linux provided by hippo. 

Upon booting, the terminal reports: 

Uncompressing Linux...Ok, booting the kernel 

I searched th ewhole code of nios linux ,I found nothing about it.... 

In i386 arch, there is a function like  

------------------------------------ 

decompress_kernel()  

puts("Uncompressing Linux... "); 

gunzip(); 

puts("Ok, booting the kernel.\n"); 

-------------------------------------- 

But nios-linux has not .why?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
343 Views

I added the zImage patches to Nios2, which were not in microtronix 1.4 release. 

find the sources in ~/uClinux-dist-test/linux-2.6.x/arch/nios2nommu/boot
0 Kudos
Reply