-
Notifications
You must be signed in to change notification settings - Fork 13
Boards notes STM32F746G DISCO
Fanda Vacek edited this page Sep 4, 2018
·
5 revisions
compile Nuttx
cd /home/fanda/proj/nx/nuttx
make distclean
./tools/configure.sh stm32f746g-disco/fb
make qconfig
make
run openOCD
~/proj/openocd/build/src/openocd -s ~/proj/openocd/openocd-code/tcl -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
or
tio /dev/ttyACM0
Run frame buffer test in nsh
nsh> fb