Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- What is your pc linux distro? Please set "boot link offset" to 0xa00000 in kernel config. It is about 2/3 of 16MB. Or, please run nios2-download -g images/linux.initramfs.gz Or, please try u-boot first to verify your system. http://nioswiki.com/dasuboot - Hippo --- Quote End --- Hi, Hippo Thank you! My linux distro is Debian(testing). I have corrected the boot link to 0xa00000 which point to the kernel space. But after compiling: nios2-download -g images/zimage.initramfs.gz; nios2-terminal Using cable "USB-Blaster [USB 6-1.1]", device 1, instance 0x00 Processor is already paused Initializing CPU cache (if present) OK Downloaded 1642KB in 14.3s (114.8KB/s) Verified OK Starting processor at address 0xC1A00000 nios2-terminal: connected to hardware target using JTAG UART on cable nios2-terminal: "USB-Blaster [USB 6-1.1]", device 1, instance 0 nios2-terminal: (Use the IDE stop button or Ctrl-C to terminate) Uncompressing Linux... no more character then... And If I run: nios2-download -g images/linux.initramfs.gz; nios2-terminal Using cable "USB-Blaster [USB 6-1.1]", device 1, instance 0x00 Processor is already paused Initializing CPU cache (if present) OK Downloaded 2638KB in 23.0s (114.6KB/s) Verified OK Starting processor at address 0xC1000000 nios2-terminal: connected to hardware target using JTAG UART on cable nios2-terminal: "USB-Blaster [USB 6-1.1]", device 1, instance 0 nios2-terminal: (Use the IDE stop button or Ctrl-C to terminate) Early printk initialized No more character then.... Which options should I check next? Thank you !!