Skip to content

Commit

Permalink
lab-data: bbb: Move mention of snagboot udev rules earlier
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Raynal <[email protected]>
  • Loading branch information
miquelraynal committed Nov 20, 2024
1 parent 2468d07 commit 396af51
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lab-data/common/bootloader/beaglebone-black/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ instructions are provided in chapter 3.
Follow the installation instructions at
https://github.com/bootlin/snagboot to install snagboot.

Setup the snagboot recovery environment
by running the am335x setup script:
/!\ Do not forget to follow the udev rules installation instructions!

Setup the snagboot recovery environment by running the am335x setup script:

```
snagrecover --am335x-setup > am335x_usb_setup.sh
chmod a+x am335x_usb_setup.sh
Expand Down Expand Up @@ -75,9 +77,6 @@ Then from the host, flash the image:

$ snagflash -P fastboot -p 0451:d022 -f oem_format -f download:sdcard.img -f flash:1:0

In case of snagflash failure, make sure you followed snagboot installation
procedure and check you have the proper udev rules (50-snagboot.rules).

Finally, return to U-Boot, exit fastboot mode using Ctrl+c and save the
environment:

Expand Down

0 comments on commit 396af51

Please sign in to comment.