Hi,
I cannot send hello with both ft2232HL and a cp2102. 37 led is blinking fast, card seems recognize yes and no. then I stay push on 14, do a quick push on reset. led 37 stop blinking I then do make bootload.
For both ft2232HL and cp2102 I optain the following output, seems the card is not listening. As I’m not using 340C chipset I guess it’s no use to install the driver. My serial cards are working with esp32, stm32, stm8, orangePI PC. How can I upload binary on the sparkfun edge? Do I have to buy a ch340C from sparkfun?
Here the output :
thierry@grillon:~/projets/iot/sparkfun/dev15170/SDK/AmbiqSuite-Rel2.0.0/boards/make bootload
…/…/…/…/…/tools/apollo3_scripts/create_cust_image_blob.py --bin bin/example1_edge_test.bin --load-address 0xC000 --magic-num 0xCB -o bin/main_nonsecure_ota --version 0x0
Header Size = 0x80
original app_size 0x460c ( 17932 )
load_address 0xc000 ( 49152 )
app_size 0x460c ( 17932 )
w0 = 0xcb00468c
Security Value 0x10
w2 = 0x10008080
addrWord = 0xc000
versionKeyWord = 0x0
child0/feature = 0xffffffff
child1 = 0xffffffff
crc = 0xe4e5be6b
Writing to file bin/main_nonsecure_ota.bin
…/…/…/…/…/tools/apollo3_scripts/create_cust_wireupdate_blob.py --load-address 0x20000 --bin bin/main_nonsecure_ota.bin -i 6 -o bin/main_nonsecure_wire --options 0x1
Header Size = 0x60
app_size 0x468c ( 18060 )
Writing to file bin/main_nonsecure_wire.bin
Image from 0x0 to 0x468c will be loaded at 0x20000
…/…/…/bsp/tools/uart_wired_update_sparkfun.py -b 921600 /dev/ttyUSB0 -r 1 -f bin/main_nonsecure_wire.bin -i 6
Connecting with Corvette over serial port /dev/ttyUSB0…
Sending Hello.
No response for command 0x00000000
Traceback (most recent call last):
File “…/…/…/bsp/tools/uart_wired_update_sparkfun.py”, line 341, in
main()
File “…/…/…/bsp/tools/uart_wired_update_sparkfun.py”, line 42, in main
connect_device(ser)
File “…/…/…/bsp/tools/uart_wired_update_sparkfun.py”, line 61, in connect_device
response = send_command(hello, 88, ser)
File “…/…/…/bsp/tools/uart_wired_update_sparkfun.py”, line 238, in send_command
raise NoResponseError
main.NoResponseError
Makefile:193 : la recette pour la cible « bootload » a échouée
make: *** [bootload] Erreur 1