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

Updating isn't possible with empty sd card #53

Closed
sn0ren opened this issue Feb 24, 2024 · 2 comments
Closed

Updating isn't possible with empty sd card #53

sn0ren opened this issue Feb 24, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@sn0ren
Copy link

sn0ren commented Feb 24, 2024

Trying to update the firmware when having a clean freshly formatted SD card in the device isn't possible, as it errors out when the firmware folder doesn't exist.

@jLynx jLynx self-assigned this Feb 24, 2024
@jLynx jLynx added the bug Something isn't working label Feb 24, 2024
@jLynx
Copy link
Contributor

jLynx commented Feb 24, 2024

Can replicate. I'll create a fix. The issue is because currently we don't mkdir. So adding that will fix it. Will start on this shortly

@jLynx
Copy link
Contributor

jLynx commented Feb 25, 2024

This is fixed on the website side in this PR 1ea4f9c

But there is a bug on the firmware side that is stopping this fix from working. Once portapack-mayhem/mayhem-firmware#1933 gets merged in, then it will work on nightlys from then onwards.

Any stables or nightlys from before this, you will just have to manually make sure you have a /FIRMWARE folder on your SD card

@jLynx jLynx closed this as completed Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants