My board using i.mx6ull hangs after kernel startup.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

My board using i.mx6ull hangs after kernel startup.

Jump to solution
2,482 Views
f_takahashi
Contributor II

Hi, everyone in the NXP community

I am building a new BSP with a new board using i.mx6ull.
I calibrated DDR, bitbake u-boot and Linux kernel and root FS, and wrote the image to the board with Mfgtoo.

However, there is a problem that the system hangs immediately after the kernel boot is finished.

This problem always occurs every time.

LOG at startup

U-Boot 2018.03-imx_v2018.03_4.14.98_2.0.0_ga+g87a19df5e4 (Sep 11 2019 - 07:00:22 +0000)

CPU: Freescale i.MX6ULL rev1.1 528 MHz (running at 396 MHz)
CPU: Industrial temperature grade (-40C to 105C) at 42C
Reset cause: POR
Model: My Board
Board: MX6ULL 9x9 My Board
DRAM: 512 MiB
NAND: 1024 MiB
MMC:
Loading Environment from NAND... *** Warning - bad CRC, using default environment

Failed (-5)
Display: TFT43AB (480x272)
Video: LCDIF@0x21c8000 is fused, disable it
In: serial
Out: serial
Err: serial
Net: No ethernet found.
Fastboot: Normal
Normal Boot
Hit any key to stop autoboot: 0
=> env print
baudrate=115200
board_name=EVK
board_rev=9X9
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)
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
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;
bootdelay=3
console=ttymxc0
emmc_ack=1
emmc_dev=1
ethprime=eth1
fdt_addr=0x83000000
fdt_high=0xffffffff
fdtcontroladdr=9ef0dc70
initrd_addr=0x83800000
initrd_high=0xffffffff
kboot=bootz
loadaddr=0x80800000
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
panel=TFT43AB
sd_dev=1
tee=no

Environment size: 1298/131068 bytes
=> env edit bootargs
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
=> env print
baudrate=115200
board_name=EVK
board_rev=9X9
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
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
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;
bootdelay=3
console=ttymxc0
emmc_ack=1
emmc_dev=1
ethprime=eth1
fdt_addr=0x83000000
fdt_high=0xffffffff
fdtcontroladdr=9ef0dc70
initrd_addr=0x83800000
initrd_high=0xffffffff
kboot=bootz
loadaddr=0x80800000
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
panel=TFT43AB
sd_dev=1
tee=no

Environment size: 1303/131068 bytes
=> boot

NAND read: device 0 offset 0x4000000, size 0x800000
8388608 bytes read: OK

NAND read: device 0 offset 0x5000000, size 0x100000
1048576 bytes read: OK
Kernel image @ 0x80800000 [ 0x000000 - 0x71d508 ]
## Flattened Device Tree blob at 83000000
Booting using the fdt blob at 0x83000000
Using Device Tree in place at 83000000, end 830095cf
Modify /soc/aips-bus@02000000/tsc@02040000:status disabled
Modify /soc/aips-bus@02200000/epdc@0228c000:status disabled
Modify /soc/aips-bus@02000000/can@02094000:status disabled
Modify /soc/aips-bus@02100000/lcdif@021c8000:status disabled
Modify /soc/aips-bus@02100000/pxp@021cc000:status disabled
Modify /soc/aips-bus@02100000/csi@021c4000:status disabled
Modify /soc/aips-bus@02000000/ethernet@020b4000:status disabled
ft_system_setup for mx6
No PMIC found!

Starting kernel ...

