mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 01:44:34 +00:00

The Emcraft Systems NavQ+ kit is a mobile robotics platform based on NXP i.MX8 MPlus SoC. The following interfaces and devices are enabled: - eMMC - Gigabit Ethernet (through eQOS interface) - SD-Card - UART console The device tree file is taken from upstream Linux Kernel through OF_UPSTREAM Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
18 lines
432 B
Bash
18 lines
432 B
Bash
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright 2024 Gilles Talis <gilles.talis@gmail.com>
|
|
*/
|
|
|
|
#include <config_distro_bootcmd.h>
|
|
|
|
scriptaddr=CONFIG_SYS_LOAD_ADDR
|
|
kernel_addr_r=CONFIG_SYS_LOAD_ADDR
|
|
image=Image
|
|
console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200
|
|
fdt_addr_r=0x43000000
|
|
boot_fdt=try
|
|
fdtfile=CONFIG_DEFAULT_FDT_FILE
|
|
initrd_addr=0x43800000
|
|
bootm_size=0x10000000
|
|
mmcpart=1
|
|
mmcroot=/dev/mmcblk1p2 rootwait rw
|