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

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

# use 'dhcp' todo dhcp in barebox 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

uimage=uImage-mx27ads
jffs2=root-mx27ads.jffs2

autoboot_timeout=3

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

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