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

Raspberry Pi 4, baremetal - bug with mkdir command #1541

Closed
PetruCHIOrus opened this issue Aug 9, 2021 · 2 comments · Fixed by #1582
Closed

Raspberry Pi 4, baremetal - bug with mkdir command #1541

PetruCHIOrus opened this issue Aug 9, 2021 · 2 comments · Fixed by #1582
Assignees

Comments

@PetruCHIOrus
Copy link

There is one bug on the Raspberry Pi 4 build related to the mkdir command.

The fact is that the command apparently creates a folder not in the tic80 folder, where the visible files are located, but in the actual root of the flash drive. You can go to this folder, but it is impossible to read its contents or write it.

photo_2021-08-09_21-02-13

The demo command creates a bunny folder also in the actual root of the flash drive, it cannot write cartridges there, and therefore the folder remains empty.

For example, normal command behavior:

photo_2021-08-09_20-57-16

@PetruCHIOrus PetruCHIOrus changed the title Raspberry Pi 4 - bug with mkdir command Raspberry Pi 4, baremetal - bug with mkdir command Aug 9, 2021
@msx80
Copy link
Contributor

msx80 commented Aug 30, 2021

Hi there, i took a look at the Rpi3 version, it's buggy but in a different way 😅 It actually creates the folder in the right place but you can't "cd" into it.
If i find some time i'll look into it

msx80 pushed a commit to msx80/TIC-80 that referenced this issue Sep 1, 2021
nesbox added a commit that referenced this issue Sep 3, 2021
fix path problems with baremeta #1541
@nesbox nesbox linked a pull request Sep 3, 2021 that will close this issue
@nesbox
Copy link
Owner

nesbox commented Sep 3, 2021

Seems fixed here 22378fb
Thanks to @msx80

@nesbox nesbox closed this as completed Sep 3, 2021
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

Successfully merging a pull request may close this issue.

3 participants