anybody else getting some issue flashing the blink...
# gfmpw-0-silicon
p
anybody else getting some issue flashing the blink firmware to the board? https://github.com/efabless/caravel_board/issues/82
a
Are you using the blink subdir in the gf180 folder?
I initially was using
firmware/blink
instead of
gf180/blink
and got the same error
(although for whatever reason i was able to get it to flash using that one as well by holding down the reset button for the entirety of the flash process)
a
in my case all flashed good from 1st attempt:
Copy code
python3.8 ../util/caravel_hkflash.py blink.hex
Success: Found one matching FTDI device at <ftdi://ftdi:232>h:1:15/1
 
Caravel data:
   mfg        = 0456
   product    = 20
   project ID = 180058d2
 
Resetting Flash...
status = 0x00
 
JEDEC = b'ef4016'
Erasing chip...
done
status = 0x0
setting address to 0x0
addr 0x0: flash page write successful
addr 0x100: flash page write successful
addr 0x200: flash page write successful
addr 0x300: flash page write successful
addr 0x400: flash page write successful
addr 0x500: flash page write successful
addr 0x600: flash page write successful

total_bytes = 1652
status reg_1 = 0x0
status reg_2 = 0x2
************************************
verifying...
************************************
status reg_1 = 0x0
status reg_2 = 0x2
setting address to 0x0
addr 0x0: read compare successful
addr 0x100: read compare successful
addr 0x200: read compare successful
addr 0x300: read compare successful
addr 0x400: read compare successful
addr 0x500: read compare successful
addr 0x600: read compare successful

total_bytes = 1652
pll_trim = b'4b'

python3.8 ../util/caravel_hkstop.py
Success: Found one matching FTDI device at <ftdi://ftdi:232>h:1:15/1
p
@Anish that was it, thanks!
sent https://github.com/efabless/caravel_board/pull/84 so that other folks don't fall into the same trap.
it blinks!
🎉 1