sabrina-custom-os icon indicating copy to clipboard operation
sabrina-custom-os copied to clipboard

Is it possible to store the ubuntu image on sabrina itself?

Open zanymuzik opened this issue 3 years ago • 3 comments

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?

zanymuzik avatar Jun 16 '22 18:06 zanymuzik

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.

frederic avatar Jun 17 '22 21:06 frederic

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?

zanymuzik avatar Jun 25 '22 16:06 zanymuzik

With the Walmart Onn UHD Box being only $19.88 it would be very useful to be able to run Linux on 1 of these... device is basically the same.

for internal mmc... It has been done with the Nexus 7 (full internal storage used for op sys) https://wiki.ubuntu.com/Nexus7/Installation or https://forum.xda-developers.com/t/...-wifi-rev-e1565-grouper-2022-edition.4323099/

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

skippyd77 avatar Oct 07 '22 17:10 skippyd77