Skip to content

Commit

Permalink
Merge pull request #38 from bootlin/tprrt/add-imx93-in-the-readme
Browse files Browse the repository at this point in the history
Add i.MX93 in supported SoC families
  • Loading branch information
rgantois authored Feb 28, 2024
2 parents 38cd4c0 + 8949dd3 commit 7c32e63
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 7c32e63

Please sign in to comment.