#003 - Flashing NuttX in the STM32F103 Minimum Board
NuttX Channel
This is the third video tutorial of Getting Started to NuttX. In this video I explain how to flash the NuttX firmware in the STM32F103 Minimum board.
These are the commands executed in the video:
cd openocd/contrib/ sudo cp 60-openocd.rules /etc/udev/rules.d/ sudo udevadm trigger cd ../.. cd nuttx openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c init -c "reset halt" -c "flash write_image erase nuttx.bin 0x08000000" ... https://www.youtube.com/watch?v=39lntX-8tfk
2021-05-22
0.0 LBC
Copyrighted (contact publisher)
55649371 Bytes