Hi Team,
We are using tdx-reference-multimedia-image for Apalis iMX8. We are using Yocto Project dunfell to build this image.
Since I’m thing to use Fuses to write MAC address to I.mx8 SOM. This feature was there in imx6 Som.
With datasheet I’m able to see this in imx8 datasheet. Please suggest me know to how to enable the supporting device driver and configule to enable fuses feture with imx8.
Following command, we were using in imx6.
root@imx6s-ccom7g:~# echo 0xd063 > /sys/fsl_otp/HW_OCOTP_MAC1
root@imx6s-ccom7g:~# echo 0x12345678 > /sys/fsl_otp/HW_OCOTP_MAC0
root@imx6s-ccom7g:~#
root@imx6s-ccom7g:~# cat /sys/fsl_otp/HW_OCOTP_MAC1
0xd063
root@imx6s-ccom7g:~# cat /sys/fsl_otp/HW_OCOTP_MAC0
0x12345678
what is the command for MAC address write to fuse address imx8 ?
Regards,
Deepak Jewargi