mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Add python binding Release notes: https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.191 Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
uuu Howto ========= Running uuu without root privileges ----------------------------------- Accessing USB devices on Linux requires root privileges by default. To be able to run uuu without root priviles, execute the following steps: sudo sh -c "uuu -udev >> /etc/udev/rules.d/70-uuu.rules" sudo udevadm control --reload