Altera_Forum
Honored Contributor
19 years agouboot uclinux boot
hi all,
I am tring to boot uclinux-1.3 from u-boot-1.1.3 on altera 2s60 board. I can download and boot uboot on the board sucessfully and also uclinux-1.3 by directly downloading into sdram or buring vmlinux.img file into flash through quratus flash programmer. Both, u-boot and uclinux are fine individually..... http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif The problem which I am facing is when I try to boot my vmlinux.img ( maked through mkimage utility with -a 0x01000000 -e 0x01000000) ..... the terminal is totally blank ....... seems like linux never gets control (executed) once u-boot passes control to location 0x01000000 (linux kernel entry address). I tried keeping LED blinking code (tested in linux as well as u-boot) in my head.S file of linux which will blink 3 leds on the board and its not happening which means linux never got executed. I am confirm about u-boot passing control to memory address 0x01000000 as my prints are there in bootm command source code after disabling interrupt and before calling (kernel) (); My question to the forum is ... Is there any one who has booted any linux from any u-boot ever on any altera board. I have searched on the nios forum for same but all the discussions were over with incomplete state or any success in this area is never submitted on web or any forum. Can any one suggest me some solutions or share his/her experince over similar issue. Or please direct me to proper links if some details are given on web. Any Reply or Help is highly appreciated thanks in advance Ankur Maheshwari