Not able to programm a Sparkfun board

Post Reply
CyrilB
Posts: 4
Joined: Tue Oct 12, 2021 12:00 pm

HI,
I'm trying to program a Quickfeather Sparkfun board using Tynifpga-programmer, but without success.

First I can not get the breathing green led as expected when pressing the user button. LED come fixed green for a time, thne blue is blinking again, and finally switch off.
I got the serial link well configured and can interact with the board through the terminal.
I got:
Sparkfun thing+ LED / User Button Test
SW Version: qorc-sdk/qt-apps/qt_helloworldsw
May 10 2021

then the command line is working fine.

When programming (or trying), I use:

Code: Select all

qfprog --port /dev/ttyACM0 --m4app ./output/qf_helloworldsw.bin --mode m4
and I get:

Code: Select all

CLI mode
ports =  ['/dev/ttyACM0 (QuickFeather)'] 1
Using port  /dev/ttyACM0 (QuickFeather)
Programming m4 application with  ./output/qf_helloworldsw.bin
Erasing designated flash pages
Erase  64.0 KiB ( 0xd8 ) at  0x80000
Erase  32.0 KiB ( 0x52 ) at  0x90000
Erase  4.0 KiB ( 0x20 ) at  0x98000
Erase  4.0 KiB ( 0x20 ) at  0x99000
Erase  4.0 KiB ( 0x20 ) at  0x9a000
Erase  4.0 KiB ( 0x20 ) at  0x9b000
Writing  binary
Write  112688  bytes
[XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX]
Verifying  binary
FastREAD 0x0B ( 112688 )
[                                                 ]
and nothing more


Any idea to see if all is well programmed or how to make it happening?

Thanks.

Cyril
Willmish
Posts: 1
Joined: Sat May 27, 2023 1:27 pm

Hi Cyril, I am having the same issue, flashing freezing up on the FastREAD stage. Did you ever manage to resolve this at all?
nimish
Posts: 4
Joined: Mon Jun 19, 2023 10:03 pm

Same here. I don't think Quicklogic has supported these boards very much over time
Robert
Posts: 29
Joined: Fri May 15, 2020 8:27 am

I believe that you need to update the FPGA firmware. I know that this is the case with QuickFeather board. I will test and update some additional information.
venalshowgirl
Posts: 1
Joined: Thu Aug 29, 2024 3:16 am

Robert wrote: Fri Jan 19, 2024 12:05 am I believe that you need to update the FPGA firmware. I know that this is the case with QuickFeather board. I will test and update some additional information.
How is the update?
repaytour
Posts: 1
Joined: Wed Nov 27, 2024 7:07 am

Hello,
I have the same problem and wanted to join this forum to get answers but it seems to be inactive
annakena
Posts: 2
Joined: Tue Jun 18, 2024 1:41 am

Hi Cyril,

It sounds like you're encountering a few issues with the programming process. Here are a couple of suggestions:

Check Connections: Ensure that all connections to the QuickFeather board are secure and that the correct USB port is being used.

Firmware Update: Verify if there’s a firmware update available for your board or the Tynifpga programmer. Sometimes compatibility issues can arise from outdated software.

Binary File: Double-check that the qf_helloworldsw.bin file is correctly compiled and not corrupted. You might want to try programming a simple example first to see if the board responds.

Logs: Look for any additional logs or error messages that might provide more context on where the process is failing.

Let us know how it goes!

Best,
rice purity test
Post Reply