I set the env varialbes according to section A.4.1 DVEVM 2.0 Getting Started Guide (sprue66f.pdf) to boot from Flash and I'm getting an error:
DaVinci EVM # boot
Unknown command 'nboot' - try 'help'
## Booting image at 80700000 ...
Bad Magic Number
Here are my env settings
bootdelay=3
filesize=5fd2
fileaddr=80700000
baudrate=115200
dns=10.8.104.3
gateway=10.8.104.100
netmask=255.255.254.0
stdin=serial
stdout=serial
stderr=serial
ethaddr=00:0e:99:02:5e:18
videostd=ntsc
serverip=10.8.104.79
bootfile=uImage
rootpath=/home/mikeiz/workdir/filesys
nfshost=10.8.104.79
ipaddr=10.8.104.78:10.8.104.79:10.8.104.100:255.255.254.0:10.8.100.3:::off
bootargs=console=ttyS0,115200n8 noinitrd rw ip=10.8.104.78:10.8.104.79:10.8.104.100:255.255.254.0:10.8.100.3:::off root=/dev/hda1 mem=118M
bootcmd=nboot 0x80700000 0 0x200000; bootm
Environment size: 551/131068 bytes