Forum Discussion
Altera_Forum
Honored Contributor
21 years agoU-Boot : 'make' problem
Hello, I'm trying to compile a Uboot package in order to upload the .srec file to the NIOSII Cyclone board. My problem is that "make" command terminates with this message : (...)
ma...
Altera_Forum
Honored Contributor
21 years agoEgads!!! Looks like like most of the addresses have changed in the
standard example since 4.1/Nios-II 1.0!!! That explains why you had to change all the addrs ... sorry about not noticing that, Max. So ... looks like the SRAM has moved as well ... so the quick-start info in the README needs to be updated. When you download, you'll have to do something like: ==> loadb 2000000 ... ==> cp.b 2000000 0 <some hex count> --Scott