Launch openocd in one console “./tools/OpenOCD/OSX/openocd-all-brcm-libftdi” -s “./tools/OpenOCD/scripts” -f ./tools/OpenOCD/CYW9WCD1EVAL1.cfg -f ./tools/OpenOCD/stm32f4x.cfg -f ./tools/OpenOCD/stm32f4x-flash-app.cfg In another console launch gdb using ./tools/ARM_GNU/bin/OSX/arm-none-eabi-gdb Once you get to the gdb prompt use (gdb) target remote localhost:3333 (gdb) monitor reset halt (gdb) file build/snip.scan-BCM943364WCD1/binary/snip.scan-BCM943364WCD1.elf…
Author: Venkat Subbiah
Steps to compile and run OpenWRT on Edge Router
Open to access USB drive Need to open up the Edge Router to access the USB drive. It needs to be . Below is picture after opening it up. Be careful when unplugging the USB drive. Hold on to the…