Skip to content

Commit

Permalink
README: How to disable rpi-sb-provisioner
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewey-rpi committed Oct 10, 2024
1 parent 657599f commit 8bf4703
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,17 @@ The second stage is to remove the progress file matching the serial number of th
----
$ sudo rm /var/log/rpi-sb-provisioner/<serial>/progress
----

=== Temporarily disabling rpi-sb-provisioner

You can disable rpi-sb-provisioner for using `rpiboot` in other scripts or tools by disabling the `udev` rule that activates `rpi-sb-provisioner`:

----
$ sudo ln -s /dev/null /etc/udev/rules.d/60-rpi-sb-provisioner.rules
----

To re-enable the trigger, remove the override file:

----
sudo ln -s /dev/null /etc/udev/rules.d/60-rpi-sb-provisioner.rules
----

0 comments on commit 8bf4703

Please sign in to comment.