- 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
Run application
        Lupin3000 edited this page Jun 15, 2025 
        ·
        7 revisions
      
    If you don't want to use git, you can also download the software as a ZIP file to your system! Please note, that you may need to reconfigure the Python virtualenv.
# change into cloned root directory
$ cd MicroPython-Firmware-Studio/
# pull latest changes
$ git pull# change into cloned root directory
$ cd MicroPython-Firmware-Studio/
# activate Python virtualenv (macOS & Linux)
$ source venv/bin/activate
# activate Python virtualenv (Windows)
$ .\.venv\Scripts\activate
# run application
(.venv) $ python3 main.pyAfter MicroPython firmware flashing was successful you can use rshell to connect. Check this repository for details about rshell.
# connect to device
(.venv) $ rshell -p <PORT>- Select the microcontroller device (verify via Chip ID the MCU)
 - Select the chip and firmware (erase the device if other firmware is installed)
 - Start flashing the firmware to device (wait few seconds till process is done)
 
Preview: macOS
Preview: Linux
Preview: Windows


