Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Add note about disabling safe mode
Browse files Browse the repository at this point in the history
In case it's accidentally being triggered by pin 5 being pulled low by an addon board.
  • Loading branch information
lurch committed Mar 5, 2015
1 parent be18628 commit 5a441c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ Try pressing shift only when the grey splashscreen is displayed rather than hold

#### How to boot into "Safe Mode"

To boot into a basic busybox shell rather than launching the NOOBS GUI, you can either:
To boot into a basic busybox shell rather than launching the NOOBS GUI, you can *either*:

1. Append `rescueshell` to the argument list in the `recovery.cmdline` file which is found in the root NOOBS directory.

2. Insert a physical jumper between pins 5 & 6 of GPIO header P1.
2. Insert a physical jumper between pins 5 & 6 of GPIO header P1. If you have external hardware or an addon board connected to the GPIO header, you may find that pin 5 is being pulled low and accidentally triggering "Safe Mode". To prevent this you can append `disablesafemode` to the argument list in the `recovery.cmdline` file which is found in the root NOOBS directory.

#### How to enable using the GPIO to trigger entering Recovery Mode

Expand Down

0 comments on commit 5a441c3

Please sign in to comment.