Vera Plus - Failed Firmware Upgrade - Unit wont boot

Hi, I received my shiny new Vera Plus yesterday and proceeded to plug in and set it up. I plugged the unit in, installed AD2USB plugin and I added one EcoLink motion device to the unit. I realized there was still a firmware update available, so I went ahead and clicked upgrade. After the upgrade I assume the unit rebooted. I waited probably 30 min or so and I was never able to connect. I can ssh into the unit no problem (see df -h below).

root@OpenWrt:/overlay# df -h
Filesystem Size Used Available Use% Mounted on
rootfs 8.9M 708.0K 8.2M 8% /
/dev/root 9.8M 9.8M 0 100% /rom
tmpfs 124.8M 128.0K 124.7M 0% /tmp
/dev/mtdblock6 8.9M 708.0K 8.2M 8% /overlay
overlayfs:/overlay 8.9M 708.0K 8.2M 8% /
tmpfs 512.0K 0 512.0K 0% /dev
/dev/mtdblock10 50.0M 10.5M 39.5M 21% /storage
/dev/mtdblock10 50.0M 10.5M 39.5M 21% /etc/cmh-firmware
/dev/mtdblock10 50.0M 10.5M 39.5M 21% /etc/cmh-backup

When I try to access the unit via http, I get the following error:
#!/usr/bin/lua
require “luci.cacheloader”
require “luci.sgi.cgi”
luci.dispatcher.indexcache = “/tmp/luci-indexcache”
luci.sgi.cgi.run()

Any ideas what wrong or what needs to be done to fix this firmware upgrade inflicted failure?