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

Upload do not work with some filenames #52

Open
gullradriel opened this issue Feb 6, 2024 · 2 comments
Open

Upload do not work with some filenames #52

gullradriel opened this issue Feb 6, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@gullradriel
Copy link
Member

When testing updates from test-drive, it happened that I already had downloaded a ppfw.tar file, and I downloaded another one.

The new one had the name "portapack-mayhem_OCI.ppfw (1).tar"

It failed and produced the following log:

ch> fopen /FIRMWAREportapack-mayhem_OCI.ppfw (1).tar
usage: fopen <path>
ch> fseek 0
no open file
ch> fwb 100000
no open file
@gullradriel gullradriel added the bug Something isn't working label Feb 6, 2024
@jLynx
Copy link
Contributor

jLynx commented Feb 16, 2024

This is due to the filename having a space in it. Currently the serial interface does not handle spaces. cc: @bernd-herzog

This needs to be fixed on the Mayhem side and once it is, this will automatically start working.

One thing we could do here in the meantime is warn the user if they are trying to upload something with a space in it.

@htotoo
Copy link
Member

htotoo commented Apr 10, 2024

Here is the PP issue for it: portapack-mayhem/mayhem-firmware#1927

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

3 participants