Build the codebase by ./BUILD.sh
Erase the device by ./BUILD.sh erase
Flash the device by ./BUILD.sh flash
But when I am checking the OTA module in the console. I am not getting an error.
`>>> import ota
Traceback (most recent call last):
File "", line 1, in
ImportError: no module named 'ota'
Build the codebase by ./BUILD.sh Erase the device by ./BUILD.sh erase Flash the device by ./BUILD.sh flash But when I am checking the OTA module in the console. I am not getting an error.
`>>> import ota Traceback (most recent call last): File "", line 1, in
ImportError: no module named 'ota'