Skip to content

Commit

Permalink
update uboot doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanta525 authored Oct 17, 2023
1 parent 1ca8d21 commit a50fc96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions uboot-tk3308-doc/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# ~~U-boot build instructions~~ [Deprecated]
## U-boot is built within openwrt buildsystem
- u-boot uses ATF blob and ROCKCHIP_TPL blob within `src/` directory.
- SD-NAND is not tested yet.
- ~~SD-NAND is not tested yet.~~
- Boot from SD-NAND works with the same image as of SD card.

<br>

<br>
Expand Down Expand Up @@ -51,4 +53,4 @@ make -j12 CROSS_COMPILE=aarch64-linux-gnu- all
./tools/mkimage -n rk3308 -T rksd -d ..../rk3308_ddr_589MHz_uart0_m0_v2.06.bin idbloader.img
cat spl/u-boot-spl.bin >> idbloader.img
cp idbloader.img u-boot.itb ../openwrt/package/boot/uboot-rockchip/src/blob/
```
```

0 comments on commit a50fc96

Please sign in to comment.