barebox/board/ipe337/defenv/config

27 lines
458 B
Text
Raw Normal View History

echo /env/config
eth0.serverip=192.168.23.2
eth0.mac=80:87:78:74:73:63
mtdparts="128k(uboot)ro,128k(ubootenv),1536k(kernel),-(jffs2)"
2007-09-22 14:00:59 +00:00
kerneldev="/dev/nor0.2"
jffs2dev="/dev/nor0.3"
ip=dhcp
2007-09-22 14:00:59 +00:00
nfsroot="/home/sha/octopus/blackfin/OSELAS.BSP-Pipetronix-ipe337-trunk/root"
uimage=uImage-bfin
jffs2=root-bfin.jffs2
bootargs="console=ttyBF0,115200"
# can be either 'net' or 'flash'
kernel=net
root=net
2007-09-22 14:00:59 +00:00
if [ ! -e dev/nor0.0 ]; then
addpart nor0:$mtdparts
fi