I was able to build a package with the attached patch that shall apply
to the package in sid.

I tested it with my hardware:

--8<--

Commercial temperature grade DDR3 timings, 32bit bus width.
Trying to boot from MMC1


U-Boot 2022.04+dfsg-2 (Apr 10 2022 - 23:28:14 +0000)

CPU:   Freescale i.MX6SOLO rev1.4 996 MHz (running at 792 MHz)
CPU:   Commercial temperature grade (0C to 95C) at 47C
Reset cause: POR
DRAM:  256 MiB
PMIC:  device id: 0x10, revision id: 0x21, programmed
Core:  65 devices, 15 uclasses, devicetree: separate
MMC:   FSL_SDHC: 1, FSL_SDHC: 0
Loading Environment from MMC... *** Warning - bad CRC, using default environment

auto-detected panel vga-rgb
Display: vga-rgb (640x480)
In:    serial
Out:   serial
Err:   serial
Model: Toradex Colibri iMX6 Solo 256MB V1.1A, Serial# 10673915
Net:   eth0: ethernet@2188000
Hit any key to stop autoboot:  0

--8<--

Can you pick the patch for sid?

Shall I also test with the new version found in experimental?

Regards,
Manuel
>From beca702860ef7b9ce60b5c314efff44dce9dcc24 Mon Sep 17 00:00:00 2001
From: Manuel Traut <manuel.tr...@mt.com>
Date: Fri, 4 Nov 2022 09:16:35 +0100
Subject: [PATCH] u-boot-imx: Add colibri_imx6

(Closes: #1023443)

Signed-off-by: Manuel Traut <manuel.tr...@mt.com>
---
 debian/targets.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/targets.mk b/debian/targets.mk
index 235d745277..6e9de55f52 100644
--- a/debian/targets.mk
+++ b/debian/targets.mk
@@ -295,6 +295,10 @@ else ifeq (${DEB_HOST_ARCH},armhf)
 
 # u-boot-imx
 
+  # Manuel Traut <ma...@mecka.net>
+  u-boot-imx_platforms += colibri_imx6
+  colibri_imx6_targets := SPL u-boot.img uboot.elf
+
   # Marek Vasut <ma...@denx.de>
   u-boot-imx_platforms += dh_imx6
   dh_imx6_targets := u-boot-with-spl.imx uboot.elf
-- 
2.35.1

Reply via email to