<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: My board using i.mx6ull hangs after kernel startup.</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/My-board-using-i-mx6ull-hangs-after-kernel-startup/m-p/915146#M137781</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fumitaka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;From this LOG, the system appears to be trying to change the DDR bus clock.&lt;/P&gt;&lt;P&gt;&amp;gt;Where is the cause of this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reason may be ddr errors or issues with power supplies, one can rerun ddr test and try with minimal&lt;/P&gt;&lt;P&gt;image. Check power supplies using &lt;A href="https://www.nxp.com/webapp/Download?colCode=IMX6ULLHDG" target="_blank"&gt;&lt;STRONG&gt;Hardware Development Guide for the i.MX 6ULL Applications Processor&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Sep 2019 05:58:53 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2019-09-12T05:58:53Z</dc:date>
    <item>
      <title>My board using i.mx6ull hangs after kernel startup.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/My-board-using-i-mx6ull-hangs-after-kernel-startup/m-p/915145#M137780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, everyone in the NXP community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am building a new BSP with a new board using i.mx6ull.&lt;BR /&gt;I calibrated DDR, bitbake u-boot and Linux kernel and root FS, and wrote the image to the board with Mfgtoo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, there is a problem that the system hangs immediately after the kernel boot is finished.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem always occurs every time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOG at startup&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;U-Boot 2018.03-imx_v2018.03_4.14.98_2.0.0_ga+g87a19df5e4 (Sep 11 2019 - 07:00:22 +0000)&lt;/P&gt;&lt;P&gt;CPU: Freescale i.MX6ULL rev1.1 528 MHz (running at 396 MHz)&lt;BR /&gt;CPU: Industrial temperature grade (-40C to 105C) at 42C&lt;BR /&gt;Reset cause: POR&lt;BR /&gt;Model: My Board&lt;BR /&gt;Board: MX6ULL 9x9 My Board&lt;BR /&gt;DRAM: 512 MiB&lt;BR /&gt;NAND: 1024 MiB&lt;BR /&gt;MMC:&lt;BR /&gt;Loading Environment from NAND... *** Warning - bad CRC, using default environment&lt;/P&gt;&lt;P&gt;Failed (-5)&lt;BR /&gt;Display: TFT43AB (480x272)&lt;BR /&gt;Video: LCDIF@0x21c8000 is fused, disable it&lt;BR /&gt;In: serial&lt;BR /&gt;Out: serial&lt;BR /&gt;Err: serial&lt;BR /&gt;Net: No ethernet found.&lt;BR /&gt;Fastboot: Normal&lt;BR /&gt;Normal Boot&lt;BR /&gt;Hit any key to stop autoboot: 0&lt;BR /&gt;=&amp;gt; env print&lt;BR /&gt;baudrate=115200&lt;BR /&gt;board_name=EVK&lt;BR /&gt;board_rev=9X9&lt;BR /&gt;bootargs=console=ttymxc0,115200 ubi.mtd=4 root=ubi0:rootfs rootfstype=ubifs cma=96M mtdparts=gpmi-nand:64m(boot),16m(kernel),16m(dtb),16m(tee),-(rootfs)&lt;BR /&gt;bootcmd=nand read ${loadaddr} 0x4000000 0x800000;nand read ${fdt_addr} 0x5000000 0x100000;if test ${tee} = yes; then nand read ${tee_addr} 0x6000000 0x400000;bootm ${teeaddr} - ${fdt_addr};else bootz ${loadaddr} - ${fdt_addr};fi&lt;BR /&gt;bootcmd_mfg=run mfgtool_args;if iminfo ${initrd_addr}; then if test ${tee} = yes; then bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; else bootz ${loadaddr} ${initrd_addr} ${fdt_addr}; fi; else echo "Run fastboot ..."; fastboot 0; fi;&lt;BR /&gt;bootdelay=3&lt;BR /&gt;console=ttymxc0&lt;BR /&gt;emmc_ack=1&lt;BR /&gt;emmc_dev=1&lt;BR /&gt;ethprime=eth1&lt;BR /&gt;fdt_addr=0x83000000&lt;BR /&gt;fdt_high=0xffffffff&lt;BR /&gt;fdtcontroladdr=9ef0dc70&lt;BR /&gt;initrd_addr=0x83800000&lt;BR /&gt;initrd_high=0xffffffff&lt;BR /&gt;kboot=bootz&lt;BR /&gt;loadaddr=0x80800000&lt;BR /&gt;mfgtool_args=setenv bootargs console=${console},${baudrate} mtdparts=gpmi-nand:64m(boot),16m(kernel),16m(dtb),16m(tee),-(rootfs) rdinit=/linuxrc g_mass_storage.stall=0 g_mass_storage.removable=1 g_mass_storage.file=/fat g_mass_storage.ro=1 g_mass_storage.idVendor=0x066F g_mass_storage.idProduct=0x37FF g_mass_storage.iSerialNumber="" clk_ignore_unused&lt;BR /&gt;panel=TFT43AB&lt;BR /&gt;sd_dev=1&lt;BR /&gt;tee=no&lt;/P&gt;&lt;P&gt;Environment size: 1298/131068 bytes&lt;BR /&gt;=&amp;gt; env edit bootargs&lt;BR /&gt;edit: console=ttymxc0,115200 ubi.mtd=4 root=ubi0:rootfs rootfstype=ubifs cma=96M mtdparts=gpmi-nand:64m(boot),16m(kernel),16m(dtb),16m(tee),-(rootfs) debug&lt;BR /&gt;=&amp;gt; env print&lt;BR /&gt;baudrate=115200&lt;BR /&gt;board_name=EVK&lt;BR /&gt;board_rev=9X9&lt;BR /&gt;bootargs=console=ttymxc0,115200 ubi.mtd=4 root=ubi0:rootfs rootfstype=ubifs cma=96M mtdparts=gpmi-nand:64m(boot),16m(kernel),16m(dtb),16m(tee),-(rootfs) debug&lt;BR /&gt;bootcmd=nand read ${loadaddr} 0x4000000 0x800000;nand read ${fdt_addr} 0x5000000 0x100000;if test ${tee} = yes; then nand read ${tee_addr} 0x6000000 0x400000;bootm ${teeaddr} - ${fdt_addr};else bootz ${loadaddr} - ${fdt_addr};fi&lt;BR /&gt;bootcmd_mfg=run mfgtool_args;if iminfo ${initrd_addr}; then if test ${tee} = yes; then bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; else bootz ${loadaddr} ${initrd_addr} ${fdt_addr}; fi; else echo "Run fastboot ..."; fastboot 0; fi;&lt;BR /&gt;bootdelay=3&lt;BR /&gt;console=ttymxc0&lt;BR /&gt;emmc_ack=1&lt;BR /&gt;emmc_dev=1&lt;BR /&gt;ethprime=eth1&lt;BR /&gt;fdt_addr=0x83000000&lt;BR /&gt;fdt_high=0xffffffff&lt;BR /&gt;fdtcontroladdr=9ef0dc70&lt;BR /&gt;initrd_addr=0x83800000&lt;BR /&gt;initrd_high=0xffffffff&lt;BR /&gt;kboot=bootz&lt;BR /&gt;loadaddr=0x80800000&lt;BR /&gt;mfgtool_args=setenv bootargs console=${console},${baudrate} mtdparts=gpmi-nand:64m(boot),16m(kernel),16m(dtb),16m(tee),-(rootfs) rdinit=/linuxrc g_mass_storage.stall=0 g_mass_storage.removable=1 g_mass_storage.file=/fat g_mass_storage.ro=1 g_mass_storage.idVendor=0x066F g_mass_storage.idProduct=0x37FF g_mass_storage.iSerialNumber="" clk_ignore_unused&lt;BR /&gt;panel=TFT43AB&lt;BR /&gt;sd_dev=1&lt;BR /&gt;tee=no&lt;/P&gt;&lt;P&gt;Environment size: 1303/131068 bytes&lt;BR /&gt;=&amp;gt; boot&lt;/P&gt;&lt;P&gt;NAND read: device 0 offset 0x4000000, size 0x800000&lt;BR /&gt; 8388608 bytes read: OK&lt;/P&gt;&lt;P&gt;NAND read: device 0 offset 0x5000000, size 0x100000&lt;BR /&gt; 1048576 bytes read: OK&lt;BR /&gt;Kernel image @ 0x80800000 [ 0x000000 - 0x71d508 ]&lt;BR /&gt;## Flattened Device Tree blob at 83000000&lt;BR /&gt; Booting using the fdt blob at 0x83000000&lt;BR /&gt; Using Device Tree in place at 83000000, end 830095cf&lt;BR /&gt;Modify /soc/aips-bus@02000000/tsc@02040000:status disabled&lt;BR /&gt;Modify /soc/aips-bus@02200000/epdc@0228c000:status disabled&lt;BR /&gt;Modify /soc/aips-bus@02000000/can@02094000:status disabled&lt;BR /&gt;Modify /soc/aips-bus@02100000/lcdif@021c8000:status disabled&lt;BR /&gt;Modify /soc/aips-bus@02100000/pxp@021cc000:status disabled&lt;BR /&gt;Modify /soc/aips-bus@02100000/csi@021c4000:status disabled&lt;BR /&gt;Modify /soc/aips-bus@02000000/ethernet@020b4000:status disabled&lt;BR /&gt;ft_system_setup for mx6&lt;BR /&gt;No PMIC found!&lt;/P&gt;&lt;P&gt;Starting kernel ...&lt;/P&gt;&lt;P&gt;Booting Linux on physical CPU 0x0&lt;BR /&gt;Linux version 4.14.98-imx_4.14.98_2.0.0_ga+g5d6cbeafb80c (oe-user@oe-host) (gcc version 7.3.0 (GCC)) #1 SMP PREEMPT Thu Sep 12 01:29:28 UTC 2019&lt;BR /&gt;CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c53c7d&lt;BR /&gt;CPU: div instructions available: patching division code&lt;BR /&gt;CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache&lt;BR /&gt;OF: fdt: Machine model: My Board&lt;BR /&gt;Memory policy: Data cache writealloc&lt;BR /&gt;cma: Reserved 96 MiB at 0x9a000000&lt;BR /&gt;On node 0 totalpages: 131072&lt;BR /&gt;free_area_init_node: node 0, pgdat 80fa4600, node_mem_map 99bc7000&lt;BR /&gt; Normal zone: 1024 pages used for memmap&lt;BR /&gt; Normal zone: 0 pages reserved&lt;BR /&gt; Normal zone: 131072 pages, LIFO batch:31&lt;BR /&gt;percpu: Embedded 16 pages/cpu @99ba5000 s35532 r8192 d21812 u65536&lt;BR /&gt;pcpu-alloc: s35532 r8192 d21812 u65536 alloc=16*4096&lt;BR /&gt;pcpu-alloc: [0] 0&lt;BR /&gt;Built 1 zonelists, mobility grouping on. Total pages: 130048&lt;BR /&gt;Kernel command line: console=ttymxc0,115200 ubi.mtd=4 root=ubi0:rootfs rootfstype=ubifs cma=96M mtdparts=gpmi-nand:64m(boot),16m(kernel),16m(dtb),16m(tee),-(rootfs) debug&lt;BR /&gt;PID hash table entries: 2048 (order: 1, 8192 bytes)&lt;BR /&gt;Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)&lt;BR /&gt;Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)&lt;BR /&gt;Memory: 405648K/524288K available (9216K kernel code, 661K rwdata, 3316K rodata, 1024K init, 442K bss, 20336K reserved, 98304K cma-reserved, 0K highmem)&lt;BR /&gt;Virtual kernel memory layout:&lt;BR /&gt; vector : 0xffff0000 - 0xffff1000 ( 4 kB)&lt;BR /&gt; fixmap : 0xffc00000 - 0xfff00000 (3072 kB)&lt;BR /&gt; vmalloc : 0xa0800000 - 0xff800000 (1520 MB)&lt;BR /&gt; lowmem : 0x80000000 - 0xa0000000 ( 512 MB)&lt;BR /&gt; pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)&lt;BR /&gt; modules : 0x7f000000 - 0x7fe00000 ( 14 MB)&lt;BR /&gt; .text : 0x80008000 - 0x80a00000 (10208 kB)&lt;BR /&gt; .init : 0x80e00000 - 0x80f00000 (1024 kB)&lt;BR /&gt; .data : 0x80f00000 - 0x80fa5780 ( 662 kB)&lt;BR /&gt; .bss : 0x80fa7000 - 0x81015ba0 ( 443 kB)&lt;BR /&gt;SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1&lt;BR /&gt;Preemptible hierarchical RCU implementation.&lt;BR /&gt; RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.&lt;BR /&gt; Tasks RCU enabled.&lt;BR /&gt;RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1&lt;BR /&gt;NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16&lt;BR /&gt;Switching to timer-based delay loop, resolution 333ns&lt;BR /&gt;sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns&lt;BR /&gt;clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns&lt;BR /&gt;Console: colour dummy device 80x30&lt;BR /&gt;Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)&lt;BR /&gt;pid_max: default: 32768 minimum: 301&lt;BR /&gt;Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)&lt;BR /&gt;Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)&lt;BR /&gt;CPU: Testing write buffer coherency: ok&lt;BR /&gt;/cpus/cpu@0 missing clock-frequency property&lt;BR /&gt;CPU0: thread -1, cpu 0, socket 0, mpidr 80000000&lt;BR /&gt;Setting up static identity map for 0x80100000 - 0x80100060&lt;BR /&gt;Hierarchical SRCU implementation.&lt;BR /&gt;smp: Bringing up secondary CPUs ...&lt;BR /&gt;smp: Brought up 1 node, 1 CPU&lt;BR /&gt;SMP: Total of 1 processors activated (6.00 BogoMIPS).&lt;BR /&gt;CPU: All CPU(s) started in SVC mode.&lt;BR /&gt;devtmpfs: initialized&lt;BR /&gt;random: get_random_u32 called from bucket_table_alloc+0x114/0x23c with crng_init=0&lt;BR /&gt;VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5&lt;BR /&gt;clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns&lt;BR /&gt;futex hash table entries: 256 (order: 2, 16384 bytes)&lt;BR /&gt;pinctrl core: initialized pinctrl subsystem&lt;BR /&gt;NET: Registered protocol family 16&lt;BR /&gt;DMA: preallocated 256 KiB pool for atomic coherent allocations&lt;BR /&gt;cpuidle: using governor menu&lt;BR /&gt;vdd3p0: supplied by regulator-dummy&lt;BR /&gt;cpu: supplied by regulator-dummy&lt;BR /&gt;vddsoc: supplied by regulator-dummy&lt;BR /&gt;hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.&lt;BR /&gt;hw-breakpoint: maximum watchpoint size is 8 bytes.&lt;BR /&gt;imx6ul-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver&lt;BR /&gt;imx6ul-pinctrl 2290000.iomuxc-snvs: initialized IMX pinctrl driver&lt;BR /&gt;imx rpmsg driver is registered.&lt;BR /&gt;SCSI subsystem initialized&lt;BR /&gt;libata version 3.00 loaded.&lt;BR /&gt;usbcore: registered new interface driver usbfs&lt;BR /&gt;usbcore: registered new interface driver hub&lt;BR /&gt;usbcore: registered new device driver usb&lt;BR /&gt;Linux video capture interface: v2.00&lt;BR /&gt;pps_core: LinuxPPS API ver. 1 registered&lt;BR /&gt;pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti &amp;lt;giometti@linux.it&amp;gt;&lt;BR /&gt;PTP clock support registered&lt;BR /&gt;MIPI CSI2 driver module loaded&lt;BR /&gt;Advanced Linux Sound Architecture Driver Initialized.&lt;BR /&gt;Bluetooth: Core ver 2.22&lt;BR /&gt;NET: Registered protocol family 31&lt;BR /&gt;Bluetooth: HCI device and connection manager initialized&lt;BR /&gt;Bluetooth: HCI socket layer initialized&lt;BR /&gt;Bluetooth: L2CAP socket layer initialized&lt;BR /&gt;Bluetooth: SCO socket layer initialized&lt;BR /&gt;clocksource: Switched to clocksource mxc_timer1&lt;BR /&gt;VFS: Disk quotas dquot_6.6.0&lt;BR /&gt;VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)&lt;BR /&gt;NET: Registered protocol family 2&lt;BR /&gt;TCP established hash table entries: 4096 (order: 2, 16384 bytes)&lt;BR /&gt;TCP bind hash table entries: 4096 (order: 3, 32768 bytes)&lt;BR /&gt;TCP: Hash tables configured (established 4096 bind 4096)&lt;BR /&gt;UDP hash table entries: 256 (order: 1, 8192 bytes)&lt;BR /&gt;UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)&lt;BR /&gt;NET: Registered protocol family 1&lt;BR /&gt;RPC: Registered named UNIX socket transport module.&lt;BR /&gt;RPC: Registered udp transport module.&lt;BR /&gt;RPC: Registered tcp transport module.&lt;BR /&gt;RPC: Registered tcp NFSv4.1 backchannel transport module.&lt;BR /&gt;Bus freq driver module loaded&lt;BR /&gt;workingset: timestamp_bits=30 max_order=17 bucket_order=0&lt;BR /&gt;NFS: Registering the id_resolver key type&lt;BR /&gt;Key type id_resolver registered&lt;BR /&gt;Key type id_legacy registered&lt;BR /&gt;jffs2: version 2.2. (NAND) ﾂｩ 2001-2006 Red Hat, Inc.&lt;BR /&gt;fuse init (API version 7.26)&lt;BR /&gt;io scheduler noop registered&lt;BR /&gt;io scheduler deadline registered&lt;BR /&gt;io scheduler cfq registered (default)&lt;BR /&gt;io scheduler mq-deadline registered&lt;BR /&gt;io scheduler kyber registered&lt;BR /&gt;imx-weim 21b8000.weim: Driver registered.&lt;BR /&gt;imx-sdma 20ec000.sdma: Falling back to user helper&lt;BR /&gt;mxs-dma 1804000.dma-apbh: initialized&lt;BR /&gt;2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 19, base_baud = 5000000) is a IMX&lt;BR /&gt;console [ttymxc0] enabled&lt;BR /&gt;imx-rng 2284000.rngb: iMX RNG Registered.&lt;BR /&gt;imx sema4 driver is registered.&lt;BR /&gt;[drm] Initialized vivante 1.0.0 20120216 for platform:Vivante GCCore on minor 0&lt;BR /&gt;[drm] Initialized vivante 1.0.0 20120216 on minor 0&lt;BR /&gt;brd: module loaded&lt;BR /&gt;loop: module loaded&lt;BR /&gt;random: fast init done&lt;BR /&gt;nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xd3&lt;BR /&gt;nand: Macronix MX60LF8G18AC&lt;BR /&gt;nand: 1024 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64&lt;BR /&gt;gpmi-nand 1806000.gpmi-nand: mode:5 ,failed in set feature.&lt;BR /&gt;Bad block table found at page 524224, version 0x01&lt;BR /&gt;Bad block table found at page 524160, version 0x01&lt;BR /&gt;nand_read_bbt: bad block at 0x000001460000&lt;BR /&gt;5 cmdlinepart partitions found on MTD device gpmi-nand&lt;BR /&gt;Creating 5 MTD partitions on "gpmi-nand":&lt;BR /&gt;0x000000000000-0x000004000000 : "boot"&lt;BR /&gt;0x000004000000-0x000005000000 : "kernel"&lt;BR /&gt;0x000005000000-0x000006000000 : "dtb"&lt;BR /&gt;0x000006000000-0x000007000000 : "tee"&lt;BR /&gt;0x000007000000-0x000040000000 : "rootfs"&lt;BR /&gt;gpmi-nand 1806000.gpmi-nand: driver registered.&lt;BR /&gt;libphy: Fixed MDIO Bus: probed&lt;BR /&gt;CAN device driver interface&lt;BR /&gt;usbcore: registered new interface driver kaweth&lt;BR /&gt;pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver&lt;BR /&gt;usbcore: registered new interface driver pegasus&lt;BR /&gt;usbcore: registered new interface driver rtl8150&lt;BR /&gt;usbcore: registered new interface driver r8152&lt;BR /&gt;usbcore: registered new interface driver asix&lt;BR /&gt;usbcore: registered new interface driver ax88179_178a&lt;BR /&gt;usbcore: registered new interface driver cdc_ether&lt;BR /&gt;usbcore: registered new interface driver net1080&lt;BR /&gt;usbcore: registered new interface driver cdc_subset&lt;BR /&gt;usbcore: registered new interface driver zaurus&lt;BR /&gt;usbcore: registered new interface driver cdc_ncm&lt;BR /&gt;ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver&lt;BR /&gt;ehci-mxc: Freescale On-Chip EHCI Host driver&lt;BR /&gt;usbcore: registered new interface driver usb-storage&lt;BR /&gt;usbcore: registered new interface driver usb_ehset_test&lt;BR /&gt;usbmisc_imx 2184800.usbmisc: 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator&lt;BR /&gt;imx_usb 2184000.usb: 2184000.usb supply vbus not found, using dummy regulator&lt;BR /&gt;imx_usb 2184200.usb: 2184200.usb supply vbus not found, using dummy regulator&lt;BR /&gt;ci_hdrc ci_hdrc.1: EHCI Host Controller&lt;BR /&gt;ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1&lt;BR /&gt;ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00&lt;BR /&gt;hub 1-0:1.0: USB hub found&lt;BR /&gt;hub 1-0:1.0: 1 port detected&lt;BR /&gt;input: 20cc000.snvs:snvs-powerkey as /devices/soc0/soc/2000000.aips-bus/20cc000.snvs/20cc000.snvs:snvs-powerkey/input/input0&lt;BR /&gt;snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-rtc-lp as rtc0&lt;BR /&gt;i2c /dev entries driver&lt;BR /&gt;IR NEC protocol handler initialized&lt;BR /&gt;IR RC5(x/sz) protocol handler initialized&lt;BR /&gt;IR RC6 protocol handler initialized&lt;BR /&gt;IR JVC protocol handler initialized&lt;BR /&gt;IR Sony protocol handler initialized&lt;BR /&gt;IR SANYO protocol handler initialized&lt;BR /&gt;IR Sharp protocol handler initialized&lt;BR /&gt;IR MCE Keyboard/mouse protocol handler initialized&lt;BR /&gt;IR XMP protocol handler initialized&lt;BR /&gt;imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0)&lt;BR /&gt;Bluetooth: HCI UART driver ver 2.3&lt;BR /&gt;Bluetooth: HCI UART protocol H4 registered&lt;BR /&gt;Bluetooth: HCI UART protocol BCSP registered&lt;BR /&gt;Bluetooth: HCI UART protocol ATH3K registered&lt;BR /&gt;usbcore: registered new interface driver bcm203x&lt;BR /&gt;usbcore: registered new interface driver btusb&lt;BR /&gt;usbcore: registered new interface driver ath3k&lt;BR /&gt;sdhci: Secure Digital Host Controller Interface driver&lt;BR /&gt;sdhci: Copyright(c) Pierre Ossman&lt;BR /&gt;sdhci-pltfm: SDHCI platform and OF driver helper&lt;BR /&gt;usbcore: registered new interface driver usbhid&lt;BR /&gt;usbhid: USB HID core driver&lt;BR /&gt;NET: Registered protocol family 26&lt;BR /&gt;NET: Registered protocol family 10&lt;BR /&gt;Segment Routing with IPv6&lt;BR /&gt;sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver&lt;BR /&gt;NET: Registered protocol family 17&lt;BR /&gt;can: controller area network core (rev 20170425 abi 9)&lt;BR /&gt;NET: Registered protocol family 29&lt;BR /&gt;can: raw protocol (rev 20170425)&lt;BR /&gt;can: broadcast manager protocol (rev 20170425 t)&lt;BR /&gt;can: netlink gateway (rev 20170425) max_hops=1&lt;BR /&gt;Bluetooth: RFCOMM TTY layer initialized&lt;BR /&gt;Bluetooth: RFCOMM socket layer initialized&lt;BR /&gt;Bluetooth: RFCOMM ver 1.11&lt;BR /&gt;Bluetooth: BNEP (Ethernet Emulation) ver 1.3&lt;BR /&gt;Bluetooth: BNEP filters: protocol multicast&lt;BR /&gt;Bluetooth: BNEP socket layer initialized&lt;BR /&gt;Bluetooth: HIDP (Human Interface Emulation) ver 1.2&lt;BR /&gt;Bluetooth: HIDP socket layer initialized&lt;BR /&gt;8021q: 802.1Q VLAN Support v1.8&lt;BR /&gt;lib80211: common routines for IEEE802.11 drivers&lt;BR /&gt;lib80211_crypt: registered algorithm 'NULL'&lt;BR /&gt;lib80211_crypt: registered algorithm 'WEP'&lt;BR /&gt;lib80211_crypt: registered algorithm 'CCMP'&lt;BR /&gt;lib80211_crypt: registered algorithm 'TKIP'&lt;BR /&gt;Key type dns_resolver registered&lt;BR /&gt;Failed to disable 792MHz OPP&lt;BR /&gt;Failed to disable 900MHz OPP&lt;BR /&gt;(NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().&lt;BR /&gt;imx_thermal 2000000.aips-bus:tempmon: Industrial CPU temperature grade - max:105C critical:100C passive:95C&lt;BR /&gt;ubi0: attaching mtd4&lt;BR /&gt;random: crng init done&lt;BR /&gt;ubi0: scanning is finished&lt;BR /&gt;ubi0: attached mtd4 (name "rootfs", size 912 MiB)&lt;BR /&gt;ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes&lt;BR /&gt;ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048&lt;BR /&gt;ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096&lt;BR /&gt;ubi0: good PEBs: 7292, bad PEBs: 4, corrupted PEBs: 0&lt;BR /&gt;ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128&lt;BR /&gt;ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1204072496&lt;BR /&gt;ubi0: available PEBs: 0, total reserved PEBs: 7292, PEBs reserved for bad PEB handling: 156&lt;BR /&gt;ubi0: background thread "ubi_bgt0d" started, PID 90&lt;BR /&gt;snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01 00:00:11 UTC (11)&lt;BR /&gt;gpio_dvfs: disabling&lt;BR /&gt;ALSA device list:&lt;BR /&gt; No soundcards found.&lt;BR /&gt;UBIFS (ubi0:0): recovery needed&lt;BR /&gt;UBIFS (ubi0:0): recovery deferred&lt;BR /&gt;UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "rootfs", R/O mode&lt;BR /&gt;UBIFS (ubi0:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes&lt;BR /&gt;UBIFS (ubi0:0): FS size: 903307264 bytes (861 MiB, 7114 LEBs), journal size 33521664 bytes (31 MiB, 264 LEBs)&lt;BR /&gt;UBIFS (ubi0:0): reserved for root: 4952683 bytes (4836 KiB)&lt;BR /&gt;UBIFS (ubi0:0): media format: w4/r0 (latest is w5/r0), UUID 7D5C19AF-ACCD-433F-8AE5-288E8A4AC243, small LPT model&lt;BR /&gt;VFS: Mounted root (ubifs filesystem) readonly on device 0:14.&lt;BR /&gt;devtmpfs: mounted&lt;BR /&gt;Freeing unused kernel memory: 1024K&lt;BR /&gt;systemd[1]: System time before build time, advancing clock.&lt;BR /&gt;systemd[1]: systemd 237 running in system mode. (-PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)&lt;BR /&gt;systemd[1]: No virtualization found in DMI&lt;BR /&gt;systemd[1]: No virtualization found in CPUID&lt;BR /&gt;systemd[1]: Virtualization XEN not found, /proc/xen does not exist&lt;BR /&gt;systemd[1]: No virtualization found in /proc/device-tree/*&lt;BR /&gt;systemd[1]: No virtualization found in /proc/cpuinfo.&lt;BR /&gt;systemd[1]: This platform does not support /proc/sysinfo&lt;BR /&gt;systemd[1]: Found VM virtualization none&lt;BR /&gt;systemd[1]: Detected architecture arm.&lt;/P&gt;&lt;P&gt;Welcome to NXP i.MX Release Distro 4.14-sumo (sumo)!&lt;/P&gt;&lt;P&gt;systemd[1]: Set hostname to &amp;lt;imx6ull9x9myboard-debug&amp;gt;.&lt;BR /&gt;systemd-fstab-generator[93]: Parsing /etc/fstab&lt;BR /&gt;systemd-getty-generator[94]: Automatically adding serial getty for /dev/ttymxc0.&lt;BR /&gt;systemd-gpt-auto-generator[95]: Neither root nor /usr file system are on a (single) block device.&lt;BR /&gt;systemd-fstab-generator[93]: Found entry what=/dev/root where=/ type=auto makefs=no nofail=no noauto=no&lt;BR /&gt;systemd-fstab-generator[93]: Found entry what=proc where=/proc type=proc makefs=no nofail=no noauto=no&lt;BR /&gt;systemd-fstab-generator[93]: Found entry what=devpts where=/dev/pts type=devpts makefs=no nofail=no noauto=no&lt;BR /&gt;systemd-fstab-generator[93]: Found entry what=tmpfs where=/run type=tmpfs makefs=no nofail=no noauto=no&lt;BR /&gt;systemd-fstab-generator[93]: Found entry what=tmpfs where=/var/volatile type=tmpfs makefs=no nofail=no noauto=no&lt;BR /&gt;[ OK ] Reached target Swap.&lt;BR /&gt;[ OK ] Started Dispatch Password Requests to Console Directory Watch.&lt;BR /&gt;[ OK ] Started Forward Password Requests to Wall Directory Watch.&lt;BR /&gt;[ OK ] Reached target Paths.&lt;BR /&gt;[ OK ] Created slice System Slice.&lt;BR /&gt;[ OK ] Listening on /dev/initctl Compatibility Named Pipe.&lt;BR /&gt;[ OK ] Created slice system-getty.slice.&lt;BR /&gt;[ OK ] Listening on Journal Socket.&lt;BR /&gt; Mounting Kernel Debug File System...&lt;BR /&gt; Mounting Kernel Configuration File System...&lt;BR /&gt; Starting Apply Kernel Variables...&lt;BR /&gt;[ OK ] Listening on Network Service Netlink Socket.&lt;BR /&gt;[ OK ] Listening on Journal Socket (/dev/log).&lt;BR /&gt; Starting File System Check on Root Device...&lt;BR /&gt;[ OK ] Listening on Syslog Socket.&lt;BR /&gt;[ OK ] Created slice User and Session Slice.&lt;BR /&gt;[ OK ] Reached target Slices.&lt;BR /&gt;[ OK ] Listening on udev Control Socket.&lt;BR /&gt; Starting Journal Service...&lt;BR /&gt; Mounting FUSE Control File System...&lt;BR /&gt;[ OK ] Created slice system-serial\x2dgetty.slice.&lt;BR /&gt;[ OK ] Reached target Remote File Systems.&lt;BR /&gt; Mounting Temporary Directory (/tmp)...&lt;BR /&gt;systemd-journald[106]: Found cgroup2 on /sys/fs/cgroup/unified, unified hierarchy for systemd controller&lt;BR /&gt;[ OK ] Listening on udev Kernel Socket.&lt;BR /&gt;systemd-journald[106]: Fixed min_use=1.0M max_use=64.0M max_size=8.0M min_size=512.0K keep_free=36.9M n_max_files=100&lt;BR /&gt; Starting udev Coldplug all Devices...&lt;BR /&gt;[ OK ] Mounted Kernel Debug File System.&lt;BR /&gt;systemd-journald[106]: Reserving 14563 entries in hash table.&lt;BR /&gt;[ OK ] Mounted Kernel Configuration File System.&lt;BR /&gt;systemd-journald[106]: Vacuuming...&lt;BR /&gt;systemd-journald[106]: Vacuuming done, freed 0B of archived journals from /run/log/journal/7227bfd4ea574f929e074af7b044fbf5.&lt;BR /&gt;systemd-journald[106]: Flushing /dev/kmsg...&lt;BR /&gt;[ OK ] Started Apply Kernel Variables.&lt;BR /&gt;[ OK ] Started File System Check on Root Device.&lt;BR /&gt;[ OK ] Mounted FUSE Control File System.&lt;BR /&gt;[ OK ] Mounted Temporary Directory (/tmp).&lt;BR /&gt;systemd-journald[106]: Compressed data object 538 -&amp;gt; 292 using XZ&lt;BR /&gt; Starting Remount Root and Kernel File Systems...&lt;BR /&gt;UBIFS (ubi0:0): completing deferred recovery&lt;BR /&gt;UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 115&lt;BR /&gt;UBIFS (ubi0:0): deferred recovery completed&lt;BR /&gt;[ OK ] Started Remount Root and Kernel File Systems.&lt;BR /&gt;systemd-journald[106]: systemd-journald running as pid 106&lt;BR /&gt; Starting Create Static Device Nosystemd-journald[106]: Sent READY=1 notification.&lt;BR /&gt;des in /dev...&lt;BR /&gt;systemd-journald[106]: Sent WATCHDOG=1 notification.&lt;BR /&gt;[ OK ] Started Journal Service.&lt;BR /&gt; Starting Flush Journal to Persistent Storage...&lt;BR /&gt;[ OK ] Started Create Static Device Nodes in /dev.&lt;BR /&gt; Starting udev Kernel Device Manager...&lt;BR /&gt;[ OK ] Reached target Local File Systems (Pre).&lt;BR /&gt;[ OK ] Reached target Containers.&lt;BR /&gt; Mounting /var/volatile...&lt;BR /&gt;[ OK ] Mounted /var/volatile.&lt;BR /&gt; Starting Load/Save Random Seed...&lt;BR /&gt;[ OK ] Reached target Local File Systems.&lt;BR /&gt;[ OK ] Started Flush Journal to Persistent Storage.&lt;BR /&gt;[ OK ] Started Load/Save Random Seed.&lt;BR /&gt; Starting Create Volatile Files and Directories...&lt;BR /&gt;[ OK ] Started udev Kernel Device Manager.&lt;BR /&gt; Starting Network Service...&lt;BR /&gt;[ OK ] Started Create Volatile Files and Directories.&lt;BR /&gt; Starting Update UTMP about System Boot/Shutdown...&lt;BR /&gt; Starting Network Time Synchronization...&lt;BR /&gt;systemd[1]: Accepted new private connection.&lt;BR /&gt;systemd[1]: systemd-timesyncd.service: User lookup succeeded: uid=998 gid=996&lt;BR /&gt;systemd[1]: systemd-journald.service: Got notification message from PID 106 (FDSTORE=1)&lt;BR /&gt;systemd[1]: systemd-journald.service: Added fd 42 (n/a) to fd store.&lt;BR /&gt;systemd[1]: Bus n/a: changing state AUTHENTICATING 竊 坦UNNING&lt;BR /&gt;systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=1 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a&lt;BR /&gt;systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=2 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a&lt;BR /&gt;systemd[1]: Got message type=method_call sender=n/a destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 interface=org.freedesktop.DBus.Properties member=Get cookie=1 reply_cookie=0 signature=ss error-name=n/a error-message=n/a&lt;BR /&gt;systemd[1]: Sent message type=method_return sender=org.freedesktop.systemd1 destination=n/a path=n/a interface=n/a member=n/a cookie=3 reply_cookie=1 signature=v error-name=n/a error-message=n/a&lt;BR /&gt;systemd[1]: Received SIGCHLD from PID 135 (systemd-update-).&lt;BR /&gt;[ OK ] Started Update UTMP about System Boot/Shutdown.&lt;BR /&gt;[ OK ] Started Network Service.&lt;BR /&gt; Starting Network Name Resolution...&lt;BR /&gt;[ OK ] Started udev Coldplug all Devices.&lt;BR /&gt;[ OK ] Started Network Time Synchronization.&lt;BR /&gt;[ OK ] Reached target System Time Synchronized.&lt;BR /&gt;[ OK ] Reached target System Initialization.&lt;BR /&gt;[ OK ] Listening on D-Bus System Message Bus Socket.&lt;BR /&gt;[ OK ] Reached target Sockets.&lt;BR /&gt;[ OK ] Reached target Basic System.&lt;BR /&gt;systemd-journald[106]: Successfully sent stream file descriptor to service manager.&lt;BR /&gt;[ OK ] Started System Logging Service.&lt;BR /&gt;systemd-journald[106]: Successfully sent stream file descriptor to service manager.&lt;BR /&gt;[ OK ] Started Kernel Logging Service.&lt;BR /&gt; Starting Login Service...&lt;BR /&gt;systemd-journald[106]: Successfully sent stream file descriptor to service manager.&lt;BR /&gt;[ OK ] Started Getty on tty1.&lt;BR /&gt;systemd-journald[106]: Successfully sent stream file descriptor to service manager.&lt;BR /&gt;[ OK ] Started TEE Supplicant.&lt;BR /&gt;[ OK ] Started Daily Cleanup of Temporary Directories.&lt;BR /&gt;[ OK ] Reached target Timers.&lt;BR /&gt;systemd-journald[106]: Successfully sent stream file descriptor to service manager.&lt;BR /&gt;[ OK ] Started D-Bus System Message Bus.&lt;BR /&gt;[ OK ] Started Network Name Resolution.&lt;BR /&gt;systemd[1]: dev-mtdblock0.device: Changed dead -&amp;gt; plugged&lt;BR /&gt;systemd[1]: dev-mtdblock2.device: Changed dead -&amp;gt; plugged&lt;BR /&gt;systemd[1]: dev-mtdblock3.device: Changed dead -&amp;gt; plugged&lt;BR /&gt;systemd[1]: sys-devices-soc0-soc-1806000.gpmi\x2dnand-mtd-mtd3-mtdblock3.device: Changed dead -&amp;gt; plugged&lt;BR /&gt;systemd[1]: sys-devices-soc0-soc-1806000.gpmi\x2dnand-mtd-mtd4-mtdblock4.device: Changed dead -&amp;gt; plugged&lt;BR /&gt;evbug: Connected device: input0 (20cc000.snvs:snvs-powerkey at snvs-pwrkey/input0)&lt;BR /&gt;[ OK ] Found device /dev/ttymxc0.&lt;BR /&gt;[ OK ] Started Login Service.&lt;BR /&gt;systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dlogind_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=10 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a&lt;BR /&gt;imx-sdma 20ec000.sdma: external firmware not found, using ROM firmware&lt;BR /&gt;systemd[1]: serial-getty@ttymxc0.service: Forked /sbin/agetty as 149&lt;BR /&gt;systemd[1]: serial-getty@ttymxc0.service: Changed dead -&amp;gt; running&lt;BR /&gt;[ OK ] Started Serial Getty on ttymxc0.&lt;BR /&gt;[ OK ] Reached target Login Prompts.&lt;BR /&gt;systemd[1]: multi-user.target changed dead -&amp;gt; active&lt;BR /&gt;systemd[1]: multi-user.target: Job multi-user.target/start finished, result=done&lt;BR /&gt;[ OK ] Reached target Multi-User System.&lt;BR /&gt;systemd-journald[106]: Successfully sent stream file descriptor to service manager.&lt;BR /&gt; Starting Update UTMP about System Runlevel Changes...&lt;BR /&gt;[ OK ] Reached target Host and Network Name Lookups.&lt;BR /&gt;[ OK ] Reached target Network.&lt;BR /&gt;[ OK ] Started Update UTMP about System Runlevel Changes.&lt;BR /&gt;systemd-journald[106]: Successfully sent stream file descriptor to service manager.&lt;BR /&gt;systemd-journald[106]: Successfully sent stream file descriptor to service manager.&lt;/P&gt;&lt;P&gt;NXP i.MX Release Distro 4.14-sumo imx6ull9x9myboard-debug ttymxc0&lt;/P&gt;&lt;P&gt;imx6ull9x9titan-debug login: root&lt;BR /&gt;root@imx6ull9x9myboard-debug:~#&lt;BR /&gt;root@imx6ull9x9myboard-debug:~#&lt;BR /&gt;root@imx6ull9x9myboard-debug:~#&lt;BR /&gt;root@imx6ull9x9myboard-debug:~#&lt;BR /&gt;root@imx6ull9x9myboard-debug:~#&lt;BR /&gt;root@imx6ull9x9myboard-debug:~#&lt;BR /&gt;Bus freq set to 24000000 start...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From this LOG, the system appears to be trying to change the DDR bus clock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is the cause of this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2019 03:33:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/My-board-using-i-mx6ull-hangs-after-kernel-startup/m-p/915145#M137780</guid>
      <dc:creator>f_takahashi</dc:creator>
      <dc:date>2019-09-12T03:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: My board using i.mx6ull hangs after kernel startup.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/My-board-using-i-mx6ull-hangs-after-kernel-startup/m-p/915146#M137781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fumitaka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;From this LOG, the system appears to be trying to change the DDR bus clock.&lt;/P&gt;&lt;P&gt;&amp;gt;Where is the cause of this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reason may be ddr errors or issues with power supplies, one can rerun ddr test and try with minimal&lt;/P&gt;&lt;P&gt;image. Check power supplies using &lt;A href="https://www.nxp.com/webapp/Download?colCode=IMX6ULLHDG" target="_blank"&gt;&lt;STRONG&gt;Hardware Development Guide for the i.MX 6ULL Applications Processor&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2019 05:58:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/My-board-using-i-mx6ull-hangs-after-kernel-startup/m-p/915146#M137781</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-09-12T05:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: My board using i.mx6ull hangs after kernel startup.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/My-board-using-i-mx6ull-hangs-after-kernel-startup/m-p/915147#M137782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to igor for support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The cause of the problem was the DDR setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We used "I.MX6ULL_DDR3_Script_Aid_V0.01.xlsx" to configure DDR, but some configuration values did not match the values indicated by this tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tool instructed "setmem/32 0x021b0020 = 0x00007800 // MMDC0_MDREF", but the problem was solved by setting "setmem/32 0x021b0020 = 0x00000800 // MMDC0_MDREF".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We used the value of "board/freescale/mx6ullevk/imximage.cfg" in the u-boot code to change the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we use "I.MX6ULL_DDR3_Script_Aid_V0.01.xlsx", are there any other items to be aware of?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Sep 2019 02:01:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/My-board-using-i-mx6ull-hangs-after-kernel-startup/m-p/915147#M137782</guid>
      <dc:creator>f_takahashi</dc:creator>
      <dc:date>2019-09-22T02:01:34Z</dc:date>
    </item>
  </channel>
</rss>

