Booting from SD card

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
nikhiledutech
Posts: 118
Joined: Wed Dec 27, 2017 8:52 am

Re: Booting from SD card

Post by nikhiledutech » Fri May 04, 2018 4:51 am

Ok there was issue in tab and spaces.

I would like to know, whether we can call an .py file from any folder by providing appropriate file path in boot.py file present in SD card.


Like if say there is eg1.py file in case1 folder present in SD Card. Can i write, pyb.main('/case1/eg1.py') and run it.

I tried above method, but it didn't gave me O/P.

Leesajohnson
Posts: 1
Joined: Thu Mar 08, 2018 10:34 am
Location: London
Contact:

Re: Booting from SD card

Post by Leesajohnson » Wed May 09, 2018 12:55 pm

Thank you for posting. It will help you to know the process of "booting from SD card".

Post Reply