-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32-S2: Getting this error while running the SD card demo 'SPIDevice' object has no attribute 'spi' #4108
Comments
I think this is a bug on our end. I believe beta.0 should work in the meantime. |
Thank you for the response @tannewt, that explains why this build worked I will give it a try with beta.0 and see if that helps. Thanks again! |
@tannewt you were right, that was the problem. After trying again using the branch Thanks for solving my problem. |
I get this same error on both ESP32-S2 and Raspberry PI pico, but works on Seeeduio Xiao with same version of CP |
I think the Xiao works because it uses the python version of bus device. The other two have it built in. |
Hello, I'm seeing this error on PyCubed board in both 6.2 and 7.0 Alpha 1 versions of CircuitPython, any ideas? Thanks! |
@polygnomial Make sure you have the latest version of the SDCard library. IIRC we stopped using the .spi property from the SPIDevice class. |
Hi there,
I'm currently testing a new board that uses the ESP32-S2 and has an integrated SD card. When I try using one of the existing board from the website it works fine but when I flash it with my own board definition the SD card won't work and I get the following error message:
This is the code I'm trying to run:
The output of my terminal after running:
make V=1 BOARD=atmegazero_esp32s2 flash PORT=/dev/tty.SLAB_USBtoUART
is:What am I missing?
Thanks for your help
The text was updated successfully, but these errors were encountered: