[Solved] FPGA boot loader recovery

Hi @ronsoul

Instead of double-tapping the reset button, could you please try running this Python script to reset the board for the applicable steps:

#! /usr/bin/python

import sys
import serial

ser = serial.Serial(sys.argv[1], 1200)
ser.close()

Run with: python 1200bpsreset.py /dev/