Forum Discussion
Altera_Forum
Honored Contributor
21 years agoBootloaders
Has anyone successfully used either U-Boot or Redboot on a NON-Linux based system? More specifically, on a MicroC/OS-II-based system? I'm having a hell of a time figuring out if I can use eithe...
Altera_Forum
Honored Contributor
21 years agoI'm still a bit confused on the exceptions. The exception address is fixed in SOPC builder. Do I overwrite u-boot's exception vector when I download my kernel? I guess that would be alright if interrupts are disabled and I don't use any multiplies or divides. Or, does it not even matter where the u-boot exception address is set because I won't ever use it?