Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
65 additions
and 6 deletions.
- +13 −0 linux-rt/arch/arm64/boot/dts/realtek/rtd129x/rtd-1296-bananapi-w2-2GB-HDMI.dts
- +13 −0 u-boot-rt/arch/arm/lib/board.c
- +4 −0 u-boot-rt/board/realtek/1295_qa/board.c
- +1 −0 u-boot-rt/bpi-w2.sh
- +5 −4 u-boot-rt/common/cmd_boot.c
- +2 −0 u-boot-rt/drivers/mmc/mmc.c
- +3 −0 u-boot-rt/drivers/mmc/rtkemmc.c
- +13 −0 u-boot-rt/drivers/pcb_mgr/pcb_utils.c
- BIN u-boot-rt/examples/flash_writer/bootimage/B00_spi_bootimage/bootmon-new.bin
- +10 −1 u-boot-rt/include/configs/rtd1295_common.h
- +1 −1 u-boot-rt/include/configs/rtd1296_qa_sd_bananapi.h
| @@ -1,5 +1,6 @@ | ||
|
|
||
| #./build_bananapi.sh 1296 b00 spi | ||
| #./build_bananapi.sh 1296 b00 sd | ||
| #./build_bananapi.sh 1296 b00 emmc | ||
| ./buildw2.sh sd | ||
| ./bpi-uimgz.sh |
Binary file not shown.