Altera_Forum
Honored Contributor
15 years agoBSP Editor Problem
I am trying to program my bootstrap code into on-chip memory and I am having serious problem with BSP editor.
1. In Quartus I am setting cpu to: reset vector memory onchip-memory offset 0x00 exception vector memory onchip-memory offset 0x20 2. Generate SOPC 3. Going to NIOS II - Eclipse platform and open BSP editor. 4. BSP editor displays a message: [Error] altera_linkerx_generator: The section mapping ".entry" mapped device "cfi_flash" is not the same as the SOPC Design specified device "onchip_memory" How can I change in BSP Editor linker script to map ".entry" to "onchip_memory"? Thanks!