diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-09-10 14:52:36 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-09-10 14:52:36 +0300 |
| commit | f7dd48c8d911c3b824fd7bce41b42c1540f08905 (patch) | |
| tree | 739f44bd6bcd7f84371c39d3c9ccbc4b051a626b | |
| parent | cf158a6493a7e1e6e834dba456f0a05e89fece59 (diff) | |
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |
