├── .github └── workflows │ └── main.yml ├── BootCardMaker ├── BootcardMaker.exe └── u-boot.bin ├── README.md ├── aml_autoscript ├── aml_autoscript.scr ├── boot.ini ├── extlinux └── extlinux.conf └── files └── mod-boot-sdcard.tar.gz /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msidiq22/mod-boot-sdcard/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /BootCardMaker/BootcardMaker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msidiq22/mod-boot-sdcard/HEAD/BootCardMaker/BootcardMaker.exe -------------------------------------------------------------------------------- /BootCardMaker/u-boot.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msidiq22/mod-boot-sdcard/HEAD/BootCardMaker/u-boot.bin -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msidiq22/mod-boot-sdcard/HEAD/README.md -------------------------------------------------------------------------------- /aml_autoscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msidiq22/mod-boot-sdcard/HEAD/aml_autoscript -------------------------------------------------------------------------------- /aml_autoscript.scr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msidiq22/mod-boot-sdcard/HEAD/aml_autoscript.scr -------------------------------------------------------------------------------- /boot.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msidiq22/mod-boot-sdcard/HEAD/boot.ini -------------------------------------------------------------------------------- /extlinux/extlinux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msidiq22/mod-boot-sdcard/HEAD/extlinux/extlinux.conf -------------------------------------------------------------------------------- /files/mod-boot-sdcard.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msidiq22/mod-boot-sdcard/HEAD/files/mod-boot-sdcard.tar.gz --------------------------------------------------------------------------------