QT for Device Creation - Colibri iMX7D 1GB V1.1

Hello,

I’m running an Colibri iMX7D 1GB V1.1 + Col. Eval V3.2B.
Now I’m trying to install QT for Device Creation Demo Image to get started with QT.

I’ve tried several ways but non of them where working.

  1. Create SD Card by QT and try changing U-Boot to launch from SD (got an error)
  2. Download QT for Device creation image from Toradex.com, unpack it on fresh formatted SD Card (FAT32). The image will be displayed but it’s always marked as “image not compatible with this module”
  3. Took image from QT installation, same problem then at 2

How can I install the easy installer image to get things started. I don’t want to build my own Linux distribution right now just try to start QT application.

Kind regrads
Patrick Nies

Dear @PatrickNies,

For now the folks from Qt haven’t yet published an official Toradex Easy Installer image for the Colibri iMX7 1GB.
We’re working with them to provide this image on our partner image feeds.

I have a preliminary version we compiled here. Note that it’s the new Qt 5.12 and it’s not an official version, so it may have some bugs, but it might be suitable for testing purposes. I’ve uploaded it here:
https://share.toradex.com/xl6u0dcmmofpnqz

Best regards,

Gustavo

Hello Gustavó,

thank you very much for your upload.
I’ll test it, when I’m back home :).

Will there be a official version at meta-boot2qt as well?

Best regards
Patrick

You’re welcome!

Sure! In fact, this image was compiled with meta-boot2qt. We’ve already made a patch and sent it to Qt so they can merge it to the official meta-boot2qt sources.

Best regards,

Gustavo

Tank you for Your answer :wink:

I’m happy to wait for this version!

Best regards
Patrick

Okay, I tried to install QT on my Device at home, connected to the Evaluation Board.

It worked but starting makes a problem.
The exact Message is:
[ 3.19550] — [ end Kernel panic - not syncing: Attempted to kill init ! exit code = 0x00000007]
[ 3.19550]

hope you can help :wink:

Patrick,

Could you please share the full error log?
We’ll try to reproduce the behavior and figure out what’s causing the kernel panic.

Okay I’ve connected the device via USB and logged the entire startup.

I’ve put it in here as code and enclosed it as file. Hopefully it’s the correct one

