I'm using uuu to flash to imx boards, like uuu -m 1:3 -b sd /tmp/uboot
It works fine when I execute in linux host, but if I run it in any docker container, it just hang.
The docker command I used is:
docker run -it --privileged -v /dev:/dev ubuntu:18.04 bash
Any suggestion on how I can make uuu work in docker container?