NUCLEO-L476RG where and howto boot.py and main.py

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
tuxed
Posts: 1
Joined: Sat Nov 11, 2017 1:46 pm

NUCLEO-L476RG where and howto boot.py and main.py

Post by tuxed » Mon Nov 13, 2017 9:27 am

Dear all,

Last week i bought a NUCLEU-L476RG to go use it with MicroPython, i flashed the board with NUCLEO_F767ZI-20171112-v1.9.3-15-gcada9711.dfu
With 'cu -l /dev/ttyACM0 -s 115200' i see the python prompt >>> but when i type 'print("Hello Wolrld")' and hit enter it won't print 'Hello World'... I'm also struggling with how and where to place th boot.py and main.py
Can some help me how to do this please.
I work with Debian 9 stretch.

Greetings, Niek

Post Reply