Altera_Forum
Honored Contributor
13 years agonios2-download Verify Failed
Thanks in advance.
We are finally getting a chance to migrate to the mmu branch. Our goal is to use the TSE and Marvell. We've seen in the wiki that we will need to do some adds to the *.dts, etc. This is a joint effort so I haven't done all the environment setup myself. I see we are using the "trunk" branch when I do a "git branch -l" on both "uClinux-dist" and "linux-2.6.x" I'm using the Cyclone III 3c120 Evaluation Board We got a good *.sopcinfo file and *.sof We successfully got a *.dts file using the Wiki pages and we built an image. In the "make menuconfig" we selected "dts" and set the path. WE've Tried VARIOUS things for the DTB at physical address - which from what I found should be used and 0xC0000000 But we still get the same Verify Failed error on nios2-download and it always starts loading at the 0xC0000000 ************************************************************** ------------------------------------------------ Altera Nios2 Command Shell [GCC 3] Version 10.1, Built Tue Nov 30 02:10:00 PST 2010 ------------------------------------------------ [NiosII EDS]$ nios2-download -g linux.initramfs.gz Using cable "USB-Blaster [USB-0]", device 1, instance 0x00 Pausing target processor: OK Initializing CPU cache (if present) OK Downloaded 4912KB in 84.6s (58.0KB/s) Verifying C0000000 ( 0%) Verify failed between address 0xC0000000 and 0xC000FFFF Leaving target processor paused /cygdrive/c/altera/10.1/quartus/qdesigns/Work/Cyclone3c120/cycloneIII_3c120_nios II_standardMMU/uClinux [NiosII EDS]$ ****************************************** What are we missing? I feel very close. Do we need to modify something in the *.dts?