Booting Linux on physical CPU 0x0
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
CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c53c7d
CPU: div instructions available: patching division code
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
OF: fdt: Machine model: My Board
Memory policy: Data cache writealloc
cma: Reserved 96 MiB at 0x9a000000
On node 0 totalpages: 131072
free_area_init_node: node 0, pgdat 80fa4600, node_mem_map 99bc7000
Normal zone: 1024 pages used for memmap
Normal zone: 0 pages reserved
Normal zone: 131072 pages, LIFO batch:31
percpu: Embedded 16 pages/cpu @99ba5000 s35532 r8192 d21812 u65536
pcpu-alloc: s35532 r8192 d21812 u65536 alloc=16*4096
pcpu-alloc: [0] 0
Built 1 zonelists, mobility grouping on. Total pages: 130048
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
PID hash table entries: 2048 (order: 1, 8192 bytes)
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 405648K/524288K available (9216K kernel code, 661K rwdata, 3316K rodata, 1024K init, 442K bss, 20336K reserved, 98304K cma-reserved, 0K highmem)
Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xa0800000 - 0xff800000 (1520 MB)
lowmem : 0x80000000 - 0xa0000000 ( 512 MB)
pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
.text : 0x80008000 - 0x80a00000 (10208 kB)
.init : 0x80e00000 - 0x80f00000 (1024 kB)
.data : 0x80f00000 - 0x80fa5780 ( 662 kB)
.bss : 0x80fa7000 - 0x81015ba0 ( 443 kB)
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Preemptible hierarchical RCU implementation.
RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
Tasks RCU enabled.
RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
Switching to timer-based delay loop, resolution 333ns
sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns
clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
Console: colour dummy device 80x30
Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
CPU: Testing write buffer coherency: ok
/cpus/cpu@0 missing clock-frequency property
CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Setting up static identity map for 0x80100000 - 0x80100060
Hierarchical SRCU implementation.
smp: Bringing up secondary CPUs ...
smp: Brought up 1 node, 1 CPU
SMP: Total of 1 processors activated (6.00 BogoMIPS).
CPU: All CPU(s) started in SVC mode.
devtmpfs: initialized
random: get_random_u32 called from bucket_table_alloc+0x114/0x23c with crng_init=0
VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
futex hash table entries: 256 (order: 2, 16384 bytes)
pinctrl core: initialized pinctrl subsystem
NET: Registered protocol family 16
DMA: preallocated 256 KiB pool for atomic coherent allocations
cpuidle: using governor menu
vdd3p0: supplied by regulator-dummy
cpu: supplied by regulator-dummy
vddsoc: supplied by regulator-dummy
hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
hw-breakpoint: maximum watchpoint size is 8 bytes.
imx6ul-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
imx6ul-pinctrl 2290000.iomuxc-snvs: initialized IMX pinctrl driver
imx rpmsg driver is registered.
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
Linux video capture interface: v2.00
pps_core: LinuxPPS API ver. 1 registered
pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
PTP clock support registered
MIPI CSI2 driver module loaded
Advanced Linux Sound Architecture Driver Initialized.
Bluetooth: Core ver 2.22
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO socket layer initialized
clocksource: Switched to clocksource mxc_timer1
VFS: Disk quotas dquot_6.6.0
VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
NET: Registered protocol family 2
TCP established hash table entries: 4096 (order: 2, 16384 bytes)
TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 4096 bind 4096)
UDP hash table entries: 256 (order: 1, 8192 bytes)
UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
NET: Registered protocol family 1
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
Bus freq driver module loaded
workingset: timestamp_bits=30 max_order=17 bucket_order=0
NFS: Registering the id_resolver key type
Key type id_resolver registered
Key type id_legacy registered
jffs2: version 2.2. (NAND) ツゥ 2001-2006 Red Hat, Inc.
fuse init (API version 7.26)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
io scheduler mq-deadline registered
io scheduler kyber registered
imx-weim 21b8000.weim: Driver registered.
imx-sdma 20ec000.sdma: Falling back to user helper
mxs-dma 1804000.dma-apbh: initialized
2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 19, base_baud = 5000000) is a IMX
console [ttymxc0] enabled
imx-rng 2284000.rngb: iMX RNG Registered.
imx sema4 driver is registered.
[drm] Initialized vivante 1.0.0 20120216 for platform:Vivante GCCore on minor 0
[drm] Initialized vivante 1.0.0 20120216 on minor 0
brd: module loaded
loop: module loaded
random: fast init done
nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xd3
nand: Macronix MX60LF8G18AC
nand: 1024 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
gpmi-nand 1806000.gpmi-nand: mode:5 ,failed in set feature.
Bad block table found at page 524224, version 0x01
Bad block table found at page 524160, version 0x01
nand_read_bbt: bad block at 0x000001460000
5 cmdlinepart partitions found on MTD device gpmi-nand
Creating 5 MTD partitions on "gpmi-nand":
0x000000000000-0x000004000000 : "boot"
0x000004000000-0x000005000000 : "kernel"
0x000005000000-0x000006000000 : "dtb"
0x000006000000-0x000007000000 : "tee"
0x000007000000-0x000040000000 : "rootfs"
gpmi-nand 1806000.gpmi-nand: driver registered.
libphy: Fixed MDIO Bus: probed
CAN device driver interface
usbcore: registered new interface driver kaweth
pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
usbcore: registered new interface driver pegasus
usbcore: registered new interface driver rtl8150
usbcore: registered new interface driver r8152
usbcore: registered new interface driver asix
usbcore: registered new interface driver ax88179_178a
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver net1080
usbcore: registered new interface driver cdc_subset
usbcore: registered new interface driver zaurus
usbcore: registered new interface driver cdc_ncm
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci-mxc: Freescale On-Chip EHCI Host driver
usbcore: registered new interface driver usb-storage
usbcore: registered new interface driver usb_ehset_test
usbmisc_imx 2184800.usbmisc: 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
imx_usb 2184000.usb: 2184000.usb supply vbus not found, using dummy regulator
imx_usb 2184200.usb: 2184200.usb supply vbus not found, using dummy regulator
ci_hdrc ci_hdrc.1: EHCI Host Controller
ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1
ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
input: 20cc000.snvs:snvs-powerkey as /devices/soc0/soc/2000000.aips-bus/20cc000.snvs/20cc000.snvs:snvs-powerkey/input/input0
snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-rtc-lp as rtc0
i2c /dev entries driver
IR NEC protocol handler initialized
IR RC5(x/sz) protocol handler initialized
IR RC6 protocol handler initialized
IR JVC protocol handler initialized
IR Sony protocol handler initialized
IR SANYO protocol handler initialized
IR Sharp protocol handler initialized
IR MCE Keyboard/mouse protocol handler initialized
IR XMP protocol handler initialized
imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0)
Bluetooth: HCI UART driver ver 2.3
Bluetooth: HCI UART protocol H4 registered
Bluetooth: HCI UART protocol BCSP registered
Bluetooth: HCI UART protocol ATH3K registered
usbcore: registered new interface driver bcm203x
usbcore: registered new interface driver btusb
usbcore: registered new interface driver ath3k
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pltfm: SDHCI platform and OF driver helper
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
NET: Registered protocol family 26
NET: Registered protocol family 10
Segment Routing with IPv6
sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
NET: Registered protocol family 17
can: controller area network core (rev 20170425 abi 9)
NET: Registered protocol family 29
can: raw protocol (rev 20170425)
can: broadcast manager protocol (rev 20170425 t)
can: netlink gateway (rev 20170425) max_hops=1
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM ver 1.11
Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Bluetooth: BNEP filters: protocol multicast
Bluetooth: BNEP socket layer initialized
Bluetooth: HIDP (Human Interface Emulation) ver 1.2
Bluetooth: HIDP socket layer initialized
8021q: 802.1Q VLAN Support v1.8
lib80211: common routines for IEEE802.11 drivers
lib80211_crypt: registered algorithm 'NULL'
lib80211_crypt: registered algorithm 'WEP'
lib80211_crypt: registered algorithm 'CCMP'
lib80211_crypt: registered algorithm 'TKIP'
Key type dns_resolver registered
Failed to disable 792MHz OPP
Failed to disable 900MHz OPP
(NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
imx_thermal 2000000.aips-bus:tempmon: Industrial CPU temperature grade - max:105C critical:100C passive:95C
ubi0: attaching mtd4
random: crng init done
ubi0: scanning is finished
ubi0: attached mtd4 (name "rootfs", size 912 MiB)
ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
ubi0: good PEBs: 7292, bad PEBs: 4, corrupted PEBs: 0
ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1204072496
ubi0: available PEBs: 0, total reserved PEBs: 7292, PEBs reserved for bad PEB handling: 156
ubi0: background thread "ubi_bgt0d" started, PID 90
snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01 00:00:11 UTC (11)
gpio_dvfs: disabling
ALSA device list:
No soundcards found.
UBIFS (ubi0:0): recovery needed
UBIFS (ubi0:0): recovery deferred
UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "rootfs", R/O mode
UBIFS (ubi0:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
UBIFS (ubi0:0): FS size: 903307264 bytes (861 MiB, 7114 LEBs), journal size 33521664 bytes (31 MiB, 264 LEBs)
UBIFS (ubi0:0): reserved for root: 4952683 bytes (4836 KiB)
UBIFS (ubi0:0): media format: w4/r0 (latest is w5/r0), UUID 7D5C19AF-ACCD-433F-8AE5-288E8A4AC243, small LPT model
VFS: Mounted root (ubifs filesystem) readonly on device 0:14.
devtmpfs: mounted
Freeing unused kernel memory: 1024K
systemd[1]: System time before build time, advancing clock.
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)
systemd[1]: No virtualization found in DMI
systemd[1]: No virtualization found in CPUID
systemd[1]: Virtualization XEN not found, /proc/xen does not exist
systemd[1]: No virtualization found in /proc/device-tree/*
systemd[1]: No virtualization found in /proc/cpuinfo.
systemd[1]: This platform does not support /proc/sysinfo
systemd[1]: Found VM virtualization none
systemd[1]: Detected architecture arm.

Welcome to NXP i.MX Release Distro 4.14-sumo (sumo)!

systemd[1]: Set hostname to <imx6ull9x9myboard-debug>.
systemd-fstab-generator[93]: Parsing /etc/fstab
systemd-getty-generator[94]: Automatically adding serial getty for /dev/ttymxc0.
systemd-gpt-auto-generator[95]: Neither root nor /usr file system are on a (single) block device.
systemd-fstab-generator[93]: Found entry what=/dev/root where=/ type=auto makefs=no nofail=no noauto=no
systemd-fstab-generator[93]: Found entry what=proc where=/proc type=proc makefs=no nofail=no noauto=no
systemd-fstab-generator[93]: Found entry what=devpts where=/dev/pts type=devpts makefs=no nofail=no noauto=no
systemd-fstab-generator[93]: Found entry what=tmpfs where=/run type=tmpfs makefs=no nofail=no noauto=no
systemd-fstab-generator[93]: Found entry what=tmpfs where=/var/volatile type=tmpfs makefs=no nofail=no noauto=no
[ OK ] Reached target Swap.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Reached target Paths.
[ OK ] Created slice System Slice.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Created slice system-getty.slice.
[ OK ] Listening on Journal Socket.
Mounting Kernel Debug File System...
Mounting Kernel Configuration File System...
Starting Apply Kernel Variables...
[ OK ] Listening on Network Service Netlink Socket.
[ OK ] Listening on Journal Socket (/dev/log).
Starting File System Check on Root Device...
[ OK ] Listening on Syslog Socket.
[ OK ] Created slice User and Session Slice.
[ OK ] Reached target Slices.
[ OK ] Listening on udev Control Socket.
Starting Journal Service...
Mounting FUSE Control File System...
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Reached target Remote File Systems.
Mounting Temporary Directory (/tmp)...
systemd-journald[106]: Found cgroup2 on /sys/fs/cgroup/unified, unified hierarchy for systemd controller
[ OK ] Listening on udev Kernel Socket.
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
Starting udev Coldplug all Devices...
[ OK ] Mounted Kernel Debug File System.
systemd-journald[106]: Reserving 14563 entries in hash table.
[ OK ] Mounted Kernel Configuration File System.
systemd-journald[106]: Vacuuming...
systemd-journald[106]: Vacuuming done, freed 0B of archived journals from /run/log/journal/7227bfd4ea574f929e074af7b044fbf5.
systemd-journald[106]: Flushing /dev/kmsg...
[ OK ] Started Apply Kernel Variables.
[ OK ] Started File System Check on Root Device.
[ OK ] Mounted FUSE Control File System.
[ OK ] Mounted Temporary Directory (/tmp).
systemd-journald[106]: Compressed data object 538 -> 292 using XZ
Starting Remount Root and Kernel File Systems...
UBIFS (ubi0:0): completing deferred recovery
UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 115
UBIFS (ubi0:0): deferred recovery completed
[ OK ] Started Remount Root and Kernel File Systems.
systemd-journald[106]: systemd-journald running as pid 106
Starting Create Static Device Nosystemd-journald[106]: Sent READY=1 notification.
des in /dev...
systemd-journald[106]: Sent WATCHDOG=1 notification.
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Containers.
Mounting /var/volatile...
[ OK ] Mounted /var/volatile.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Load/Save Random Seed.
Starting Create Volatile Files and Directories...
[ OK ] Started udev Kernel Device Manager.
Starting Network Service...
[ OK ] Started Create Volatile Files and Directories.
Starting Update UTMP about System Boot/Shutdown...
Starting Network Time Synchronization...
systemd[1]: Accepted new private connection.
systemd[1]: systemd-timesyncd.service: User lookup succeeded: uid=998 gid=996
systemd[1]: systemd-journald.service: Got notification message from PID 106 (FDSTORE=1)
systemd[1]: systemd-journald.service: Added fd 42 (n/a) to fd store.
systemd[1]: Bus n/a: changing state AUTHENTICATING 竊 坦UNNING
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
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
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
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
systemd[1]: Received SIGCHLD from PID 135 (systemd-update-).
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Service.
Starting Network Name Resolution...
[ OK ] Started udev Coldplug all Devices.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Synchronized.
[ OK ] Reached target System Initialization.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
systemd-journald[106]: Successfully sent stream file descriptor to service manager.
[ OK ] Started System Logging Service.
systemd-journald[106]: Successfully sent stream file descriptor to service manager.
[ OK ] Started Kernel Logging Service.
Starting Login Service...
systemd-journald[106]: Successfully sent stream file descriptor to service manager.
[ OK ] Started Getty on tty1.
systemd-journald[106]: Successfully sent stream file descriptor to service manager.
[ OK ] Started TEE Supplicant.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timers.
systemd-journald[106]: Successfully sent stream file descriptor to service manager.
[ OK ] Started D-Bus System Message Bus.
[ OK ] Started Network Name Resolution.
systemd[1]: dev-mtdblock0.device: Changed dead -> plugged
systemd[1]: dev-mtdblock2.device: Changed dead -> plugged
systemd[1]: dev-mtdblock3.device: Changed dead -> plugged
systemd[1]: sys-devices-soc0-soc-1806000.gpmi\x2dnand-mtd-mtd3-mtdblock3.device: Changed dead -> plugged
systemd[1]: sys-devices-soc0-soc-1806000.gpmi\x2dnand-mtd-mtd4-mtdblock4.device: Changed dead -> plugged
evbug: Connected device: input0 (20cc000.snvs:snvs-powerkey at snvs-pwrkey/input0)
[ OK ] Found device /dev/ttymxc0.
[ OK ] Started Login Service.
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
imx-sdma 20ec000.sdma: external firmware not found, using ROM firmware
systemd[1]: serial-getty@ttymxc0.service: Forked /sbin/agetty as 149
systemd[1]: serial-getty@ttymxc0.service: Changed dead -> running
[ OK ] Started Serial Getty on ttymxc0.
[ OK ] Reached target Login Prompts.
systemd[1]: multi-user.target changed dead -> active
systemd[1]: multi-user.target: Job multi-user.target/start finished, result=done
[ OK ] Reached target Multi-User System.
systemd-journald[106]: Successfully sent stream file descriptor to service manager.
Starting Update UTMP about System Runlevel Changes...
[ OK ] Reached target Host and Network Name Lookups.
[ OK ] Reached target Network.
[ OK ] Started Update UTMP about System Runlevel Changes.
systemd-journald[106]: Successfully sent stream file descriptor to service manager.
systemd-journald[106]: Successfully sent stream file descriptor to service manager.

NXP i.MX Release Distro 4.14-sumo imx6ull9x9myboard-debug ttymxc0

imx6ull9x9titan-debug login: root
root@imx6ull9x9myboard-debug:~#
root@imx6ull9x9myboard-debug:~#
root@imx6ull9x9myboard-debug:~#
root@imx6ull9x9myboard-debug:~#
root@imx6ull9x9myboard-debug:~#
root@imx6ull9x9myboard-debug:~#
Bus freq set to 24000000 start...

From this LOG, the system appears to be trying to change the DDR bus clock.

Where is the cause of this problem?

Thank you

0 Kudos
1 Solution
2,074 Views
igorpadykov
NXP Employee
NXP Employee

Hi Fumitaka

>From this LOG, the system appears to be trying to change the DDR bus clock.

>Where is the cause of this problem?

reason may be ddr errors or issues with power supplies, one can rerun ddr test and try with minimal

image. Check power supplies using Hardware Development Guide for the i.MX 6ULL Applications Processor

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
2 Replies
2,075 Views
igorpadykov
NXP Employee
NXP Employee

Hi Fumitaka

>From this LOG, the system appears to be trying to change the DDR bus clock.

>Where is the cause of this problem?

reason may be ddr errors or issues with power supplies, one can rerun ddr test and try with minimal

image. Check power supplies using Hardware Development Guide for the i.MX 6ULL Applications Processor

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
2,074 Views
f_takahashi
Contributor II

Thanks to igor for support.

The cause of the problem was the DDR setting.

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.

The tool instructed "setmem/32 0x021b0020 = 0x00007800 // MMDC0_MDREF", but the problem was solved by setting "setmem/32 0x021b0020 = 0x00000800 // MMDC0_MDREF".

We used the value of "board/freescale/mx6ullevk/imximage.cfg" in the u-boot code to change the value.

When we use "I.MX6ULL_DDR3_Script_Aid_V0.01.xlsx", are there any other items to be aware of?

Thank you.

0 Kudos