├── README.md ├── bin ├── aml_encrypt_g12a ├── amlogic-usbdl ├── mkimage └── update ├── boot.sh ├── bootloader ├── sabrina.bl2.noSB.noARB.img ├── sabrina.bootloader.bin ├── sabrina.bootloader.factory.2020-07-13.img └── u-boot.bin ├── rootfs ├── dtb.img ├── env.txt ├── s905_autoscript ├── s905_autoscript.cmd ├── uInitrd └── zImage └── scripts ├── decrypt_bootloader.sh ├── make_autoscript.sh ├── repack_bootloader.sh ├── repack_initrd.sh └── upload-kernel.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/README.md -------------------------------------------------------------------------------- /bin/aml_encrypt_g12a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/bin/aml_encrypt_g12a -------------------------------------------------------------------------------- /bin/amlogic-usbdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/bin/amlogic-usbdl -------------------------------------------------------------------------------- /bin/mkimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/bin/mkimage -------------------------------------------------------------------------------- /bin/update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/bin/update -------------------------------------------------------------------------------- /boot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/boot.sh -------------------------------------------------------------------------------- /bootloader/sabrina.bl2.noSB.noARB.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/bootloader/sabrina.bl2.noSB.noARB.img -------------------------------------------------------------------------------- /bootloader/sabrina.bootloader.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/bootloader/sabrina.bootloader.bin -------------------------------------------------------------------------------- /bootloader/sabrina.bootloader.factory.2020-07-13.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/bootloader/sabrina.bootloader.factory.2020-07-13.img -------------------------------------------------------------------------------- /bootloader/u-boot.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/bootloader/u-boot.bin -------------------------------------------------------------------------------- /rootfs/dtb.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/rootfs/dtb.img -------------------------------------------------------------------------------- /rootfs/env.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/rootfs/env.txt -------------------------------------------------------------------------------- /rootfs/s905_autoscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/rootfs/s905_autoscript -------------------------------------------------------------------------------- /rootfs/s905_autoscript.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/rootfs/s905_autoscript.cmd -------------------------------------------------------------------------------- /rootfs/uInitrd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/rootfs/uInitrd -------------------------------------------------------------------------------- /rootfs/zImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/rootfs/zImage -------------------------------------------------------------------------------- /scripts/decrypt_bootloader.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/scripts/decrypt_bootloader.sh -------------------------------------------------------------------------------- /scripts/make_autoscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/scripts/make_autoscript.sh -------------------------------------------------------------------------------- /scripts/repack_bootloader.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/scripts/repack_bootloader.sh -------------------------------------------------------------------------------- /scripts/repack_initrd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/scripts/repack_initrd.sh -------------------------------------------------------------------------------- /scripts/upload-kernel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic/sabrina-custom-os/HEAD/scripts/upload-kernel.sh --------------------------------------------------------------------------------