Altera_Forum
Honored Contributor
15 years agoBootloader for uClinux-MMU with EPCS
I'd like to load uClinux-MMU from the EPCS. The physical address for instruction memory is 0x02000000, so the only way to access it is through the TLB. The default boot copier supplied for the EPCS does not initialize the MMU. So as I see it, my options are:
- Modify the default boot copier to initialize the MMU - U-Boot? - Other? In my searching, I couldn't confirm that U-Boot supports this boot method. I'm interested in any opinions on the best path to take. Thanks.