Altera_Forum
Honored Contributor
15 years agoMulticore boot out of epcs
Hi,
I have a booting problem. I want to start 2 Nios cores out of the epcs. First CPU: Reset-Vector EPCS Exception-Vector SRAM Second CPU: Reset-Vector EPCS Exception-Vector Onchip both run very simple programs (one blinks an led the other does printf's). if i make a multicore run everything works fine. Now i want ot program that into the epcs: --- Quote Start --- elf2flash --epcs --input="schiebe_reg.elf" --output="epcs_spansion.flash" elf2flash --epcs --after="epcs_spansion.flash" --input="hello_world_1.elf" --output="epcs_spansion2.flash" nios2-flash-programmer --epcs --base=0x00001000 --sidp=0x00001870 --id=451509676 --timestamp=1267769914 --instance=0 "epcs_spansion2.flash" --device=1 --- Quote End --- thats how i tried it but nothing happend. Is it even possible to boot two cores out of one epcs? i don't understand how the cpus should know their startingpoints because i can't define an offset for the reset-vector like i do in a cfi flash. any ideas or help? MfG Sven