summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/files/v2016.11/de0-nano-soc.env
diff options
context:
space:
mode:
authorDalon Westergreen <dalon.westergreen@intel.com>2017-01-20 15:39:43 -0800
committerDalon Westergreen <dalon.westergreen@intel.com>2017-01-20 16:44:05 -0800
commitfb8728b073ffca2acc0bdaf7f76c3a7c7b8073dc (patch)
tree7b2555068a6e1c011cbc7de62c87daf762110010 /recipes-bsp/u-boot/files/v2016.11/de0-nano-soc.env
parentf43c2def652f91f584ec6acfc3ee99d54d5f19ab (diff)
downloadmeta-altera-fb8728b073ffca2acc0bdaf7f76c3a7c7b8073dc.tar.gz
add support to generate uboot environment images
create uboot environment images to populate the sdcard images. This allows non-default uboot environments to be used without the need for changing / patching uboot
Diffstat (limited to 'recipes-bsp/u-boot/files/v2016.11/de0-nano-soc.env')
-rw-r--r--recipes-bsp/u-boot/files/v2016.11/de0-nano-soc.env11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/files/v2016.11/de0-nano-soc.env b/recipes-bsp/u-boot/files/v2016.11/de0-nano-soc.env
new file mode 100644
index 0000000..0e81fa3
--- /dev/null
+++ b/recipes-bsp/u-boot/files/v2016.11/de0-nano-soc.env
@@ -0,0 +1,11 @@
1baudrate=115200
2bootargs=console=ttyS0,115200
3bootcmd=run mmcload; run mmcboot
4fdtimage=socfpga_cyclone5_de0_sockit.dtb
5bootimage=zImage
6fdt_addr=100
7loadaddr=0x01000000
8mmcboot=setenv bootargs console=ttyS0,115200 root=${mmcroot} rw rootwait;bootz ${loadaddr} - ${fdt_addr}
9mmcload=mmc rescan;load mmc 0:2 ${loadaddr} ${bootimage};load mmc 0:2 ${fdt_addr} ${fdtimage}
10mmcroot=/dev/mmcblk0p3
11ramboot=setenv bootargs console=ttyS0,115200;bootm ${loadaddr} - ${fdt_addr}