Natanael Copa on Nostr: I have made a minimal #AlpineLinux image for BananaPi BPI-F3 with 6.6.52 kernel: ...
I have made a minimal #AlpineLinux image for BananaPi BPI-F3 with 6.6.52 kernel: https://dev.alpinelinux.org/~ncopa/riscv/alpine-bpi-f3-mmc.img.xz
unxz it, dd it to a microSD card, and boot it.
It has also support for CIDATA, so if you in addition plug in a USB mem with a vfat filesystem with the label CIDATA, you can add a user-data file with your ssh key:
#alpine-config
ssh_authorized_keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOIiHcbg/7ytfLFHUNLRgEAubFz/13SwXBOM/05GNZe4 ncopa@ncopa-desktop
and you can log in as alpine@<ip>
unxz it, dd it to a microSD card, and boot it.
It has also support for CIDATA, so if you in addition plug in a USB mem with a vfat filesystem with the label CIDATA, you can add a user-data file with your ssh key:
#alpine-config
ssh_authorized_keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOIiHcbg/7ytfLFHUNLRgEAubFz/13SwXBOM/05GNZe4 ncopa@ncopa-desktop
and you can log in as alpine@<ip>