smeathers / lede-pi0w-usb

Getting USB Ethernet working on the Pi0w with an install of LEDE
52 stars 11 forks source link

Avoid using Keyboard/Screen during first boot #2

Closed dzervas closed 4 years ago

dzervas commented 6 years ago

In order to avoid the need of keyboard/screen, you can edit /etc/config/wireless and make disable='0' under radio0. The "data" partition is the second one.

smeathers commented 6 years ago

Thanks @dzervas I've just managed to get that working. I've been trying to get it all working with a later build of OpenWRT and this will greatly speed productivity. Cheers.

yuanlixg commented 6 years ago

/etc/config/wireless not exist before first boot. must power on once. sorry, my english is poor.

BTW: (1) join_wifi.png maybe select(dot): LAN (2) opkg update opkg install kmod-usb-gadget-eth opkg install kmod-usb-dwc2 echo 'dtoverlay=dwc2' >> /boot/config.txt halt