From 288559811ae4cf762e40bedc1859f28daabf422c Mon Sep 17 00:00:00 2001 From: cuu Date: Fri, 18 Apr 2025 21:55:24 +0800 Subject: [PATCH] update readme --- Bin/MicroPython/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bin/MicroPython/README.md b/Bin/MicroPython/README.md index 1f7e2fb..eaa3dc3 100644 --- a/Bin/MicroPython/README.md +++ b/Bin/MicroPython/README.md @@ -18,8 +18,8 @@ Follow the readme to --------- Here is the Sequence for beginners to run python on Pico with PicoCalc: -1. Put pico into BOOTSEL mode. -2. Flash correct firmware uf2 file included all necessary python modules. +1. Put pico into **BOOTSEL** mode. +2. Flash correct firmware uf2 file that included/compiled all necessary python modules. 3. Open Thonny at the mean time, config Interpreter with correct kind and port (usuall /dev/ttyACM0 on linux). 4. Upload main.py( this is the entry boot up python file) and other py files to /. from left sidebar. 5. Do nothing but wait for uploading finished,then unplug the Micro-usb cable from pico.