summaryrefslogtreecommitdiff
path: root/board/phytec
diff options
context:
space:
mode:
authorDaniel Schultz <[email protected]>2024-08-30 02:09:33 -0700
committerTom Rini <[email protected]>2024-09-10 13:16:01 -0600
commita48cbaeecbfa9ed8e3cd0ec5e1249786d8e4ed5f (patch)
treedc45a67565a9ecaa7df786cebedf2fdd53519eac /board/phytec
parent92ff68b298c62718a16dba22504ec7b60a0de06d (diff)
board: phytec: phycore_am62x: Add Network/SPI Boot
Include the boot logic to boot via Network or from a OSPI/QSPI NOR flash. Moreover, set all required variables to both boot methods to the environment. Signed-off-by: Daniel Schultz <[email protected]>
Diffstat (limited to 'board/phytec')
-rw-r--r--board/phytec/phycore_am62x/phycore_am62x.env8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/phytec/phycore_am62x/phycore_am62x.env b/board/phytec/phycore_am62x/phycore_am62x.env
index 046bbd22f25..711ca3040c4 100644
--- a/board/phytec/phycore_am62x/phycore_am62x.env
+++ b/board/phytec/phycore_am62x/phycore_am62x.env
@@ -1,5 +1,7 @@
#include <env/ti/k3_dfu.env>
#include <env/phytec/k3_mmc.env>
+#include <env/phytec/k3_net.env>
+#include <env/phytec/k3_spi.env>
fdtaddr=0x88000000
loadaddr=0x82000000
@@ -15,3 +17,9 @@ mmcroot=2
mmcpart=1
console=ttyS2,115200n8
earlycon=ns16550a,mmio32,0x02800000
+
+get_cmd=tftp
+
+spi_fdt_addr=0x700000
+spi_image_addr=0x800000
+spi_ramdisk_addr=0x1e00000