-
Notifications
You must be signed in to change notification settings - Fork 132
Implement filesystem-based partition state access and CLI tools #615
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
Conversation
- Add filesystem access implementation in HAL (`hal/filesystem.c`) - Introduce new library_fs target and build rules for filesystem-backed partition management - Provide example configuration for library_fs - Add CLI application (`hal/library_fs.c`) to query and manage partitions - Update documentation with usage instructions and build steps for the new CLI tool - Update .gitignore
6e7ebee to
9587620
Compare
d35317b to
3c77ab6
Compare
|
There is a printf in image.c:1277 requiring a mock for Consider this fix: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this approach will work. I am having trouble getting this cross-compiled for the older Ubuntu on customer hardware, but will work though it.
Can you go ahead and add CI tests for this similar to your script? Thank you
0b60eb1 to
e48ba6e
Compare
|
@dgarske CI added. |
hal/filesystem.c)hal/library_fs.c) to query and manage partitions