You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to test my GFMPW-1 chip that I received last week.
Connecting the board via USB results in the following dmesg (with a harmless warning, I believe):
[ 9. Sep 11:55] usb 5-1: new high-speed USB device number 3 using xhci_hcd
[ +0,142033] usb 5-1: New USB device found, idVendor=0403, idProduct=6014, bcdDevice= 9.00
[ +0,000007] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ +0,000005] usb 5-1: Product: Single RS232-HS
[ +0,000003] usb 5-1: Manufacturer: FTDI
[ +0,000902] ftdi_sio 5-1:1.0: FTDI USB Serial Device converter detected
[ +0,000046] usb 5-1: Detected FT232H
[ +0,001524] usb 5-1: FTDI USB Serial Device converter now attached to ttyUSB0
[ +46,767251] usb 5-1: usbfs: interface 0 claimed by ftdi_sio while 'python3' sets config #1
[ +0,003442] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[ +0,000020] ftdi_sio 5-1:1.0: device disconnected
[ 9. Sep 11:56] ftdi_sio 5-1:1.0: FTDI USB Serial Device converter detected
[ +0,000060] usb 5-1: Detected FT232H
[ +0,001425] usb 5-1: FTDI USB Serial Device converter now attached to ttyUSB0
Building the firmware via make clean hex in chipignite/blink works, I had to adjust the Makefile to:
I try to test my GFMPW-1 chip that I received last week.
Connecting the board via USB results in the following dmesg (with a harmless warning, I believe):
Building the firmware via
make clean hex
in chipignite/blink works, I had to adjust the Makefile to:But flashing the chip fails with:
Any idea what went wrong?
The text was updated successfully, but these errors were encountered: