Mega Omega Software Release!
-
@Boken-Lin said:
@Chris-Ward The Onion repo currently has only part of the packages offered by the default OpenWRT repo. For stuff that's not on our repo, opkg still uses the default OpenWRT one. We are still in the process of compiling more packages over to our own repo.
Ahh well that explains that. Well if you can see your way to making tinc a priority that would be a great help. It is the only thing that is really stopping me using the Omega in a real world scenario. I need to tie it into it's own vpn because I want to put it on the same network at other smart sensors and stuff I use.
But like I say the rest of the work is fantastic and I cannot believe how clear and crisp the OLED display is. I positively squealed with delight when I saw my own images scrolling across the display
-
@T-NT It definitely is one of our highest priority items on the list
-
Just a quick update:
The OLED Expansion guide is up on the wiki!
I'll be adding more to it in the coming days but feel free to post any feedback.And I forgot to mention in the original post:
After upgrading to version 0.0.5 of the firmware, the/root
directory and every file in it will be preserved when doing any future firmware updates!
-
@Lazar-Demin Regarding:
- After upgrading to version 0.0.5 of the firmware, the /root directory and every file in it will be preserved when doing any future firmware updates
Cool. I will now remove /root/ from my /etc/sysupgrade.conf
-
@Kit-Bishop Lol, we've just found it really convenient to keep all the files we are working on under the
~
directory.
-
@Boken-Lin Agreed! That's why I have /root/ in my /etc/sysupgrade.conf !
-
@Boken-Lin Can the next firmware bake in the ps2/ps3 and other common and cheap cams? I know that it may run counter to your all's commercial endeavors, but I feel it would allow for wider adoption due to lowering the BOM on hobbyists making DIY webcams.
-
Thanks so much for the
opkg nodejs
! Much easier than the hoop-jumping I was about to go through with the thumb drive installation! Any word about theIoT.js
build?
-
@Kit-Bishop said:
@Boken-Lin Agreed! That's why I have /root/ in my /etc/sysupgrade.conf !
Keep it in
/etc/sysupgrade.conf
! The change was to include it there by default on all Omegas!
-
@Craig-Soich we're working on it but right now we're planning on releasing a slightly newer NodeJS version before IoTJS
-
This post is deleted!
-
@Craig-Soich And node wrappers for all of our libraries are also coming
-
@Lazar-Demin Retired and willing to help where I can so long as no interference with my toy-time.
-
@Boken-Lin What button are you all referring to don't have a button to press for reset or is this button the replacement for the on/off switch, on mine is broken so how do I reset?
-
Can you please let us know when the update will not affect the USB overlay for more root install space?
Would really like to update my Omega but also don't want to repeat the steps for overlay and other steps which might affect when updating. Have you had any news as to the updating of the update?
-
@Boken-Lin Any word on the compilation of packages from the default OpenWRT repository against the versions the Omega uses? I'd really love to get kmod-usb-audio for a project I have going on and would rather not build it myself if I can avoid it
-
@fader We are still trying to figure out a way to manage all the packages and package versions. But in the mean time, here's the package for
kmod-usb-audio
: https://s3-us-west-2.amazonaws.com/onion-downloads/openwrt/kmod-usb-audio_3.18.23-1_ar71xx.ipkCheers!
-
@Boken-Lin Thanks! I appreciate you bumping that package up in the queue!
Unfortunately, it doesn't match what I have: it seems to require kernel 3.18.23-1-f390db95f2c49c8b1f6de2c8a8325b11 and I have 3.18.23-1-06fd4f256a5d6a59030da9979debc3f7.
root@Omega-25AF:~# opkg install ./kmod-usb-audio_3.18.23-1_ar71xx.ipk Installing kmod-usb-audio (3.18.23-1) to root... Collected errors: * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb-audio: * kernel (= 3.18.23-1-f390db95f2c49c8b1f6de2c8a8325b11) * kmod-sound-core * * opkg_install_cmd: Cannot install package kmod-usb-audio. root@Omega-25AF:~# opkg list-installed | grep kernel kernel - 3.18.23-1-06fd4f256a5d6a59030da9979debc3f7 root@Omega-25AF:~# oupgrade > Device Firmware Version: 0.0.5 b251 > Checking latest version online... > Repo Firmware Version: 0.0.5 b251 > Comparing version numbers > Device firmware is up to date! root@Omega-25AF:~# opkg install kernel Package kernel (3.18.23-1-06fd4f256a5d6a59030da9979debc3f7) installed in root is up to date.
Both opkg and oupgrade say I'm running the latest firmware and kernel package, so maybe it's something building now? I can be patient, so no worries Just glad to know it's still being planned.
-
Hi @fader, ah, that's because it is built with our test build environment. I forgot to do a pull before doing the compilation. I will try to do another compile for you tomorrow. But yeah, that's the kind of versioning problem I was talking about in the last post. We still haven't thought of a good way to manage all this. Any idea would be greatly appreciated!