1

Is is possible to check if my NXP iMX 8M Cortex A53 + M4 already has Android Things flashed on it?

Or do I need to explicitly flash it on the hardware?

Onik
  • 19,396
  • 14
  • 68
  • 91
user2176576
  • 734
  • 3
  • 14
  • 39

1 Answers1

0

NXP i.MX 8M isn't currently supported by Android Things, only NXP Pico i.MX7D.

Onik
  • 19,396
  • 14
  • 68
  • 91
  • Thanks :( Is there any other tool/platform that can help me run a sample IoT application on NXP i.MX 8M? Also, is there a way to check if Android things is flashed, if we check on MX7D? – user2176576 Apr 17 '19 at 11:41
  • @user2176576, since `NXP i.MX7D` [supports ADB over USB](https://stackoverflow.com/q/44241668/3290339), you might try to connect to the hardware and [check the build info](https://stackoverflow.com/q/42329683/3290339). – Onik Apr 17 '19 at 11:49