aboutsummaryrefslogtreecommitdiff
path: root/lava_scheduler_app/tests/device-types/rk3288-veyron-jaq.jinja2
blob: a9f6741cbc3854d8da546fa1c70e50bf1dca22bd (plain)
1
2
3
4
5
6
7
{% extends 'base-depthcharge.jinja2' %}

{% set device_type = 'rk3288-veyron-jaq' %}
{% set mkimage_fit_arch = 'arm' %}
{% set start_message = start_message | default('Starting netboot on veyron_jaq...') %}
{% set console_device = console_device | default('ttyS2') %}
{% set extra_kernel_args = base_kernel_args | default('earlyprintk=ttyS2,115200n8 console=tty1') %}