summaryrefslogtreecommitdiffstats
path: root/board/eukrea_cpuimx35/env/config
blob: df2079fa58ce2bd64fcdd8a247cf97bad25976b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/sh

# can be either 'net' or 'nand''
kernel=nand
root=ubifs

basedir=cpuimx35
uimage=$basedir/uImage
rootfs=$basedir/rootfs

autoboot_timeout=1

nfsroot=""
bootargs="console=ttymxc0,115200"

nand_parts="256k(barebox)ro,128k(bareboxenv),2176k(kernel),-(root)"
rootpartnum_nand=3
ubiroot="eukrea-cpuimx35-rootfs"

# use 'dhcp' to do dhcp in barebox and in kernel
ip=off

# 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