Hello Liquid
Some major progress here, thanks for your work. I updated to AmbiqSuite SDK Release 2.2.0 and used the method you just suggested to install the examples. As you can see below I’m now able to compile! The last step is uploading and I’m getting a missing file, I think it’s trying to tell me that “blinky_svl.bin” can’t be found but it’s in the bin folder with the current time/date…
Also, could you please give me the exact syntax to “clean” this folder?
Here are my results:
Home@MAIN-PC MINGW64 /g/Ambiq/AmbiqSuiteSDK/boards_sfe/common/examples/blinky/gcc ((9c31f07…))
$ make BOARD=redboard_artemis bootload
Makefile:112: Using BOARD=redboard_artemis at …/…/…/…/redboard_artemis
Makefile:121: warning: you have not defined PYTHON3. assuming it is accessible by ‘python3’
Makefile:125: defaulting to 115200 baud for ASB
Makefile:129: defaulting to 921600 baud for SVL
Makefile:134: warning: you have not defined SDKPATH so will continue assuming that the SDK root is at …/…/…/…/…
Makefile:142: warning: you have not defined COMMONPATH so will continue assuming that the COMMON root is at …/…/…/…/common
Makefile:163: warning: you have not defined PROJECTPATH so will continue assuming that the PROJECT root is at …/…/…/…/common/examples/blinky
Makefile:170: CONFIG=…/…/…/…/common/examples/blinky/gcc/redboard_artemis/bin
Compiling gcc …/…/…/…/common/examples/blinky/main.c
Compiling gcc …/…/…/…/common/tools_sfe/templates/startup_gcc.c
Compiling gcc …/…/…/…/…/utils/am_util_delay.c
Compiling gcc …/…/…/…/…/utils/am_util_faultisr.c
Compiling gcc …/…/…/…/…/utils/am_util_stdio.c
Compiling gcc …/…/…/…/…/devices/am_devices_led.c
Linking gcc …/…/…/…/common/examples/blinky/gcc/redboard_artemis/bin/blinky_svl.axf with script …/…/…/…/common/tools_sfe/templates/asb_svl_linker.ld
Copying gcc …/…/…/…/common/examples/blinky/gcc/redboard_artemis/bin/blinky_svl.bin…
python3 …/…/…/…/common/tools_sfe/artemis/artemis_svl.py 67 -f …/…/…/…/common/examples/blinky/gcc/redboard_artemis/bin/blinky_svl.bin -b 921600 -v
process_begin: CreateProcess(NULL, python3 …/…/…/…/common/tools_sfe/artemis/artemis_svl.py 67 -f …/…/…/…/common/examples/blinky/gcc/redboard_artemis/bin/blinky_svl.bin -b 921600 -v, …) failed.
make (e=2): The system cannot find the file specified.
make: *** [Makefile:373: bootload_svl] Error 2
Home@MAIN-PC MINGW64 /g/Ambiq/AmbiqSuiteSDK/boards_sfe/common/examples/blinky/gcc ((9c31f07…))
$ ^C
Home@MAIN-PC MINGW64 /g/Ambiq/AmbiqSuiteSDK/boards_sfe/common/examples/blinky/gcc ((9c31f07…))
$ ^C
Home@MAIN-PC MINGW64 /g/Ambiq/AmbiqSuiteSDK/boards_sfe/common/examples/blinky/gcc ((9c31f07…))
$
Regards,
Kevin