|
@@ -58,3 +58,12 @@ To boot your newly created system:
|
|
|
- put a DB9F cable into the UART1 Port and connect using a terminal
|
|
|
emulator at 115200 bps, 8n1;
|
|
|
- power on the board.
|
|
|
+
|
|
|
+The Cadence DP (Display Port) firmware must loaded from uboot with the following commands:
|
|
|
+
|
|
|
+ => ext2load mmc 0 0x80000000 /boot/ls1028a-dp-fw.bin
|
|
|
+ 102464 bytes read in 24 ms (4.1 MiB/s)
|
|
|
+ => hdp load 0x80000000 0x2000
|
|
|
+ Loading hdp firmware from 0x0000000080000000 offset 0x0000000000002000
|
|
|
+ Loading hdp firmware Complete
|
|
|
+ => boot
|