Hi all,
We’re working with a custom board based on the NXP i.MX93 SoC (MIMX9352CVVXMAB), and we encountered an issue while attempting to program the MAC address into fuse memory.
Steps Performed:
```
fuse prog 3 16 0x00112233
fuse prog 3 17 0x44556600
```
After Power Cycle:
- No serial output is observed.
- The board is no longer visible under `/dev/ttyUSB0`.
- lsusb does not list any USB serial or ROM device.
- The board was previously working fine and serial communication was functional.
Both commands returned `ERROR` at the command prompt.
We suspect the issue may be due to a failed or partial fuse programming operation that affected the boot configuration or triggered something.
Board Details:
- SoC: i.MX9352CVVXMAB
- Board: Custom hardware (not an official EVK)
- Host OS: Ubuntu Linux
- Previously active serial device: `/dev/ttyUSB0`
Looking for your help
Thanks
Jaimin Modi