-
Notifications
You must be signed in to change notification settings - Fork 13
Boards notes STM32F746G DISCO
Fanda Vacek edited this page Jul 11, 2018
·
5 revisions
compile
cd /home/fanda/proj/nx/nuttx
make distclean
./tools/configure.sh stm32f746g-disco/fb
make qconfig
make
run openOCD
cd ~/proj/openocd/openocd-code/tcl
~/proj/openocd/build/src/openocd -f interface/stlink.cfg -f target/stm32f7x.cfg
connect to openOCD
telnet localhost 4444
command openOCD via telnet to flash device
> program /home/fanda/proj/nx/nuttx/nuttx verify reset
connect to serial console (press ENTER twice to show prompt)
minicom -D /dev/ttyACM0
Run frame buffer test in nsh
nsh> fb