Skip to content
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

SD-Card support #325

Open
UnknownAMD opened this issue May 21, 2023 · 10 comments
Open

SD-Card support #325

UnknownAMD opened this issue May 21, 2023 · 10 comments

Comments

@UnknownAMD
Copy link

UnknownAMD commented May 21, 2023

#Is your feature request related to a problem? Please describe.
58KB (or the 8mb of flash) is not enough for my python scripts i plan to solder a slot to my numworks on the existing sdcard pads

Describe the solution you'd like
Since this would actually not only help me but a ton of hackers what i'd like is adding python IO support for the SD card slot and also some Ion api functions to allow people to make better games, i currently need this because im working on a video player but i dont have enough space for more than 5 minutes of MP4

Additional context
N/A

Summary

  • Python IO support for the SD card
  • Ion functions for the SD card READ/WRITE and more
  • simple FS preferably FAT or a custom one (This is what takes the most time)
  • usable as boot device (optional)
@Alerymin
Copy link

Actually, Python scripts are stored in RAM (256 Kio on n0100 and n0110, 564 Kio on n0120)
As far as I know, only the n0100 has SD card pads, and this model only has 1MB for the system.
It would be interesting but really complicated, Lambda is meant to add features like this, but it would be really complicated

@UnknownAMD
Copy link
Author

i have inspected the pcb and i have concluded that it would not require any more than 6 jumpers

@UnknownAMD
Copy link
Author

from the sd slot to the board

@UnknownAMD
Copy link
Author

a mod board of some sort could be designed or a new pcb (this would require moving all components)

@Alerymin
Copy link

Yes, but you don't know how complicated it is to add compatibiity with this sd card slot

@UnknownAMD
Copy link
Author

numworks devs said there are ion functions that do basic read/write

@UnknownAMD
Copy link
Author

to sdcard

@BloomyInDev
Copy link

Any news on this ?

@Lisra-git
Copy link

Absolutely useless

@BloomyInDev
Copy link

I dont think, having an sdcard to store big script/external app would be cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants