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

"Palmira" machine fails to load SD card files on Linux -- case mismatch #20

Open
jameshpdp opened this issue Jun 16, 2023 · 1 comment

Comments

@jameshpdp
Copy link

Hello,

Apologies if I misunderstood something in the docs, but I think the new "palmira" machine has a bug in the SD card emulation layer, affecting Linux (and presumably other case-sensitive filesystems). Trying to use N or I monitor commands results in errors "SD: FE" and "SD: 01, SD: 8A".

The root cause seems to be filename case mismatch, emulator expects all files to be UPPERCASE, while files in dist/palmira/sdcard/{BOOT,GAMES} are all lowercase.

As a workaround it is possible to move all those files and ensure the names are using uppercase symbols only, but I guess it would be nice to make file name search case insensitive or at least ensure the distributed files are matching that requirement.

Thank you.

@vpyk
Copy link
Owner

vpyk commented Jun 17, 2023

Thanks! Fixed in 1dd980f
I just renamed the files for now, but I'll think about case insensitive file search...

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

2 participants