Before: ```python3 ../util/caravel_hkflash.py blin...
# caravel-board
w
Before:
Copy code
python3 ../util/caravel_hkflash.py blink.hex
Success: Found one matching FTDI device at <ftdi://ftdi:232>h:1:9/1
 
Caravel data:
   mfg        = 0456
   product    = 10
   project ID = 00000000
 
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

total_bytes = 1024
status reg_1 = 0xff
status reg_2 = 0xff
************************************
verifying...
************************************
^Z
[1]+  Stopped                 sudo make flash
Now: