diff --git a/README.md b/README.md index ebec767..e419498 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,17 @@ This is a repository containing an unofficial port of [KISS Linux](https://k1ss. # Installation -You can install the [root tarball](https://github.com/jedavies-dev/kiss-aarch64/releases/download/0.1/kiss-chroot.tar.xz) from another distro, same as on x86_64. See https://k1ss.org/install for details. +You can install the [root tarball](https://github.com/jedavies-dev/kiss-aarch64/releases/download/0.1/kiss-chroot.tar.xz) from another distro, same as on x86_64. See https://k1ss.org/install for general installation details. -Booting involves flashing u-boot to an SD/MMC drive. Currently I am using an SD card with u-boot & kernel, with root on the NVMe drive. - -Xorg is now working OK. Also Rust + Firefox now build. +Booting involves either: +1) Writing the ATF and u-boot to an SD/MMC drive and installing the tarball there +2) Altering another distro's boot.txt to point to a drive containing the KISS root. Next on the todo list: - - Bootable image to flash to sd/mmc - - Provide firefox-bin for convenience - - More docs (separate website?) - - Provide instructions on how to run without any binary blobs + - Confirm all packages build, patch where required. + - Provide detailed instructions on how to create a bootable device. + - Create bootable image file for flashing to sd/mmc as an alternative installation method. + - Provide firefox-bin for convenience. + - More docs (separate website?). + - Provide instructions on how to run without any binary blobs (it is possible!).