Skip to content

Commit

Permalink
Add i.MX93 in supported SoC families
Browse files Browse the repository at this point in the history
To align the readme file with the list of supported SoCs [1].

[1] https://github.com/bootlin/snagboot/blob/main/src/snagrecover/supported_socs.yaml

Signed-off-by: Thomas Perrot <[email protected]>
  • Loading branch information
tprrt committed Feb 26, 2024
1 parent 38cd4c0 commit 8949dd3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ISP, UUU, and sunxi-fel. Snagboot is made of two separate parts:
</p>

The currently supported SoC families are ST STM32MP1, Microchip SAMA5, NXP
i.MX6/7/8, TI AM335x, Allwinner SUNXI and TI AM62x. Please check
i.MX6/7/8/93, TI AM335x, Allwinner SUNXI and TI AM62x. Please check
[supported_socs.yaml](https://github.com/bootlin/snagboot/blob/main/src/snagrecover/supported_socs.yaml) or run `snagrecover
--list-socs` for a more precise list of supported SoCs.

Expand Down Expand Up @@ -51,7 +51,7 @@ $ sudo udevadm trigger
These rules work by adding the "uaccess" tag to the relevant USB devices.
Systemd will then add an ACL to give access to currently logged in users. More
info
[here](https://enotty.pipebreaker.pl/2012/05/23/linux-automatic-user-acl-management/).
[here](https://enotty.pipebreaker.pl/2012/05/23/linux-automatic-user-acl-management/).

**Warning:** If your distro does not use systemd, the "uaccess" method could
possibly not work. In this case, make sure to customize the provided udev rules
Expand Down Expand Up @@ -100,5 +100,3 @@ possible. Please consult the [contribution guidelines](https://github.com/bootli
## License

Snagboot is released under the [GNU General Public License version 2](https://github.com/bootlin/snagboot/blob/main/LICENSE)


0 comments on commit 8949dd3

Please sign in to comment.