We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Here is the PP issue for it: portapack-mayhem/mayhem-firmware#1927
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: