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 Access over USB #80

Open
TharathielCB opened this issue Dec 24, 2023 · 0 comments
Open

SD Access over USB #80

TharathielCB opened this issue Dec 24, 2023 · 0 comments

Comments

@TharathielCB
Copy link

Description

Both my PC and my Laptop don't have an included (micro) SD-Card reader. So access to the SD-Card over the USB would be very helpful.

How to solve the problem

Maybe implemented in the FlashcartMenu, or as a separate .N64 (Rom)
On the PC the file transfer could be over a CMD-command, GUI, or it's recognizing the Flashcard and it's SD-Card as a mass storage device.

Possible process flow to ensure the Flashcart/SummerCart(SC) and the PC don't try to read/write the SD-Card at the same time:

  1. check connection to SC
  2. requests current status of the SC
  3. if SC is idle, lock SD access from SC side
  4. read/write SD Card from PC -> cmd or explorer style
  5. after finishing transfer, maybe verify (optional)
  6. release SC and reboot for new SD scan

Describe alternatives you've considered

No response

Additional context

No response

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

1 participant