Skip to content

Commit

Permalink
Another format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RetiredWizard committed Apr 19, 2023
1 parent 8ec5b0f commit 71d14ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,13 @@ At the REPL prompt type "**import PyDOS**" to start PyDOS and then type **setup*
Once the **setup.bat** script has been run if you have more files to copy to the microcontroller (PyBasic for example), you will need to give the host computer read/write access to the mounted microcontroller drive. This is done by typing **"fs ro"** at the PyDOS prompt and then power cycling the board.

After deleting and/or copying files using the Host computer, when you want to run PyDOS normally again, edit the **boot.py** file in the root folder of the mounted microcontroller drive (usally CIRCUITPY) and change the line that reads:

storage.remount("/",True)

to:

storage.remount("/",False)

and then powercycle the board once again.

--------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 71d14ba

Please sign in to comment.