[rk3576]add rockchip rk3576 support

This commit is contained in:
JianjunJiang 2024-08-23 11:15:12 +08:00
parent 85eaf5d66a
commit aeeb186217
2 changed files with 8 additions and 0 deletions

View File

@ -171,6 +171,13 @@ sudo xrock maskrom rk3562_ddr_1332MHz_v1.05.bin rk3562_usbplug_v1.04.bin --rc4-o
sudo xrock version
```
### RK3576
```shell
sudo xrock maskrom rk3576_ddr_lp4_2112MHz_lp5_2736MHz_v1.05.bin rk3576_usbplug_v1.02.bin --rc4-off
sudo xrock version
```
## Links
* [The rockchip loader binaries](https://github.com/rockchip-linux/rkbin)

1
rock.c
View File

@ -23,6 +23,7 @@ static struct chip_t chips[] = {
{ 0x350a, "RK3568" },
{ 0x350b, "RK3588" },
{ 0x350d, "RK3562" },
{ 0x350e, "RK3576" },
};
int xrock_init(struct xrock_ctx_t * ctx)