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

Changing the uCLinux startup address

Altera_Forum
Honored Contributor II
970 Views

Hi 

 

How can I change the starting adr of my kernel? I have created a uCLinux project in my NIOS2 IDE. In the system.map file it says : 

 

*********************************** 

000001d0 A fat_destroy_inodecache 

00000210 A microtronix_mtd_cleanup 

001714d8 A _kernel_footprint 

00200000 ? _romfs 

00200000 ? _romfs_end 

01000000 T __ram_start 

01000000 T _rambase 

01000000 T _ramstart 

01000000 T _start 

01000000 T _stext 

01000000 T text_start 

01000010 t text_flush 

01000038 t data_flush 

01000044 t NR_MoveStart 

01000048 t chkadr 

01000068 t loop_move 

0100008c t finish_move 

01000118 t check_bugs 

01000120 t rest_init 

01000150 t do_pre_smp_initcalls 

01000168 t run_init_process 

010001b8 t init 

01000288 t huft_build 

01000778 t huft_free 

010007b0 t inflate_codes 

01000d00 t inflate_stored 

01000f58 t inflate_fixed 

01001100 t inflate_dynamic 

01001878 t inflate_block 

01001a00 t inflate 

01001af0 t makecrc 

01001ba8 t gunzip 

01002280 t huft_build 

01002770 t huft_free 

010027a8 t inflate_codes 

01002ce0 t inflate_stored 

01002f08 t inflate_fixed 

010030b0 t inflate_dynamic 

010037b0 t inflate_block 

010038f8 t inflate 

 

*********************** 

 

If I want to have the kernel laying at adr : 0x1100000 and not 0x1000000 how can I change this??? 

 

Regards 

GreateWhite.DK
0 Kudos
0 Replies
Reply