Skip to content

Commit

Permalink
[README.md]update readme for rk3399
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjunjiang committed Sep 21, 2024
1 parent 82ddda3 commit 572c4b3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,20 @@ xrock version
### RK3399

```shell
xrock maskrom rk3399_ddr_800MHz_v1.25.bin rk3399_usbplug_v1.26.bin
xrock maskrom rk3399_ddr_800MHz_v1.30.bin rk3399_usbplug_v1.30.bin
xrock version
```
- Initial ddr memory

```shell
xrock extra maskrom --rc4 on --sram rk3399_ddr_800MHz_v1.30.bin --delay 10
```

- Dump rk3399 bootrom region in hex format by debug uart

```shell
xrock extra maskrom-dump-arm64 --rc4 on --uart 0xff1a0000 0xfffd0000 1024
```

### RK3399PRO

Expand Down

0 comments on commit 572c4b3

Please sign in to comment.