pmaports/device/testing/device-raspberry-pi0/deviceinfo
Oliver Smith 64035ac463
device/*: move to device/testing/* (!1063)
Prepare for better device categorization by moving everything to testing
subdir first.

[skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR
				depends on this MR

Related: postmarketos#16
2020-03-14 08:35:32 +01:00

22 lines
660 B
Text

# Reference: <https://postmarketos.org/deviceinfo>
# Please use double quotes only. You can source this file in shell scripts.
deviceinfo_format_version="0"
deviceinfo_name="Raspberry Pi Zero"
deviceinfo_manufacturer="Raspberry Pi"
deviceinfo_codename="raspberry-pi0"
deviceinfo_year="2015"
deviceinfo_dtb=""
deviceinfo_modules_initfs="dwc2 af_packet usb_f_ecm g_ether"
deviceinfo_arch="armhf"
deviceinfo_disable_dhcpd="false"
# Device related
deviceinfo_keyboard="false"
deviceinfo_external_storage="true"
deviceinfo_screen_width="1920"
deviceinfo_screen_height="1080"
# Bootloader related
deviceinfo_flash_method="none"
deviceinfo_boot_filesystem="fat16"