summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/at91sam9263ek/defaultenv-at91sam9263ek/config
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/at91sam9263ek/defaultenv-at91sam9263ek/config')
-rw-r--r--arch/arm/boards/at91sam9263ek/defaultenv-at91sam9263ek/config42
1 files changed, 42 insertions, 0 deletions
diff --git a/arch/arm/boards/at91sam9263ek/defaultenv-at91sam9263ek/config b/arch/arm/boards/at91sam9263ek/defaultenv-at91sam9263ek/config
new file mode 100644
index 0000000000..5125020a73
--- /dev/null
+++ b/arch/arm/boards/at91sam9263ek/defaultenv-at91sam9263ek/config
@@ -0,0 +1,42 @@
+#!/bin/sh
+
+# use 'dhcp' to do dhcp in barebox and in kernel
+# use 'none' if you want to skip kernel ip autoconfiguration
+ip=dhcp-barebox
+global.dhcp.vendor_id=barebox-at91sam9263ek
+
+# or set your networking parameters here
+#eth0.ipaddr=a.b.c.d
+#eth0.netmask=a.b.c.d
+#eth0.gateway=a.b.c.d
+#eth0.serverip=a.b.c.d
+
+# can be either 'nfs', 'tftp', 'nor' or 'nand'
+kernel_loc=nfs
+# can be either 'net', 'nor', 'nand' or 'initrd'
+rootfs_loc=net
+# can be either 'nfs', 'tftp', 'nor', 'nand' or empty
+oftree_loc=nfs
+
+# can be either 'jffs2' or 'ubifs'
+rootfs_type=ubifs
+rootfsimage=root.$rootfs_type
+
+kernelimage=zImage
+#kernelimage=uImage
+#kernelimage=Image
+#kernelimage=Image.lzo
+
+nand_device=atmel_nand
+nand_parts="128k(at91bootstrap),256k(barebox)ro,128k(bareboxenv),128k(bareboxenv2),128k(oftree),4M(kernel),120M(rootfs),-(data)"
+rootfs_mtdblock_nand=6
+
+nor_parts="256k(barebox),64k(bareboxenv),64k(oftree)4M(kernel),-(root)"
+
+autoboot_timeout=3
+
+bootargs="console=ttyS0,115200"
+
+# set a fancy prompt (if support is compiled in)
+PS1="\e[1;32mbarebox@\e[1;31m\h:\w\e[0m "
+