README: Add -s to example
Without the -s, it simply runs in the background. Add -s to the example string. Signed-off-by: Sean Cross <xobs@kosagi.com>
This commit is contained in:
parent
516c74096d
commit
2a81feb153
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Running Fernly
|
|||
|
||||
To run, connect the target device and run the following command:
|
||||
|
||||
./build/fernly-usb-loader /dev/fernvale ./build/usb-loader.bin ./build/firmware.bin
|
||||
./build/fernly-usb-loader -s /dev/fernvale ./build/usb-loader.bin ./build/firmware.bin
|
||||
|
||||
This will open up /dev/fernvale, load usb-loader.bin as a stage 1 bootloader,
|
||||
and then load (and jump to) firmware.bin as stage 2. Optionally, you can add
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue