Jump to content

pulkit

Members
  • Posts

    12
  • Joined

  • Last visited

Reputation Activity

  1. Like
    pulkit reacted to JColvin in Pmod wifi module failed to scan wifi   
    Hello,
    I am working on recreating the Pmod WiFi setup with an Arty A7 35.
    Thanks,
    JColvin
  2. Like
    pulkit reacted to JColvin in Local Memory of the Microblaze overflowed   
    Hi @pulkit,
    The application is trying to fit inside the block ram (BRAM) that is integrated with the FPGA, you will, as you already surmised, want to adjust the linker script.
    You can do this by opening the lscript.ld that is directly below the main.cc you have open in your screenshot. Scroll down to the "Section to Memory Region Mapping" and adjust the Memory Region for each of the section names to "mig_7series_0_memaddr".
    Let me know if you have any questions.
    Thanks,
    JColvin
×
×
  • Create New...