2bc4b640b0
As mentioned in #151, the Raspberry Pi Zero doesn't have an ethernet port, so this makes it quite complicated to connect to the device from a fresh install, because wifi/bluetooth/serial/... are not configured. With this new package, the device starts with the microUSB configured as ethernet and the dhcpd is running on the RPI, so you can simply connect it to a computer and connect with SSH in order to configure it.
33 lines
725 B
Text
33 lines
725 B
Text
# configure GPU memory in megabytes
|
|
gpu_mem=128
|
|
|
|
# uncomment line to enable serial on ttyS0
|
|
# NOTE: This fixes the core_freq to 250Mh
|
|
#enable_uart=1
|
|
|
|
# load dwc2 USB driver
|
|
dtoverlay=dwc2
|
|
|
|
# have a properly sized image
|
|
disable_overscan=1
|
|
|
|
# for sound over HDMI
|
|
hdmi_drive=2
|
|
|
|
# rotate the HDMI display
|
|
# 0 => no rotation
|
|
# 1 => 90 degrees clockwise
|
|
# 2 => 180 degrees clockwise
|
|
# 3 => 270 degrees clockwise
|
|
#display_hdmi_rotate=0
|
|
|
|
# Uncomment some or all of these to enable the optional hardware interfaces
|
|
#dtparam=i2c_arm=on
|
|
#dtparam=i2s=on
|
|
#dtparam=spi=on
|
|
|
|
# custom CVT mode for HDMI
|
|
# see https://www.raspberrypi.org/documentation/configuration/config-txt/video.md
|
|
#hdmi_group=2
|
|
#hdmi_mode=87
|
|
#hdmi_cvt 800 480 60 6 0 0 0
|