Skip to content

Commit

Permalink
Add SCIF note
Browse files Browse the repository at this point in the history
  • Loading branch information
ljkeller authored Oct 2, 2024
1 parent 5744b2d commit 4229e08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ sudo apt install -y python3 python3-pip
Mac and Windows can install by using one of the manage package managers for your platform or by downloading an installer from [https://www.python.org/downloads/](https://www.python.org/downloads/).

## Clone & Install Dependencies

```bash
git clone https://github.com/Avnet/rzboard_flash_util.git
```
Expand All @@ -33,9 +34,14 @@ pip3 install -r requirements.txt
```

## Usage

> [!TIP]
> Running `./flash_rzboard.py -h` will print usage information. A more detailed description of the arguments is detailed below.
> [!TIP]
> Flashing the **bootloaders** will require SCIF download mode. See the RZBoard Yocto Build guide, or the following reminder below on how to configure BOOT switches for flashing **eMMC**. QSPI flashing (for SD card use) requires a different BOOT switch configuration. Remember to turn your RZBoard off before entering SCIF download mode.
> ![image](https://github.com/user-attachments/assets/f064083c-53fd-4f5c-a565-0dc6c6af83fc)
### Specifying What to Flash

The utility can be used to flash the bootloader, rootfs, or both at the same time:
Expand Down

0 comments on commit 4229e08

Please sign in to comment.