Skip to content

Instantly share code, notes, and snippets.

@Goshik92
Created July 27, 2020 01:41
Show Gist options
  • Save Goshik92/68af8ee64a3fa469d81017385a814cad to your computer and use it in GitHub Desktop.
Save Goshik92/68af8ee64a3fa469d81017385a814cad to your computer and use it in GitHub Desktop.
Enable FPGA-to-SDRAM bridge on Cyclone V (DE10-Nano board)
mw 0xFFC25080 0x1F0
mw 0xFFC2505C 0xA
@Goshik92
Copy link
Author

  1. Connect your DE10-Nano board to your PC via USB using the USB port on the Ethernet side (do not apply power to the board yet).
  2. Find out which virtual COM shows up when you connect the board.
  3. Start Putty and connect to the COM port using the baud rate of 115200.
  4. Apply power to the board and press any key in Putty when asked in order to enter U-Boot.
  5. Execute two commands from the gist.
  6. Run boot command to boot Linux.

Now the FPGA-to-SDRAM bridge is enabled!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment