aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-xlnx/zedboard-zynq7/uEnv.txt
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-xlnx/zedboard-zynq7/uEnv.txt')
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx/zedboard-zynq7/uEnv.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx/zedboard-zynq7/uEnv.txt b/recipes-bsp/u-boot/u-boot-xlnx/zedboard-zynq7/uEnv.txt
new file mode 100644
index 00000000..076b5f9d
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-xlnx/zedboard-zynq7/uEnv.txt
@@ -0,0 +1,4 @@
+kernel_image=uImage
+devicetree_image=zedboard-zynq7.dtb
+bootargs=console=ttyPS0,115200 root=/dev/mmcblk0p2 rw rootwait earlyprintk
+uenvcmd=echo Copying Linux from SD to RAM... && fatload mmc 0 0x3000000 ${kernel_image} && fatload mmc 0 0x2A00000 ${devicetree_image} && bootm 0x3000000 - 0x2A00000