I got a Pico Pro Maker kit and use a Windows 10 PC. I followed the flashing instructions here. Device Manager detects the kit this way: Android ADB interface
The device is in fatboot mode, but when I execute the flash-all script, an error message is returned (cannot load 'u-boot.imx'):
Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. Minden jog fenntartva.
C:\Android\sdk\platform-tools>adb devices
List of devices attached
C:\Android\sdk\platform-tools>fastboot devices
000000e5f4439b02 fastboot
C:\Android\sdk\platform-tools>C:\F_Android_Things_NXPPico\flash-all.bat
error: cannot load 'u-boot.imx'
Does anyone have an idea what's wrong?