├── README.md ├── notes ├── AVB.md ├── Basics.md ├── Flashing.md ├── USB.md ├── avb │ └── ATX.md └── images │ ├── debug_settings1.jpg │ └── debug_settings2.jpg └── spflash ├── mt8167s_som_scatter.txt └── preloader_mt8167s_ref.bin /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/untocodes/lenovo-cube-hacking/HEAD/README.md -------------------------------------------------------------------------------- /notes/AVB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/untocodes/lenovo-cube-hacking/HEAD/notes/AVB.md -------------------------------------------------------------------------------- /notes/Basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/untocodes/lenovo-cube-hacking/HEAD/notes/Basics.md -------------------------------------------------------------------------------- /notes/Flashing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/untocodes/lenovo-cube-hacking/HEAD/notes/Flashing.md -------------------------------------------------------------------------------- /notes/USB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/untocodes/lenovo-cube-hacking/HEAD/notes/USB.md -------------------------------------------------------------------------------- /notes/avb/ATX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/untocodes/lenovo-cube-hacking/HEAD/notes/avb/ATX.md -------------------------------------------------------------------------------- /notes/images/debug_settings1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/untocodes/lenovo-cube-hacking/HEAD/notes/images/debug_settings1.jpg -------------------------------------------------------------------------------- /notes/images/debug_settings2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/untocodes/lenovo-cube-hacking/HEAD/notes/images/debug_settings2.jpg -------------------------------------------------------------------------------- /spflash/mt8167s_som_scatter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/untocodes/lenovo-cube-hacking/HEAD/spflash/mt8167s_som_scatter.txt -------------------------------------------------------------------------------- /spflash/preloader_mt8167s_ref.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/untocodes/lenovo-cube-hacking/HEAD/spflash/preloader_mt8167s_ref.bin --------------------------------------------------------------------------------