I'm having a bit of trouble getting the Yun web server running and need some help.
I have new Yun board and updated to openwrt-ar71xx-generic-yun-16M-squashfs-sysupgrade.bin with no issues.
Yun is on the correct network segment and the web panel can be reached with no problems. REST password is OFF.
I can upload sketches via serial and they work fine.
I can SSH to Yun with no issues.
However, the web server does not appear to be running. For example, http://local.arduino cannot reach the Yun ("server not found" error).
The SD card has arduino/www/index.html, but it cannot be reached, the error is "No such file or directory" using the Yun's address as: 192.168.2.72/sd, (“arduino.local/sd” returns "server not found").
The SD card is a 16 GB formatted Fat32.
Here is what the SD card looks like from SSH:
root@Arduino:/mnt/sda2/arduino/www# ls
index.html
P.S.
had to upgrade from command line:
(command found here: https://www.arduino.cc/en/Tutorial/YunSysupgrade)
run-sysupgrade /mnt/sda1/openwrt-ar71xx-generic-yun-squashfs-sysupgrade.bin
(bin file previously copied to usb stick here mounted as /mnt/sda1)