- After switching the environment storage device using env device command, U-Boot might print an incorrect message when saving the environment, reporting the destination storage device as the original boot storage device.
- This can be ignored; the environment will be saved to the correct storage device (as reported by the env device command).
- While using CM-T3730, with on-board micro SD card, on the CB-T3 baseboard or the SB-T35 baseboard, with alternate boot selected, the boot process will default to the CM-T3730 primary storage (micro SD card), but U-Boot will still expect to find the environment in the external NAND flash.
- Workaround: Use the env device command to switch to the primary CM-T3730 storage:
> env device mmc import
- While using CM-T3730, with on-board NAND flash, on the CB-T3 baseboard or the SB-T35 baseboard, with alternate boot selected, and the MMC card is not present in the socket, the boot process will default to the CM-T3730 primary storage (NAND flash), but U-Boot will still expect to find the environment in the MMC card.
- Workaround: Use the env device command to switch to the primary CM-T3730 storage:
> env device nand import
|