...
Code Block |
---|
$ echo $MCU IMXRT<board_name>_NXPEVK |
where <board_name> is IMXRT102X
102X
for i.MX RT1024,
...
105X
for i.MX RT1050,
...
106X
for i.MX RT1060
...
,
117X
for i.MX
...
RT1170.
If MCU is empty or set to something other than <board_name>, this means that you have forgotten to run the activation script or somehow run it incorrectly.
...