Max Holliday

Results 18 comments of Max Holliday

Solved with version v25 onward.

https://github.com/adafruit/circuitpython/blob/master/py/repl.c might be a good place to look

## mounting an SD card on the ESP32 (SAM32v1): 1. set SD_CS low in SAMD51 main. 2. enter the esp32 REPL prompt. Current (sketchy) method is using the attached main.py...

## running files on ESP32 from SD card 1. Save desired file to sd card (externally) 2. boot with attached main.py [main.py.txt](https://github.com/maholli/SAM32/files/2738500/main.py.txt) 3. mount sd like so: ![image](https://user-images.githubusercontent.com/29153441/50860106-eeb6ab80-1349-11e9-9152-58ec2f1a0d13.png) 4. run...

Goal is to be able to load files to SAMD, esp32, or SD card via adafruit's ampy tool: https://github.com/adafruit/ampy Currently works with SAMD without issue

This capability is made possible by the "parallel capture control" hardware on the SAMD51. See [TN_158_What_Is_The_Camera_Parallel_Interface.pdf](https://github.com/maholli/SAM32/files/2731009/TN_158_What_Is_The_Camera_Parallel_Interface.pdf) for general description of the interface

https://github.com/adafruit/SAMD51-Camera-Demo may be a good place to start.

https://github.com/adafruit/circuitpython/blob/master/py/repl.c might be a good place to look