Skip to content

Releases: pyavitz/binary

Images

21 Jun 12:59
e1aef69
Compare
Choose a tag to compare

Usage

/boot/useraccount.txt

  • Headless: ENABLE="true" and fill in the variables (recommended)
  • Headful: ENABLE="false" and get prompted to create a user account
ENABLE="false"			# Enable service
NAME=""				# Your name
USERNAME=""			# Username
PASSWORD=""			# Password

/boot/credentials.txt

Set to ENABLE="true" and input your wifi information.
ENABLE="false"			# Enable service

SSID=""				# Service set identifier
PASSKEY=""			# Wifi password
COUNTRYCODE=""			# Your country code

# set static ip (ifupdown)
MANUAL="false"			# Set to true to enable a static ip
IPADDR=""			# Static ip address
NETMASK=""			# Your Netmask
GATEWAY=""			# Your Gateway
NAMESERVERS=""			# Your preferred dns

# set static ip (network-manager)
MANUAL="false"			# Set to true to enable a static ip
IPADDR=""			# Static ip address
GATEWAY=""			# Your Gateway
DNS=""				# Your preferred dns

# change hostname
CHANGE="false"			# Set to true to change hostname
HOSTNAME="$CURRENT"		# Hostname

For headless use: ssh user@ipaddress

NanoPi R4SE / R5S/C and Radxa E25 notes:

  • Vendor u-boot needs to be purged from the eMMC*

Looking for an image? Make a request. IRC / Discord

060420

05 Jun 02:40
74b46fe
Compare
Choose a tag to compare

.