This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# based on https://github.com/AshyIsMe/plan9-rpi | |
############# on linux: | |
# download latest version of 9front for rpi3/4 | |
# adjust version number to get the available version | |
wget http://9front.org/iso/9front-10522.pi3.img.gz | |
gunzip 9front-10522.pi3.img.gz | |
# copy data to memory card (at least 2GB), replace /dev/mmcblk0 with the path to your memory card |
OlderNewer