summaryrefslogtreecommitdiffstats
path: root/board/imx27ads/env/config
blob: 8e14e15be0ac886e94bf654600b241e8ffd52532 (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
#!/bin/sh

# can be either 'net' or 'flash'
kernel=net
root=net

# use 'dhcp' todo dhcp in uboot and in kernel
ip=dhcp

eth0.ipaddr=192.168.23.164
eth0.netmask=255.255.255.0
eth0.gateway=192.168.23.2
eth0.serverip=192.168.23.2
eth0.ethaddr=00:50:c2:72:a7:4a

uimage=uImage-pcm038
jffs2=root-pcm038.jffs2

autoboot_timeout=3

nfsroot="/tmp/imx27ads"
bootargs="console=ttymxc0,115200"

mtdparts="128k(uboot)ro,128k(ubootenv),1536k(kernel),-(root)"
rootpart="/dev/mtdblock3"