aboutsummaryrefslogtreecommitdiffstats
path: root/templates/machines/raspberrypi3.jinja2
blob: c4a708643d0b5eaf4493068c7f31447d49e70310 (plain)
1
2
3
4
5
6
7
{%- extends 'boot/generic-uboot-tftp.jinja2' %}
{%- set device_type = "bcm2837-rpi-3-b" %}
{%- set dtb = "uImage-bcm2710-rpi-3-b.dtb" %}
{%- set nbdinitrd = "initramfs-netboot-image-" + yocto_machine +".ext4.gz.u-boot" %}
{%- set device_arch = "arm64" %}
{%- set device_mach = "broadcom" %}
{%- set rootfs_type = rootfs_type|default("nbd") %}