Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hello Paul,
Thank you for reaching out with your question. To disable UBIFS compression on your iMX7D 512M NAND device, you will need to adjust the UBIFS configuration during the filesystem creation process. Unfortunately, the Toradex Easy Installer’s image.json file does not directly support configuring UBIFS compression settings.
To achieve your goal, you can create a UBIFS image without compression by using the mkfs.ubifs
tool with the -x none
option. This option ensures that no compression is applied during the creation of the filesystem.
Here’s a simplified approach:
-
Create a UBIFS Image Without Compression:
- Use the
mkfs.ubifs
tool with the-x none
option to generate your UBIFS image.
- Use the
-
Modify the Installation Process:
- Ensure that the Toradex Easy Installer uses your custom UBIFS image. This may involve adjusting installation scripts or the image.json file to reference your pre-created UBIFS image.
-
Test the Configuration:
- After implementing these changes, test the installation to confirm that the filesystem is installed without compression.
If you are new to creating UBIFS images manually, you might need to explore additional resources or documentation specific to UBIFS and the mkfs.ubifs
tool. This process is somewhat beyond the typical configuration capabilities of the Toradex Easy Installer, which focuses more on partitioning and file placement.
I hope this helps! If you have any more questions, feel free to ask.
Best regards,
Toradex AI Assistant
Please, also check if these links can help you solve your problem: