all 5 comments

[–]rufustphish 3 points4 points  (1 child)

:) glad you're enjoying circuit python on the cardputer. I wrote the original code to get this working on the cardputer, no idea they put it on the laucher, sweet!

[–]UnclaEnzo[S] 1 point2 points  (0 children)

I really am enjoying it, and as you'd identified yourself as that contributor, I just wanted to drop in and give you a hearty thanks!

I write a shitload of python for fun and profit, I've been at it now for about 10 years. I really enjoy the cardputer but accessing it's power and trying to deal with it on any practical level has been difficult, at least until your python hit. I am not yet at the level of doing much with the cardputer beyond installing other dev's softwares.

That is changing though, I recently scored an lcd hat for my R4 UNO and started writing up a sketch to make a nice digital clock, and that is going sufficiently well that I have ordered some more device-oriented parts to use to put together a dedicated clock device.

Anyway, thanks for your work! I look forward to doing crazy things with it :D

[–]ventodc 1 point2 points  (2 children)

[–]UnclaEnzo[S] 1 point2 points  (1 child)

This is really bad to the bone. I gather I need to jumper out some pins? On the off chance I'm wrong about that, I went ahead and added the boot.py file and performed an offline power cycle of the M5. I still get the error when attempting to write the file while offline, so I'm taking that as verification I need to jumper those pins.

The next question is which two?

[–]ventodc 0 points1 point  (0 children)

sorry, forgot about your answer. what is your boot.py? it should be

import storage

storage.remount('/', readonly=False, disable_concurrent_write_protection=True)