Forum Discussion
Altera_Forum
Honored Contributor
13 years agoRebooting uClinux with custom bootloader
Hi guys, I'm here again to ask your precious help. I have a project in which I have a SoPC with a Nios2 processor, some peripherals, an on-chip RAM and a SDRAM. Within the on-chip RAM there ...
Altera_Forum
Honored Contributor
13 years agoHi all,
I solved this problem a few time ago, I'm sorry for the delay. It was simply a problem related to the link address offset value, previously it was 0x00A00000 and it worked well until the zImage has increased its dimension. With a zImage of about 3.5 MB I had to set this value to 0x00C00000 and this solved the problem. I hope this can help Marco