https://github.com/throwaway96/mboot_parts
MStar MBoot partition tools. WIP
https://github.com/throwaway96/mboot_parts
Last synced: 2 months ago
JSON representation
MStar MBoot partition tools. WIP
- Host: GitHub
- URL: https://github.com/throwaway96/mboot_parts
- Owner: throwaway96
- License: agpl-3.0
- Created: 2024-03-03T21:18:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T21:21:33.000Z (over 2 years ago)
- Last Synced: 2025-03-02T03:48:08.728Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `mboot_parts.py`
Currently just takes the output from the `mmc part` command of MStar's MBoot
(their version of U-Boot) and reformats it to be easier to work with.
I'm hoping to add more tools when I have some free time.
## License
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along
with this program. If not, see .
See `LICENSE` for details.