Maybe I missed something critical somewhere tonight. I got tired, frustrated, and sloppy near the end of the second attempt. I will try another rinse/repeat tomorrow when I am more clearheaded...
I know what's up there... will post how to get around this later today...
good news though, it's booting the PI3, and that's the right start...
ok - here's another spin - this time with some LUCI action...
https://dl.dropboxusercontent.com/u/9266262/openwrt_pi3_luci_sfx.zip
--------------
Some tips... sorry, as I sometimes assume more than I should...
The proper way to work is using a UART-TTY cable, and even there, the Pi3 i a bit tricky due to UART0 being assigned to BT, so we have to using the Mini-UART, and there... it's less than reliable, but setting core speed to 250Mhz helps, but that's beside the point, as we have below...
The cheater method on any Pi, which is quite easy, is to just grab an HDMI cable and USB keyboard and hook things up to an available display as the console is also available there on the Pi
Note - don't connect LAN just yet..
When it boots - hit return a couple of times, and you should get to a prompt - again, having keyboard and some kind of HDMI monitor installed.
Set a password for the root account, and reboot
Once back up - edit the /etc/config/network file, and change the LAN addr to something outside of the DHCP scope and not used by anything else...
Code:
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd95:29b7:8336::/48'
config interface 'lan'
option type 'bridge'
option ifname 'eth0'
option proto 'static'
option ipaddr '192.168.1.3'
option netmask '255.255.255.0'
option ip6assign '60'
Then you can connect the LAN, and get into LUCI via browser -
http://192.168.1.3 -- it'll complain about the cert, as this is self-signed as part of the build process...
Once there - you'll have the WebGUI, and this should get a bit further...
so if everything works, you should eventually get here...
boot log stuff here...
http://pastebin.com/ngAD7V2y