[

U-Boot 2016.11-2.7.5+g52259cf22a (Dec 06 2018 - 09:25:02 -0200)

CPU:   Freescale i.MX7D rev1.3 996 MHz (running at 792 MHz)
CPU:   Extended Commercial temperature grade (-20C to 105C) at 24C
Reset cause: POR
DRAM:  1 GiB
PMIC:  RN5T567 LSIVER=0x01 OTPVER=0x0d
MMC:   FSL_SDHC: 0, FSL_SDHC: 1
Video: 640x480x18
In:    serial
Out:   serial
Err:   serial
Model: Toradex Colibri iMX7 Dual 1GB V1.1A, Serial# 03111955
Net:   FEC0
Hit any key to stop autoboot:  1  0 
Booting from internal eMMC chip...
reading imx7d-colibri-emmc-eval-v3.dtb
45048 bytes read in 21 ms (2 MiB/s)
reading zImage
5482968 bytes read in 180 ms (29 MiB/s)
Kernel image @ 0x81000000 [ 0x000000 - 0x53a9d8 ]
## Flattened Device Tree blob at 82000000
   Booting using the fdt blob at 0x82000000
   Loading Device Tree to 8fff2000, end 8ffffff7 ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.1.44-2.7.5+g18717e2b1ca9 (oe-user@oe-host) (gcc version 6.4.0 (GCC) ) #1 SMP Wed Dec 5 12:45:23 -02 2018
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Toradex Colibri iMX7D 1GB on Colibri Evaluation Board V3
[    0.000000] Reserved memory: created CMA memory pool at 0xb8000000, size 128 MiB
[    0.000000] Reserved memory: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] PERCPU: Embedded 13 pages/cpu @b777c000 s21004 r8192 d24052 u53248
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260096
[    0.000000] Kernel command line: ip=off root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait console=tty1 console=ttymxc0,115200n8 consoleblank=0 video=mxsfb:640x480M-16@60
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 897352K/1048576K available (6839K kernel code, 533K rwdata, 2404K rodata, 408K init, 389K bss, 20152K reserved, 131072K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xc0800000 - 0xff000000   (1000 MB)
[    0.000000]     lowmem  : 0x80000000 - 0xc0000000   (1024 MB)
[    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
[    0.000000]       .text : 0x80008000 - 0x8090f0e0   (9245 kB)
[    0.000000]       .init : 0x80910000 - 0x80976000   ( 408 kB)
[    0.000000]       .data : 0x80976000 - 0x809fb728   ( 534 kB)
[    0.000000]        .bss : 0x809fe000 - 0x80a5f674   ( 390 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] Architected cp15 timer(s) running at 8.00MHz (phys).
[    0.000000] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns
[    0.000006] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns
[    0.000018] Switching to timer-based delay loop, resolution 125ns
[    0.000472] mxc_clocksource_init 3000000
[    0.000484] Ignoring duplicate/late registration of read_current_timer delay
[    0.000500] clocksource mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
[    0.001768] Console: colour dummy device 80x30
[    0.002412] console [tty1] enabled
[    0.002439] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=80000)
[    0.002482] pid_max: default: 32768 minimum: 301
[    0.002595] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002623] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.003288] Initializing cgroup subsys freezer
[    0.003329] Initializing cgroup subsys debug
[    0.003383] CPU: Testing write buffer coherency: ok
[    0.003708] Setting up static identity map for 0x80008280 - 0x800082d8
[    0.005749] Brought up 2 CPUs
[    0.005782] SMP: Total of 2 processors activated (32.00 BogoMIPS).
[    0.005804] CPU: All CPU(s) started in SVC mode.
[    0.006374] devtmpfs: initialized
[    0.020212] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.020608] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.020668] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.025937] pinctrl core: initialized pinctrl subsystem
[    0.027227] NET: Registered protocol family 16
[    0.033124] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.059957] cpuidle: using governor ladder
[    0.089974] cpuidle: using governor menu
[    0.103471] DDR type is DDR3!
[    0.110688] imx7d_enet_clk_sel: failed to get enet_out clock, assuming ext. clock source
[    0.110783] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.110819] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.111166] imx7d-pinctrl 30270000.lpsr-gpr: initialized IMX pinctrl driver
[    0.111373] imx7d-pinctrl 302c0000.iomuxc-lpsr: initialized IMX pinctrl driver
[    0.112690] imx7d-pinctrl 30330000.iomuxc: initialized IMX pinctrl driver
[    0.114384] MU is ready for cross core communication!
[    0.123996] mxs-dma 33000000.dma-apbh: initialized
[    0.125867] VCC_USB[1-4]: supplied by 5V
[    0.126360] SCSI subsystem initialized
[    0.126704] usbcore: registered new interface driver usbfs
[    0.126796] usbcore: registered new interface driver hub
[    0.126927] usbcore: registered new device driver usb
[    0.127191] 30800000.aips-bus:usbphy_nop1 supply vcc not found, using dummy regulator
[    0.127504] 30800000.aips-bus:usbphy_nop2 supply vcc not found, using dummy regulator
[    0.128574] i2c i2c-0: IMX I2C adapter registered
[    0.128607] i2c i2c-0: can't use DMA
[    0.129109] i2c i2c-3: IMX I2C adapter registered
[    0.129140] i2c i2c-3: can't use DMA
[    0.129274] Linux video capture interface: v2.00
[    0.129348] pps_core: LinuxPPS API ver. 1 registered
[    0.129371] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.129433] PTP clock support registered
[    0.129984] Advanced Linux Sound Architecture Driver Initialized.
[    0.131415] Switched to clocksource arch_sys_counter
[    0.169575] NET: Registered protocol family 2
[    0.170436] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.170558] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.170719] TCP: Hash tables configured (established 8192 bind 8192)
[    0.170802] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.170872] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.171097] NET: Registered protocol family 1
[    0.171481] RPC: Registered named UNIX socket transport module.
[    0.171512] RPC: Registered udp transport module.
[    0.171533] RPC: Registered tcp transport module.
[    0.171554] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.172875] imx rpmsg driver is registered.
[    0.173864] Bus freq driver module loaded
[    0.182301] VFS: Disk quotas dquot_6.6.0
[    0.182527] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.184479] NFS: Registering the id_resolver key type
[    0.184550] Key type id_resolver registered
[    0.184574] Key type id_legacy registered
[    0.184612] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.185144] ntfs: driver 2.1.32 [Flags: R/W].
[    0.185648] fuse init (API version 7.23)
[    0.189552] io scheduler noop registered
[    0.189592] io scheduler deadline registered
[    0.189794] io scheduler cfq registered (default)
[    0.191969] backlight supply power not found, using dummy regulator
[    0.193967] 30730000.lcdif supply lcd not found, using dummy regulator
[    0.194184] fbcvt: 640x480@60: CVT Name - .307M3
[    0.259771] mxsfb 30730000.lcdif: failed to find mxc display driver 
[    0.268627] Console: switching to colour frame buffer device 80x30
[    0.286767] mxsfb 30730000.lcdif: initialized
[    0.289618] imx-sdma 30bd0000.sdma: no event needs to be remapped
[    0.291478] imx-sdma 30bd0000.sdma: loaded firmware 4.2
[    0.296445] imx-sdma 30bd0000.sdma: initialized
[    0.299254] 30860000.serial: ttymxc0 at MMIO 0x30860000 (irq = 279, base_baud = 1500000) is a IMX
[    1.017609] console [ttymxc0] enabled
[    1.023773] 30890000.serial: ttymxc1 at MMIO 0x30890000 (irq = 280, base_baud = 1500000) is a IMX
[    1.036919] 30880000.serial: ttymxc2 at MMIO 0x30880000 (irq = 281, base_baud = 5000000) is a IMX
[    1.055623] loop: module loaded
[    1.076103] spi_imx 30840000.ecspi: probed
[    1.086098] pps pps0: new PPS source ptp0
[    1.094121] libphy: fec_enet_mii_bus: probed
[    1.101953] fec 30be0000.ethernet eth0: registered PHC device 0
[    1.109889] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.118345] ehci-mxc: Freescale On-Chip EHCI Host driver
[    1.125825] usbcore: registered new interface driver usb-storage
[    1.133977] usbcore: registered new interface driver usbserial
[    1.141794] usbcore: registered new interface driver usbserial_generic
[    1.150230] usbserial: USB Serial support registered for generic
[    1.158159] usbcore: registered new interface driver ftdi_sio
[    1.165807] usbserial: USB Serial support registered for FTDI USB Serial Device
[    1.176804] usbcore: registered new interface driver pl2303
[    1.184300] usbserial: USB Serial support registered for pl2303
[    1.193332] 30b10200.usbmisc supply vbus-wakeup not found, using dummy regulator
[    1.204780] 30b30200.usbmisc supply vbus-wakeup not found, using dummy regulator
[    1.216281] 30b20200.usbmisc supply vbus-wakeup not found, using dummy regulator
[    1.228375] imx_usb 30b10000.usb: Can't register ci_hdrc platform device, err=-517
[    1.243020] ci_hdrc ci_hdrc.0: EHCI Host Controller
[    1.249971] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
[    1.271468] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
[    1.279977] hub 1-0:1.0: USB hub found
[    1.285911] hub 1-0:1.0: 1 port detected
[    1.292866] mousedev: PS/2 mouse device common for all mice
[    1.303330] input: AD7879 Touchscreen as /devices/platform/soc/30800000.aips-bus/30a20000.i2c/i2c-0/0-002c/input/input0
[    1.321393] rtc-ds1307 3-0068: oscillator failed, set time!
[    1.329372] rtc-ds1307 3-0068: rtc core: registered m41t0 as rtc0
[    1.338363] snvs_rtc 30370000.snvs:snvs-rtc-lp: rtc core: registered 30370000.snvs:snvs- as rtc1
[    1.351683] i2c /dev entries driver
[    1.360178] imx2-wdt 30280000.wdog: timeout 60 sec (nowayout=0)
[    1.368652] sdhci: Secure Digital Host Controller Interface driver
[    1.377027] sdhci: Copyright(c) Pierre Ossman
[    1.383545] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.392228] /soc/aips-bus@30800000/usdhc@30b40000: voltage-ranges unspecified
[    1.401579] sdhci-esdhc-imx 30b40000.usdhc: Got CD GPIO
[    1.410663] sdhci-esdhc-imx 30b40000.usdhc: No vqmmc regulator found
[    1.461595] mmc1: SDHCI controller on 30b40000.usdhc [30b40000.usdhc] using ADMA
[    1.476253] /soc/aips-bus@30800000/usdhc@30b60000: voltage-ranges unspecified
[    1.486131] sdhci-esdhc-imx 30b60000.usdhc: No vmmc regulator found
[    1.494484] sdhci-esdhc-imx 30b60000.usdhc: No vqmmc regulator found
[    1.541446] mmc0: SDHCI controller on 30b60000.usdhc [30b60000.usdhc] using ADMA
[    1.559387] caam 30900000.caam: Entropy delay = 3200
[    1.566513] caam 30900000.caam: Instantiated RNG4 SH0
[    1.611443] usb 1-1: new high-speed USB device number 2 using ci_hdrc
[    1.625927] caam 30900000.caam: Instantiated RNG4 SH1
[    1.633093] caam 30900000.caam: device ID = 0x0a16030000000000 (Era -524)
[    1.641959] caam 30900000.caam: job rings = 3, qi = 0
[    1.649043] mmc0: MAN_BKOPS_EN bit is not set
[    1.704631] mmc0: new HS400 MMC card at address 0001
[    1.712181] mmcblk0: mmc0:0001 Q2J54A 3.64 GiB 
[    1.718774] mmcblk0boot0: mmc0:0001 Q2J54A partition 1 2.00 MiB
[    1.726828] mmcblk0boot1: mmc0:0001 Q2J54A partition 2 2.00 MiB
[    1.735909]  mmcblk0: p1 p2
[    1.756134] caam algorithms registered in /proc/crypto
[    1.766630] caam_jr 30901000.jr0: registering rng-caam
[    1.774500] hidraw: raw HID events driver (C) Jiri Kosina
[    1.782009] usbcore: registered new interface driver usbhid
[    1.782064] hub 1-1:1.0: USB hub found
[    1.789458] hub 1-1:1.0: 4 ports detected
[    1.800806] usbhid: USB HID core driver
[    1.811295] coresight-tmc 30086000.etr: TMC initialized
[    1.819017] coresight-tmc 30084000.etf: TMC initialized
[    1.826129] coresight-tpiu 30087000.tpiu: TPIU initialized
[    1.833599] coresight-funnel 30083000.funnel: FUNNEL initialized
[    1.841460] coresight-funnel 30041000.funnel: FUNNEL initialized
[    1.849280] coresight-replicator replicator: REPLICATOR initialized
[    1.857688] coresight-etm3x 3007c000.etm: ETM initialized
[    1.865063] coresight-etm3x 3007d000.etm: ETM initialized
[    1.876805] sgtl5000 0-000a: sgtl5000 revision 0x11
[    1.919788] imx-sgtl5000 sound: sgtl5000 <-> 308a0000.sai mapping ok
[    1.928990] Netfilter messages via NETLINK v0.30.
[    1.935229] nfnl_acct: registering with nfnetlink.
[    1.941519] nf_conntrack version 0.5.0 (16069 buckets, 64276 max)
[    1.949698] nf_tables: (c) 2007-2009 Patrick McHardy <kaber@trash.net>
[    1.958254] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.965902] NET: Registered protocol family 10
[    1.973049] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    1.980054] NET: Registered protocol family 17
[    1.986149] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    2.002157] Bridge firewalling registered
[    2.007933] 8021q: 802.1Q VLAN Support v1.8
[    2.013832] Key type dns_resolver registered
[    2.026972] Registering SWP/SWPB emulation handler
[    2.034491] registered taskstats version 1
[    2.046758] ci_hdrc ci_hdrc.1: EHCI Host Controller
[    2.053117] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 2
[    2.091509] usb 1-1.1: new low-speed USB device number 3 using ci_hdrc
[    2.111508] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
[    2.119224] hub 2-0:1.0: USB hub found
[    2.124746] hub 2-0:1.0: 1 port detected
[    2.133527] input: gpio-keys as /devices/platform/gpio-keys/input/input1
[    2.144561] rtc-ds1307 3-0068: hctosys: unable to read the hardware clock
[    2.188197] ALSA device list:
[    2.192729]   #0: imx7-colibri-sgtl5000
[    2.206808] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    2.217994] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    2.228150] devtmpfs: mounted
[    2.233121] Freeing unused kernel memory: 408K
[    2.245780] input: PixArt USB Optical Mouse as /devices/platform/soc/30800000.aips-bus/30b20000.usb/ci_hdrc.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:0461:4D0F.0001/input/input2
[    2.246191] mmcblk0: retrying because a re-tune was needed
[    2.273091] hid-generic 0003:0461:4D0F.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-ci_hdrc.0-1.1/input0
[    2.285247] mmcblk0: error -84 transferring data, sector 1189712, nr 32, cmd response 0x900, card status 0xb00
[    2.285256] mmcblk0: retrying using single block read
[    2.326844] mmcblk0: retrying because a re-tune was needed
[    2.367105] mmcblk0: error -84 transferring data, sector 1189840, nr 136, cmd response 0x900, card status 0xb00
[    2.380682] mmcblk0: retrying using single block read
[    2.402159] usb 1-1.2: new low-speed USB device number 4 using ci_hdrc
[    2.430531] mmcblk0: error -84 transferring data, sector 1189912, nr 64, cmd response 0x900, card status 0x0
[    2.443981] blk_update_request: I/O error, dev mmcblk0, sector 1189912
[    2.485120] mmcblk0: error -84 transferring data, sector 1189920, nr 56, cmd response 0x900, card status 0x0
[    2.498625] blk_update_request: I/O error, dev mmcblk0, sector 1189920
[    2.549984] mmcblk0: retrying because a re-tune was needed
[    2.582632] input:   SCISSORS Keyboard as /devices/platform/soc/30800000.aips-bus/30b20000.usb/ci_hdrc.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:0DC6:2013.0002/input/input3
[    2.588861] mmcblk0: error -110 sending stop command, original cmd response 0x900, card status 0x400900
[    2.588864] mmcblk0: retrying because a re-tune was needed
[    2.620414] mmcblk0: error -84 transferring data, sector 1189912, nr 8, cmd response 0x900, card status 0xb00
[    2.620421] mmcblk0: retrying using single block read
[    2.651963] mmcblk0: error -84 transferring data, sector 1189912, nr 8, cmd response 0x900, card status 0x0
[    2.665430] blk_update_request: I/O error, dev mmcblk0, sector 1189912
[    2.704179] hid-generic 0003:0DC6:2013.0002: input,hidraw1: USB HID v1.00 Keyboard [  SCISSORS Keyboard] on usb-ci_hdrc.0-1.2/input0
[    2.716237] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000007
[    2.716237] 
[    2.719955] CPU1: stopping
[    2.719964] CPU: 1 PID: 68 Comm: kworker/1:1 Not tainted 4.1.44-2.7.5+g18717e2b1ca9 #1
[    2.719966] Hardware name: Freescale i.MX7 Dual (Device Tree)
[    2.719984] Workqueue: usb_hub_wq hub_event
[    2.720006] [<800160a0>] (unwind_backtrace) from [<80012c4c>] (show_stack+0x10/0x14)
[    2.720017] [<80012c4c>] (show_stack) from [<80681dbc>] (dump_stack+0x84/0x98)
[    2.720027] [<80681dbc>] (dump_stack) from [<80015418>] (handle_IPI+0x29c/0x2bc)
[    2.720036] [<80015418>] (handle_IPI) from [<800093e4>] (gic_handle_irq+0x5c/0x60)
[    2.720044] [<800093e4>] (gic_handle_irq) from [<80013700>] (__irq_svc+0x40/0x54)
[    2.720048] Exception stack(0xb43b1908 to 0xb43b1950)
[    2.720056] 1900:                   00000000 00000004 000007fc 60000113 80a40218 80a00318
[    2.720063] 1920: 00000006 00000000 80a40218 00000006 00000000 0000012e 00000000 b43b1950
[    2.720068] 1940: 80049bdc 8006c754 60000113 ffffffff
[    2.720079] [<80013700>] (__irq_svc) from [<8006c754>] (console_unlock+0x32c/0x4d0)
[    2.720089] [<8006c754>] (console_unlock) from [<8006cba0>] (vprintk_emit+0x2a8/0x4dc)
[    2.720101] [<8006cba0>] (vprintk_emit) from [<803b0074>] (dev_vprintk_emit+0xa0/0x1c0)
[    2.720113] [<803b0074>] (dev_vprintk_emit) from [<803b01b0>] (dev_printk_emit+0x1c/0x2c)
[    2.720123] [<803b01b0>] (dev_printk_emit) from [<803b04c4>] (__dev_printk+0x48/0x84)
[    2.720133] [<803b04c4>] (__dev_printk) from [<803b0780>] (_dev_info+0x38/0x48)
[    2.720143] [<803b0780>] (_dev_info) from [<804ea080>] (hid_connect+0x2d0/0x3a8)
[    2.720153] [<804ea080>] (hid_connect) from [<804eb5f4>] (hid_device_probe+0xec/0x11c)
[    2.720162] [<804eb5f4>] (hid_device_probe) from [<803b33cc>] (driver_probe_device+0x174/0x2a8)
[    2.720173] [<803b33cc>] (driver_probe_device) from [<803b1b10>] (bus_for_each_drv+0x60/0x94)
[    2.720182] [<803b1b10>] (bus_for_each_drv) from [<803b3224>] (device_attach+0x80/0x94)
[    2.720190] [<803b3224>] (device_attach) from [<803b28e8>] (bus_probe_device+0x84/0xa8)
[    2.720198] [<803b28e8>] (bus_probe_device) from [<803b0c0c>] (device_add+0x36c/0x568)
[    2.720207] [<803b0c0c>] (device_add) from [<804eb25c>] (hid_add_device+0xd4/0x2b8)
[    2.720216] [<804eb25c>] (hid_add_device) from [<804f531c>] (usbhid_probe+0x2bc/0x39c)
[    2.720227] [<804f531c>] (usbhid_probe) from [<804380e4>] (usb_probe_interface+0xec/0x21c)
[    2.720237] [<804380e4>] (usb_probe_interface) from [<803b33cc>] (driver_probe_device+0x174/0x2a8)
[    2.720246] [<803b33cc>] (driver_probe_device) from [<803b1b10>] (bus_for_each_drv+0x60/0x94)
[    2.720256] [<803b1b10>] (bus_for_each_drv) from [<803b3224>] (device_attach+0x80/0x94)
[    2.720263] [<803b3224>] (device_attach) from [<803b28e8>] (bus_probe_device+0x84/0xa8)
[    2.720272] [<803b28e8>] (bus_probe_device) from [<803b0c0c>] (device_add+0x36c/0x568)
[    2.720282] [<803b0c0c>] (device_add) from [<804361f0>] (usb_set_configuration+0x4c8/0x87c)
[    2.720293] [<804361f0>] (usb_set_configuration) from [<8043f928>] (generic_probe+0x2c/0x78)
[    2.720302] [<8043f928>] (generic_probe) from [<803b33cc>] (driver_probe_device+0x174/0x2a8)
[    2.720312] [<803b33cc>] (driver_probe_device) from [<803b1b10>] (bus_for_each_drv+0x60/0x94)
[    2.720321] [<803b1b10>] (bus_for_each_drv) from [<803b3224>] (device_attach+0x80/0x94)
[    2.720329] [<803b3224>] (device_attach) from [<803b28e8>] (bus_probe_device+0x84/0xa8)
[    2.720338] [<803b28e8>] (bus_probe_device) from [<803b0c0c>] (device_add+0x36c/0x568)
[    2.720348] [<803b0c0c>] (device_add) from [<8042d960>] (usb_new_device+0x200/0x51c)
[    2.720358] [<8042d960>] (usb_new_device) from [<8042f438>] (hub_event+0xd1c/0x1074)
[    2.720370] [<8042f438>] (hub_event) from [<8004375c>] (process_one_work+0x200/0x4f8)
[    2.720382] [<8004375c>] (process_one_work) from [<800444b0>] (worker_thread+0x4c/0x55c)
[    2.720392] [<800444b0>] (worker_thread) from [<80048df4>] (kthread+0xdc/0xf4)
[    2.720403] [<80048df4>] (kthread) from [<8000f2e8>] (ret_from_fork+0x14/0x2c)
[    3.270211] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000007
[    3.270211][1] 

Patrick,

Thanks for the log. I would say it’s something related to the eMMC, perhaps a bug in the image itself, since having eMMC is the difference from the Colibri iMX7 1GB to the other PNs.
I will try to reproduce the issue here and get back to you ASAP.

Thanks for your help so far.

I’m looking forward for your answer :wink: and I’m excited to start testing QT on Toradex Colibri imx7

Hi Patrick!

Just tested the image and it’s working here.

Could you please try again, maybe flashing with another SD card?

Also, I’d suggest you to stop the boot process and enter ´env default -a´ in the bootloader prompt so the environment variables will be reset to the defaults.

Hello @gustavo.tx,

sorry but I wasn’t able to test it the last two days.
I’ve tried both (changing environment variables + selecting another SD card).
The only thing I could test is another SD Card drive but I won’t think it would help.
Both SD Cards were SD HC.

  1. Micro SD with 8GB + Adapter
  2. SD Card with 32 GB

If you don’t have any further hints for me I’m going to try setting up an Webserver on my Notebook and connecting evaluation board to my notebook. Maybe I can try downloading + installing it from the Webserver.

HI @PatrickNies!

Can you please show me the resulting folder structure of the SD card when you extract the image?