Python library and utilities for creating a dump of SmartsFS from a directory.
Project description
SmartFS tools
Python library and utilities for creating a dump of SmartsFS from a directory. The dump will be written on flash memory next.
SmartFS is a file system usage in NuttX. SmartFS stands for Sector Mapped Allocation for Really Tiny (SMART) flash.
Links
Usage
Install
pip install smartfs_tools
Example run:
# Veiw help
smartfs_mkdump --help
# Create dump
smartfs_mkdump \
--base-dir ./dir_with_content \
--out out.bin \
--storage-size 1048576 \
--smart-erase-block-size 4096 \
--smart-sector-size 1024 \
--smart-max-len-filename 16
Developemnt
Run script (smartfs_mkdump):
python -m smartfs_tools.script
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
smartfs_tools-0.3.1.tar.gz
(15.0 kB
view details)
Built Distribution
File details
Details for the file smartfs_tools-0.3.1.tar.gz
.
File metadata
- Download URL: smartfs_tools-0.3.1.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8eaeae9b9a171029c5eaba54d1bed0cfb5563b8b61f8c8c506b905c330da0e8 |
|
MD5 | 8207f52189f04a1b1c979e6bb6f0bfc9 |
|
BLAKE2b-256 | 638cb7bb89cfd23a2dc96ce9d4b7fdae250a0022f6483287112cdf9cb680422b |
File details
Details for the file smartfs_tools-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: smartfs_tools-0.3.1-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72490e386659510258495510128d2c8fa7d32b6719777d15d78da34450df8012 |
|
MD5 | 8b8e8856e121594ab45d8efb9aea7984 |
|
BLAKE2b-256 | c8a9dcbc166dbd76673b4442a9316a57abc0efefb05f43c225266c43f85dc3ab |