Bricked Omnia. How is it even possible, and how should one proceed in such a situation?

Did you figure it out? I just flashed OpenWRT today.

You can follow the instructions here:

I used these openwrt snapshot files: (the TO is not yet supported in a stable release)
https://downloads.openwrt.org/snapshots/targets/mvebu/cortexa9/omnia-medkit-openwrt-mvebu-cortexa9-turris-omnia-initramfs.tar.gz

https://downloads.openwrt.org/snapshots/targets/mvebu/cortexa9/openwrt-mvebu-cortexa9-turris-omnia-sysupgrade.img.gz

The only caveat is that this medkit does not have the vfat module included, which means you won’t be able to mount a fat32 formated usb stick in the medkit environment in order to copy over the sysupgrade file. I would either format the usb stick with ext4, or better yet just scp the sysupgrade file across:

scp openwrt-mvebu-cortexa9-turris-omnia-sysupgrade.img.gz root@192.168.1.1:/tmp

Let me know if you run into any issues.

1 Like