summaryrefslogtreecommitdiffstats
path: root/board/kp_ukd_r1_num/env/config
blob: 5beed3c9ca0a33cddf026288b184810bb8f4035d (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
28
29
30
31
32
#!/bin/sh

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

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

#
# setup default ethernet address
#
eth0.ipaddr=192.168.0.99
eth0.netmask=255.255.255.0
eth0.gateway=192.168.0.110
eth0.serverip=192.168.0.110

uimage=uImage-mcf5475
jffs2=root-mcf5475-ptx.jffs2

autoboot_timeout=3

#nfsroot="/home/cschlote/src/bitshrine/ltib/rootfs"
nfsroot="/home/cschlote/src/pengutronics/ptxdist-project-KP-UKD/root-debug,v3"
bootargs="console=ttyS0 rw initcall_debug debug"

#
# setup the partitions in the main flash
#
mtdparts=512k(self),256k(env),3M(kernel),-(root)
rootpart="/dev/mtdblock3"