See the main page for installation instructions (long story short: use dd or Balena Etcher).
Root password: password (console, ssh).
Network: DHCP by default.
Writeable (persistence) filesystem is 1GB in size for this image.
You can resize it to fill the whole SD card’s space with:
printf "d\n4\nn\np\n\n\nn\nw\n" | fdisk /dev/mmcblk0; sync; sleep 10
resize2fs /dev/mmcblk0p4
reboot
Enjoy!
Please use GitHub for bug reports pull requests.