How do we get the 23.05 firmware for the Dash?
-
When I try to upgrade the firmware on the Dash to 23.05.3, sysupgrade says
Device omega2dash not supported by this image
. openwrt-imagebuilder-wrapper doesn't seem to support it either.Is there a way to make this upgrade work? I'm pretty sure it's bricked a device already.EDIT: The upgrade installed, but has to be used via the serial console at first. (This probably belongs somewhere in the update notes.) Now I have to figure out which packages to install
-
@Sarah-Clark The Dash firmware is based on OpenWrt 18.06. The current Onion release of OpenWrt 23 firmware is in Beta so it's targeting the core device which is the Omega2 and 2+. It doesn't currently support Dash or Pro devices. Perhaps as the Beta evolves these devices will be supported, but that's a question for the Onion team answer, @Lazar-Demin.
The Dash is basically an Omega2S+ with a touch screen, so the 23 firmware will work as if the device is an Omega2s+ hence all output is to the serial console. In fact on the Dash the setup docs show you how to redirect the console output to the touch screen. The package you need LVGL and communications is via the frame buffer.
To make the framebuffer available you need to modify the kernel configuration to enable:
Device Drivers > Graphics support > Frame buffer Devices
Then you can follow the configuration of LVGL to utilise the framebuffer.