Any news about the Omega2+ u-boot source code?
Diego Sueiro
@Diego Sueiro
Best posts made by Diego Sueiro
Latest posts made by Diego Sueiro
-
RE: Omega2+ fails to connect to wifi
Changing option mode '9' to option mode 'sta' lets the option ApCliEnable '1' to persist across reboots.
-
RE: Yocto BSP layer
@luz , my response was for @Peter-Hatina.
I'm sorry if was not clear.
I'm currently adding support for Omega2 in Yocto and I already managed to get the Linux kernel (4.9.37) compiled applying LEDE specific implementations and patches and rampis patches. But I haven't tested it yet.
And now I just realized that it seems that there is no u-boot source code available. Do you know anything about this?
-
RE: Omega2+ fails to connect to wifi
@Alex-Thow, I can confirm that this is happening to me in the Omega2+ 0.1.10 b160.
-
RE: Omega2+ fails to connect to wifi
This is what I did to get my Omega2p (0.1.5 b130) working with SKY Q Hub using WPA2PSK/AES in UK.
Basically, after configuring the wireless connection with the wifisetup tool (from serial console) I needed to edit the /etc/config/wireless and set the country to UK and ApCliEnable to 1.
config wifi-device 'ra0' option type 'ralink' option mode '9' option channel 'auto' option txpower '100' option ht '20' option country 'UK' option disabled '0' config wifi-iface option device 'ra0' option network 'wlan' option mode 'ap' option encryption 'psk2' option key '12345678' option ssid 'Omega-XXXX' option ApCliSsid 'SKYFECB3' option ApCliPassWord 'XXX' option ApCliEncrypType 'AES' option ApCliAuthMode 'WPA2PSK' option ApCliEnable '1' config wifi-config option ssid 'SKYFECB3' option encryption 'WPA2PSK' option key 'XXX'
But every reboot I need to set ApCliEnable to 1 after I uploaded to "0.1.10 b160" version. And sometimes the wifi connects, sometimes not. Maybe I'll downgrade to "0.1.5 b130" version.
It is incredible how buggy is this device.
-
RE: Yocto BSP layer
Sorry, but saying that Yocto is not suitable for resource constraint devices is not true.
Yocto is a tool to create embedded custom linux distributions. You can create images with sizes lower than 1MB (rootfs only) to a complete Tizen system.
Some references:
[https://wiki.yoctoproject.org/wiki/Projects/Poky-Tiny](link url)
[https://sergioprado.org/resultado-do-desafio-gerando-distribuicoes-linux-com-o-yocto-project/](link url)
[https://wiki.tizen.org/Build_Tizen_with_Yocto_Project](link url)