By the way, here's the sequence for updating the environment: - build the envedit binary for the Neo:
cd svn.openmoko.org/trunk/src/host/envedit make clean make CC=arm-angstrom-linux-gnueabi-gcc - preprocess the environment changes: ./envcpp.pl -DGTA02 ../devirginator/environment.in >environment.prep - copy everything to the GTA02: scp envedit environment.prep 192.168.0.202: - on the GTA02, run this: DEV=/dev/mtd2 nanddump -b -o -f env.old $DEV envedit -s 0x40000 -i env.old -o env.new -n -f environment.prep flash_eraseall $DEV nandwrite -p $DEV env.new envedit and environment.prep can be the same for all GTA02s. (For GTA01, the process would be similar, only the -D and the environment size changes.) - Werner
