Forum Discussion
Altera_Forum
Honored Contributor
19 years agoHi,MFM
The output as I type the following command [SOPC Builder]$ nios2-download -g u-boot Using cable "ByteBlasterII [LPT1]", device 1, instance 0x00 Processor is already paused Downloaded 98KB in 2.8s (35.0KB/s) Verifying 01FC0000 ( 0%) Verify failed between address 0x1FC0000 and 0x1FCFFFF Leaving target processor paused /cygdrive/c/u-boot-src/u-boot How to change the download address? In the file \include\configs\EP1C20.h ,I have found the following infomation related to the load address:# define CFG_LONGHELP /* Provide extended help*/# define CFG_PROMPT "==> " /* Command prompt */# define CFG_CBSIZE 256 /* Console I/O buf size */# define CFG_MAXARGS 16 /* Max command args */# define CFG_BARGSIZE CFG_CBSIZE /* Boot arg buf size */# define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print buf size */# define CFG_LOAD_ADDR 0x0/*CFG_SDRAM_BASE*/ /* Default load address */# define CFG_MEMTEST_START 0x0/*CFG_SDRAM_BASE*/ /* Start addr for test */# define CFG_MEMTEST_END CFG_INIT_SP - 0x00020000 # define CFG_HUSH_PARSER# define CFG_PROMPT_HUSH_PS2 "> " # endif /* __CONFIG_H */ In fact my CFG_SDRAM_BASE is set to 0x0 already, but it still does not work as espected. I do not know why? can anyone give some hint ? Thanks in advance.