From f7dd48c8d911c3b824fd7bce41b42c1540f08905 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 10 Sep 2014 14:52:36 +0300 Subject: Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a8e855..3560271 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,14 @@ A collection of notes, scripts and helper files for building [B2G](https://githu ## Build -Check out the settings used in [.userconfig](.userconfig) +Check out the settings used in [.userconfig](.userconfig). + +Load the udev rules prior to connecting the device: + +```bash +$ cp 90-flame.rules /etc/udev/rules.d/ +$ sudo udevadm control --reload-rules +``` ## Applications -- cgit v1.3.1