symgryph Posted May 20, 2017 Posted May 20, 2017 I did manage to use the rmbian_5.27_Orangepizeroplus2-h5_Debian_jessie_dev_4.11.0.img.xz image and things boot fine. I also get pretty console on hdmi. But no network, and I don't have a way to get the keyboard on. Any suggestions on what kind of an adapter I need to get power AND usb keyboard to the thing (since there are no extra ports on it)? Or is it serial? Good recommendation on proper 'converter". I did modify the initial armbian_first_boot to enable wifi with proper ssid / password, and even enabled static, but no dice. Thomas
Igor Posted May 20, 2017 Posted May 20, 2017 You failed to see important signs / tips / tags / warnings: - images are experimental - don’t use them for anything productive but just to give constructive feedback to developers https://dl.armbian.com/orangepizeroplus2-h5/Ubuntu_xenial_dev.7z.torrent This image is tested and at least wireless work, second one, nightly build is automatic build and no idea if it works ... In any case, you are on your own. Those images are far from done. Use H3 version of this board for real world cases.
Igor Posted May 20, 2017 Posted May 20, 2017 BTW: try to use armbian-config and connect to your wireless network. Also this method is possible: https://docs.armbian.com/User-Guide_Getting-Started/#how-to-connect-to-wireless you don't need to edit anything.
Richard Fortuna Posted June 2, 2017 Posted June 2, 2017 Hello, all! I have a related problem. I'm running the Ubuntu Xenial image running on an H5 board, and everything was running fine initially from SD, but I just moved my install to EMMC and now the wlan0 device is gone. If I look at ip link, the only thing I have is lo. I have been Googling around for a bit and I just can't see how to get my wlan0 back. I tried switching my "allow-hotplug wlan0" to "auto wlan0" like lo is set up. That didn't work either. It's like the device itself was disabled during the copy process. I know the H5 is an "experimental" board. It's not my main sbc. However, it is one I'd like to get running to play with. Even booting off SD card, I'm still getting no wlan0 now. I have no idea what I did. Any ideas?
martinayotte Posted June 2, 2017 Posted June 2, 2017 I don't see any relation between wlan0 and eMMC, especially that you mentioned that booting again from SD doesn't make it reappear ... Did you check for any traces in "dmesg" ?
Piv Klit Posted June 2, 2017 Posted June 2, 2017 If you do an apt-get upgrade you loose the wifi, the image called Armbian_5.27.170601_Orangepizeroplus2-h5_Ubuntu_xenial_dev_4.11.1 works fine and I have it running on EMMC for 19.8 hours and getting close to 250.000 MQTT calls without problems. I used a cheap serial board called CJMCU CP2102 MICRO USB to UART TTL from aliexpress to connect to the board through PUTTY And I'm powering it up with GPIO 4 (5volt) and GPIO 6 (Ground) 1
Richard Fortuna Posted June 2, 2017 Posted June 2, 2017 I did do an apt-get update/upgrade just before moving to the EMMC, so this may have been coincidence. I'll try re-flashing the image this weekend and see if that works. I'm just playing around with it at this point...
Richard Fortuna Posted June 2, 2017 Posted June 2, 2017 Interestingly enough, plugging in a USB Wifi card worked fine. I feel like something may have gotten jacked with the firmware after the upgrade.
martinayotte Posted June 2, 2017 Posted June 2, 2017 Then, maybe recoverable : copy /lib/firmware/ap6212/fw_bcm43438a1.bin over /lib/firmware/brcm/brcmfmac43430-sdio.bin And reboot ...
Richard Fortuna Posted June 4, 2017 Posted June 4, 2017 @DEHN.IO Thank you! Re-flashing to that release worked like a charm! wlan0 is back! I'll save a copy off of those firmware files like you suggest, @martinayotte, just in case I need them later. I'm sure I'll break something else later! 1
Richard Fortuna Posted June 4, 2017 Posted June 4, 2017 Oh, now THIS is bizarre! So, I told you I got it working with the reflash. Well, that was temporary. After transferring back to the EMMC, I opened /etc/network/interfaces to configure my network. I uncommented the line "iface wlan0 inet dhcp" and rebooted. wlan0 was gone! I opened interfaces and re-commented that line, then rebooted...and poof! It was back! I copied the ap6212 firmware over the brcm firmware like @martinayotte suggested, but wlan0 still is gone. So....I commented out the entire interfaces file except for the lo lines at the end and tried configuring the wireless using nmtui. That worked! Bizarro-world. Any idea of what could CAUSE that? 1
Recommended Posts