Skip to content

Commit 4229e08

Browse files
authored
Add SCIF note
1 parent 5744b2d commit 4229e08

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ sudo apt install -y python3 python3-pip
2222
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/).
2323

2424
## Clone & Install Dependencies
25+
2526
```bash
2627
git clone https://github.com/Avnet/rzboard_flash_util.git
2728
```
@@ -33,9 +34,14 @@ pip3 install -r requirements.txt
3334
```
3435

3536
## Usage
37+
3638
> [!TIP]
3739
> Running `./flash_rzboard.py -h` will print usage information. A more detailed description of the arguments is detailed below.
3840
41+
> [!TIP]
42+
> 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.
43+
> ![image](https://github.com/user-attachments/assets/f064083c-53fd-4f5c-a565-0dc6c6af83fc)
44+
3945
### Specifying What to Flash
4046

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

0 commit comments

Comments
 (0)