Forum Discussion

tato_pt's avatar
tato_pt
Icon for New Contributor rankNew Contributor
12 days ago

Reset offset for Cyclone 10 GX 085

Hello!

I have in my system a Cyclone 10 GX 085 FPGA (10CX085YF672I6G) and connected throught the Active Serial interface (4x) to a Winbound W25Q256JW device (256 Mbit).

If I use the reset vector (set in Platform designer in the NiosV parameter window) as 0x02000000, then when I run niosv-bsp command it gives me the follwowing error:

2026.02.04.14:45:36 Error: .entry section mapping not created because reset memory region not located at base address: 0x2000000

2026.02.04.14:45:36 Error: .entry section mapping not created because reset memory region not located at base address: 0x2000000

2026.02.04.14:45:36 Error: .entry section mapping not created because reset memory region not located at base address: 0x2000000

2026.02.04.14:45:36 Error: [Error] altera_hal_linkerx_generator: Required linker section mappings do not exist: "[.entry]"

2026.02.04.14:45:36 Info: Saving BSP settings file.

2026.02.04.14:45:36 Error: .entry section mapping not created because reset memory region not located at base address: 0x2000000

2026.02.04.14:45:36 Error: .entry section mapping not created because reset memory region not located at base address: 0x2000000

2026.02.04.14:45:36 Error: .entry section mapping not created because reset memory region not located at base address: 0x2000000

2026.02.04.14:45:36 Error: [Error] altera_hal_linkerx_generator: Required linker section mappings do not exist: "[.entry]"

2026.02.04.14:45:36 Error: BSP not valid.

2026.02.04.14:45:36 Error: CPU "My_NiosV" reset memory "intel_generic_serial_flash_interface_top_0_avl_mem" has no matching memory region.

But if I us use the reset vector at 0x01000000 I don't get the error anymore.

The problem is that when I load the hex file I eventually produce into the "Convert programming file" window, I get the following error:

The requested address range for page app.hex (0x02000000 - 0x0201DFCF) overlaps with the address range for page Reserved Option Bits on flash device 2 (0x02000000 - 0x0200001F)

If I change the reeet vector to 0x01000000 then I don't get the error.

So in summary

reset vector 0x02000000 : error when I generate the BSP

reset vector 0x01000000: error when I generate the JIC file

Any idea what might be happening? I included the project folder.

1 Reply