You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for all the hard work here.
I am wondering what could be tweaked to enable booting ubuntu (or another os, for that matter) from sabrina itself?
In other words, can the device be used as a self-contained ubuntu machine?
The text was updated successfully, but these errors were encountered:
You would need to overwrite the Chromecast official firmware. Currently, U-Boot looks for the OS on USB storage : you would have to change that behavior.
It also means that the device wouldn't be able to boot by itself anymore : the exploitation tool would be required at every boot.
Thanks - that is what I looking to do.
Any clues or pointers to how to make that change to U-Boot?
he exploitation tool would be required at every boot.
This might be a bummer.
Can I make (invasive) changes to the device firmware to make it a self-contained linux device that boots without any assistance?
here is a project that has ported other devices to Armbian https://github.com/Calmact/amlogic-s9xxx-armbian
This version will probably boot but has issues for wifi: there is rtl8822cs driver in the kernel, but it's not completed - when realtek finish the driver (sdio part) it would work and bluetooth: there is a driver in the kernel, but it depends on the wifi part
Thanks for all the hard work here.
I am wondering what could be tweaked to enable booting ubuntu (or another os, for that matter) from sabrina itself?
In other words, can the device be used as a self-contained ubuntu machine?
The text was updated successfully, but these errors were encountered: