Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Commit

Permalink
Update install notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jedavies-dev authored Feb 28, 2020
1 parent 45a2558 commit 2f26d6b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!).

0 comments on commit 2f26d6b

Please sign in to comment.