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

Fix FS errors when running Python programs #522

Merged
merged 2 commits into from
Jan 22, 2025
Merged

Conversation

navzam
Copy link
Member

@navzam navzam commented Dec 21, 2024

Fixes #508:

  • Remove creation of /dev directory. This is causing the "FS error" when running a Python program. It isn't needed since /dev already exists
  • Change the device ID of the create device. I'm not sure what it's supposed to be, but currently it uses the same ID as the registers, which overrides the registers device. This will need to be revisited when Create support is fixed (Create 2 functions do not work in simulator #518)

@navzam
Copy link
Member Author

navzam commented Dec 22, 2024

Build failure is unrelated to this PR. It should succeed after #525 is merged

@tcorbly tcorbly merged commit 4c24801 into master Jan 22, 2025
3 checks passed
@tcorbly tcorbly deleted the fix-python-fs-error branch January 22, 2025 04:42
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 this pull request may close these issues.

Python programs fail with "FS error"
2 participants