mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
776385d645
UUU (Universal Update Utility) is a Freescale/NXP I.MX Chip image deploy tools. It is an evolution of MFGTools (aka MFGTools v3). For this and for backward compatibility we have created a new package instead of updating the mfgtools package. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> [Arnout: fix check-package warnings] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
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
|
|
|