Maix-IV Series Frequently Asked Questions (FAQ)
1. Q: How to check the SDK version of the current system?#
A: Run the command cat /proc/ax_proc/version
. Example output:
2. Q: After updating to v1.45.0_P39, the root filesystem is smaller than 5GB. How to expand it?#
A: Before expansion:
After expansion:
Steps:
- Identify whether the system boots from TFCard or eMMC:
- Replace
/dev/mmcblkX
in the following commands with the detected device (e.g.,/dev/mmcblk0
or/dev/mmcblk1
), then execute:
Q: After updating to v1.45, the root filesystem only shows 8GB. How to fix this?
A: This occurs when booting after the first flash. The eMMC partition is pre-configured for maximum capacity. Run the following to update filesystem metadata (post-expansion size should be 28GB):
Expected result:
Warning: Always run sync
before rebooting/power-off to avoid system corruption.
3. Q: How to resolve network conflicts caused by duplicate MAC addresses?#
A: Permanently modify MAC addresses via U-Boot environment variables:
4. Key Notes:#
For eMMC operations, ensure sync is executed to prevent data loss.
MAC address changes require saveenv to persist across reboots.
Refer to official docs for advanced partitioning scenarios.
Related Issues not found
Please login GitHub to create issue