phyboard-mira.conf 324 B

12345678910111213
  1. # This software is a part of ISAR.
  2. # Copyright (C) 2022 ilbers GmbH
  3. #
  4. # SPDX-License-Identifier: MIT
  5. MACHINE_SERIAL ?= "ttymxc0"
  6. BAUDRATE_TTY ?= "115200"
  7. MKUBIFS_ARGS := "-m 0x1000 -e 0x7e000 -c 8083"
  8. UBINIZE_ARGS = "-vv -m 0x1000 -p 0x80000"
  9. IMAGE_FSTYPES ?= "ubi-ubifs-img"
  10. DTB_FILES = "imx6q-phytec-mira-rdk-nand.dtb"