mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
- Add nvme_all build-in command - Add Write command to allow use mmc write to write image - Fixed race conditions of g_last_error_str and g_last_err_id variables - Add support for stm vendor fastboot Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
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