summaryrefslogtreecommitdiffstats
path: root/board/a9m2440/env/config
blob: 936c35f9a97c534375ac5a3edb3987606fb4b124 (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 'nand''
kernel=net
root=net

uimage=uImage-a9m2440
jffs2=root-a9m2440.jffs2

autoboot_timeout=3

nfsroot="/nfsexport/OSELAS.BSP-Hesch-TMU-1/platform-FS_A9M2440/root"
bootargs="console=ttySAC0,38400"

nand_parts="256k(barebox)ro,128k(bareboxenv),1536k(kernel),-(root)"
rootpart_nand="/dev/mtdblock3"

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

# or set your networking parameters here
eth0.ipaddr=192.168.42.32
eth0.netmask=255.255.0.0
eth0.gateway=192.168.23.1
eth0.serverip=192.168.23.2
eth0.ethaddr=00:04:f3:00:06:35