Update README.md

This commit is contained in:
Derek Jamison 2023-10-11 12:26:55 -05:00 committed by GitHub
parent 12560931d5
commit 09b0eed345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,16 +157,22 @@ Method 2: (command-line + allows for "SN00/cfw*" and "SN bits/cfw*" features + a
Method 3: (VS Code + allows for "SN00/cfw*" and "SN bits/cfw*" features + allows for replay feature) Method 3: (VS Code + allows for "SN00/cfw*" and "SN bits/cfw*" features + allows for replay feature)
- Install [VS Code](https://code.visualstudio.com/Download) - Install [VS Code](https://code.visualstudio.com/Download)
- Clone the firmware repository (make sure you use ``git clone --recursive``). - Clone the firmware repository (make sure you use **Git: Clone (Recursive)**).
- The URL for firmware is at https://github.com/flipperdevices/flipperzero-firmware
- Make sure you have run ``fbt vscode_dist`` at least once, so VSCode works properly. - Make sure you have run ``fbt vscode_dist`` at least once, so VSCode works properly.
- You can right click on "FBT" and then choose `Open in Integrated Terminal`.
- Then type: `./fbt vscode_dist`
- It should populate your `.vscode` folder.
- Copy the ``rolling_flaws`` folder into your firmware's ``applications_user`` folder. - Copy the ``rolling_flaws`` folder into your firmware's ``applications_user`` folder.
- Ctrl+Shift+B - Ctrl+Shift+B
- Select "[Debug] Flash (USB, with resources)" - Select "[Debug] Flash (USB, with resources)"
- Ctrl+Shift+B
- Select "[Debug] Launch App on Flipper" - Select "[Debug] Launch App on Flipper"
- Do the steps in the previous [HCS300](#hcs300) section and then reflash the device - Do the steps in the previous [HCS300](#hcs300) section (so the "Enc:" data is present) and then reflash the device
- Select "[Debug] Flash (USB, with resources)" - Select "[Debug] Flash (USB, with resources)"
- Select "[Debug] Launch App on Flipper" - Select "[Debug] Launch App on Flipper"
Here is a command-line method. Before the last two commands, you should follow the steps in [HCS300](#hcs300) section (so the "Enc:" data is present). Be sure your Flipper Zero is connected and that qFlipper is not running:
```c ```c
mkdir \repos mkdir \repos
cd \repos cd \repos
@ -179,12 +185,12 @@ md rolling-flaws
cd rolling-flaws cd rolling-flaws
xcopy ..\..\..\flipper-zero-tutorials\subghz\apps\rolling-flaws\*.* . /e xcopy ..\..\..\flipper-zero-tutorials\subghz\apps\rolling-flaws\*.* . /e
cd .. cd ..
cd ..
fbt FORCE=1 flash_usb_full fbt FORCE=1 flash_usb_full
fbt launch APPSRC=applications_user\rolling-flaws fbt launch APPSRC=applications_user\rolling-flaws
``` ```
## Menu Options ## Menu Options
### Config ### Config
This is where you can configure the settings. The settings are reset whenever the application restarts. This is where you can configure the settings. The settings are reset whenever the application restarts.