Console stops after buildroot login

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

Console stops after buildroot login

1,331 Views
surajkumarmokha
Contributor I

Hello,

I am using imx6q sabrelite board with sd card booting with buildroot has my development tool.

I am able to boot till kernel and able to see buildroot login. But once password is provided. console stops responding.

Any suggestions where can be the issue.

Below is boot log :

U-Boot 2016.03 (Dec 06 2016 - 16:41:34 +0530)

CPU:   Freescale i.MX6Q rev1.2 at 792 MHz
Reset cause: POR
Board: SABRE Lite
I2C:   ready
DRAM:  1 GiB
MMC:   FSL_SDHC: 0, FSL_SDHC: 1
SF: Detected SST25VF016B with page size 256 Bytes, erase size 4 KiB, total 2 MiB
Display: hdmi:1920x1080M@60 (1920x1080)
In:    serial
Out:   serial
Err:   serial
Net:   Micrel ksz9021 at 6
FEC [PRIME], usb_ether
Hit any key to stop autoboot:  0
=> setenv mmc_bootargs 'setenv bootargs console=ttymxc1,115200 root=/dev/mmcblk1p1 rootfstype=ext4 rw consoleblank=0 loglevel=7'
=> setenv mmc_boot 'run mmc_bootargs;mmc dev 1;ext4load mmc 1:1 0x18000000 imx6q-nitrogen6x.dtb;ext4load mmc 1:1 0x12000000 zImage;bootz 0x12000000 - 0x18000000'            
=> setenv bootcmd 'run mmc_boot'
=> boot
switch to partitions #0, OK
mmc1 is current device
52800 bytes read in 149 ms (345.7 KiB/s)
5463352 bytes read in 406 ms (12.8 MiB/s)
Kernel image @ 0x12000000 [ 0x000000 - 0x535d38 ]
## Flattened Device Tree blob at 18000000
   Booting using the fdt blob at 0x18000000
   Using Device Tree in place at 18000000, end 1800fe3f

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.74 (suraj@suraj-ubuntu-lap) (gcc version 7.4.0 (Buildroot 2019.02.5) ) #17 SMP PREEMPT Wed Sep 11 18:20:23 IST 2019
[    0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt:Machine model: Boundary Devices i.MX6 Quad Nitrogen6x Board
[    0.000000] Reserved memory: created CMA memory pool at 0x3c000000, size 320 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] percpu: Embedded 14 pages/cpu @ab6f9000 s26124 r8192 d23028 u57344
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260096
[    0.000000] Kernel command line: console=ttymxc1,115200 root=/dev/mmcblk1p1 rootfstype=ext4 rw consoleblank=0 loglevel=7
[    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: 697680K/1048576K available (8192K kernel code, 366K rwdata, 2100K rodata, 1024K init, 467K bss, 23216K reserved, 327680K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xc0800000 - 0xff800000   (1008 MB)
[    0.000000]     lowmem  : 0x80000000 - 0xc0000000   (1024 MB)
[    0.000000]     pkmap   : 0x7fe00000 - 0x80000000   (   2 MB)
[    0.000000]     modules : 0x7f000000 - 0x7fe00000   (  14 MB)
[    0.000000]       .text : 0x80008000 - 0x80900000   (9184 kB)
[    0.000000]       .init : 0x80c00000 - 0x80d00000   (1024 kB)
[    0.000000]       .data : 0x80d00000 - 0x80d5ba00   ( 367 kB)
[    0.000000]        .bss : 0x80d5d000 - 0x80dd1ec4   ( 468 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] L2C-310 errata 752271 769419 enabled
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[    0.000000] L2C-310 ID prefetch enabled, offset 16 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 cache controller enabled, 16 ways, 1024 kB
[    0.000000] L2C-310: CACHE_ID 0x410000c7, AUX_CTRL 0x76470001
[    0.000000] Switching to timer-based delay loop, resolution 333ns
[    0.000007] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns
[    0.000027] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
[    0.001626] Console: colour dummy device 80x30
[    0.001647] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
[    0.001664] pid_max: default: 32768 minimum: 301
[    0.001736] Security Framework initialized
[    0.001747] Yama: becoming mindful.
[    0.001788] AppArmor: AppArmor initialized
[    0.001828] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001840] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002432] CPU: Testing write buffer coherency: ok
[    0.002810] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.002872] Setting up static identity map for 0x10100000 - 0x10100058
[    0.169787] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.239777] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.309778] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.309886] Brought up 4 CPUs
[    0.309913] SMP: Total of 4 processors activated (24.00 BogoMIPS).
[    0.309924] CPU: All CPU(s) started in SVC mode.
[    0.310759] devtmpfs: initialized
[    0.325185] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.325507] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.325532] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.342220] pinctrl core: initialized pinctrl subsystem
[    0.343439] NET: Registered protocol family 16
[    0.353029] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.389533] cpuidle: using governor menu
[    0.389720] CPU identified as i.MX6Q, silicon rev 1.2
[    0.419991] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.420008] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.421320] imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
[    0.424047] imx-gpc 20dc000.gpc: no fsl,ldo-bypass found!
[    0.424195] imx-gpc 20dc000.gpc: Registered imx-gpc
[    0.486632] mxs-dma 110000.dma-apbh: initialized
[    0.490160] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 28, base_baud = 5000000) is a IMX
[    0.491066] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 77, base_baud = 5000000) is a IMX
[    0.954415] console [ttymxc1] enabled
[    0.958721] 21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 78, base_baud = 5000000) is a IMX
[    0.968602] SCSI subsystem initialized
[    0.972885] usbcore: registered new interface driver usbfs
[    0.978448] usbcore: registered new interface driver hub
[    0.983887] usbcore: registered new device driver usb
[    0.989161] 2000000.aips-bus:usbphy_nop1 supply vcc not found, using dummy regulator
[    0.997080] 2000000.aips-bus:usbphy_nop2 supply vcc not found, using dummy regulator
[    1.005631] imx-i2c 21a0000.i2c: stop-delay=0, inter-byte-delay=0
[    1.012276] i2c i2c-0: IMX I2C adapter registered
[    1.017004] i2c i2c-0: can't use DMA, using PIO instead.
[    1.022769] imx-i2c 21a4000.i2c: stop-delay=0, inter-byte-delay=0
[    1.029612] i2c i2c-1: IMX I2C adapter registered
[    1.034337] i2c i2c-1: can't use DMA, using PIO instead.
[    1.040036] imx-i2c 21a8000.i2c: stop-delay=0, inter-byte-delay=0
[    1.047331] i2c i2c-2: IMX I2C adapter registered
[    1.052086] i2c i2c-2: can't use DMA, using PIO instead.
[    1.057889] Linux video capture interface: v2.00
[    1.062583] pps_core: LinuxPPS API ver. 1 registered
[    1.067557] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.076735] PTP clock support registered
[    1.109536] imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
[    1.139534] imx-ipuv3 2800000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
[    1.148613] mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 driver probed
[    1.155357] mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 dphy version is 0x3130302a
[    1.163318] MIPI CSI2 driver module loaded
[    1.167875] imx rpmsg driver is registered.
[    1.172276] Advanced Linux Sound Architecture Driver Initialized.
[    1.179701] Bluetooth: Core ver 2.22
[    1.183322] NET: Registered protocol family 31
[    1.187775] Bluetooth: HCI device and connection manager initialized
[    1.194170] Bluetooth: HCI socket layer initialized
[    1.199066] Bluetooth: L2CAP socket layer initialized
[    1.204180] Bluetooth: SCO socket layer initialized
[    1.209081] NetLabel: Initializing
[    1.212514] NetLabel:  domain hash size = 128
[    1.216878] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.221922] NetLabel:  unlabeled traffic allowed by default
[    1.228030] clocksource: Switched to clocksource mxc_timer1
[    1.233755] VFS: Disk quotas dquot_6.6.0
[    1.237754] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.245067] AppArmor: AppArmor Filesystem Enabled
[    1.262653] NET: Registered protocol family 2
[    1.267673] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    1.274836] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    1.281425] TCP: Hash tables configured (established 8192 bind 8192)
[    1.287857] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    1.293846] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    1.300421] NET: Registered protocol family 1
[    1.305291] RPC: Registered named UNIX socket transport module.
[    1.311247] RPC: Registered udp transport module.
[    1.315958] RPC: Registered tcp transport module.
[    1.320689] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.327640] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[    1.337921] Bus freq driver module loaded
[    1.343159] audit: initializing netlink subsys (disabled)
[    1.348640] audit: type=2000 audit(1.280:1): initialized
[    1.354927] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[    1.368734] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.376058] NFS: Registering the id_resolver key type
[    1.381172] Key type id_resolver registered
[    1.385367] Key type id_legacy registered
[    1.389658] fuse init (API version 7.26)
[    1.400481] io scheduler noop registered
[    1.404421] io scheduler deadline registered
[    1.408917] io scheduler cfq registered (default)
[    1.416192] OF: PCI: host bridge /soc/pcie@0x01000000 ranges:
[    1.422026] OF: PCI:   No bus range found for /soc/pcie@0x01000000, using [bus 00-ff]
[    1.429912] OF: PCI:    IO 0x01f80000..0x01f8ffff -> 0x00000000
[    1.435855] OF: PCI:   MEM 0x01000000..0x01efffff -> 0x01000000
[    1.650745] imx6q-pcie 1ffc000.pcie: phy link never came up
[    1.656333] imx6q-pcie 1ffc000.pcie: Link never came up
[    1.664669] imx6q-pcie 1ffc000.pcie: failed to initialize host
[    1.670600] imx6q-pcie: probe of 1ffc000.pcie failed with error -110
[    1.685330] 20e0000.hdmi_video supply HDMI not found, using dummy regulator
[    1.694739] add tfp410 i2c driver
[    1.702018] imx-sdma 20ec000.sdma: no iram assigned, using external mem
[    1.709099] imx-sdma 20ec000.sdma: loaded firmware 3.3
[    1.721031] imx sema4 driver is registered.
[    1.725287] [drm] Initialized
[    1.728804] [drm] Initialized vivante 1.0.0 20120216 on minor 0
[    1.747364] brd: module loaded
[    1.757966] loop: module loaded
[    1.761321] [max77823_init] start
[    1.766114] ahci-imx 2200000.sata: fsl,transmit-level-mV not specified, using 00000024
[    1.774082] ahci-imx 2200000.sata: fsl,transmit-boost-mdB not specified, using 00000480
[    1.782155] ahci-imx 2200000.sata: fsl,transmit-atten-16ths not specified, using 00002000
[    1.790385] ahci-imx 2200000.sata: fsl,receive-eq-mdB not specified, using 05000000
[    1.801930] ahci-imx 2200000.sata: SSS flag set, parallel bus scan disabled
[    1.808961] ahci-imx 2200000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[    1.817766] ahci-imx 2200000.sata: flags: ncq sntf stag pm led clo only pmp pio slum part ccc apst
[    1.828282] scsi host0: ahci-imx
[    1.831882] ata1: SATA max UDMA/133 mmio [mem 0x02200000-0x02203fff] port 0x100 irq 85
[    1.843227] m25p80 spi0.0: sst25vf016b (2048 Kbytes)
[    1.848272] 3 ofpart partitions found on MTD device spi0.0
[    1.853768] Creating 3 MTD partitions on "spi0.0":
[    1.858596] 0x000000000000-0x0000000c0000 : "U-Boot"
[    1.864969] 0x0000000c0000-0x0000000c2000 : "env"
[    1.870970] 0x0000000c2000-0x000000200000 : "splash"
[    1.877260] spi_imx 2008000.ecspi: probed
[    1.882322] libphy: Fixed MDIO Bus: probed
[    1.886877] CAN device driver interface
[    1.891098] 2090000.flexcan supply xceiver not found, using dummy regulator
[    1.899077] flexcan 2090000.flexcan: device registered (reg_base=c0b14000, irq=36)
[    1.908224] 2188000.ethernet supply phy not found, using dummy regulator
[    1.915518] pps pps0: new PPS source ptp0
[    1.920785] libphy: fec_enet_mii_bus: probed
[    1.925073] mdio_bus 2188000.ethernet-1: /soc/aips-bus@02100000/ethernet@02188000/mdio/ethernet-phy has invalid PHY address
[    1.948656] fec 2188000.ethernet eth0: registered PHC device 0
[    1.954860] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.961426] ehci-pci: EHCI PCI platform driver
[    1.966019] usbcore: registered new interface driver cdc_acm
[    1.971746] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.979866] usbcore: registered new interface driver usb-storage
[    1.985994] usbcore: registered new interface driver usbserial
[    1.991937] usbcore: registered new interface driver usbserial_generic
[    1.998543] usbserial: USB Serial support registered for generic
[    2.004604] usbcore: registered new interface driver cp210x
[    2.010279] usbserial: USB Serial support registered for cp210x
[    2.016249] usbcore: registered new interface driver ftdi_sio
[    2.022067] usbserial: USB Serial support registered for FTDI USB Serial Device
[    2.029471] usbcore: registered new interface driver keyspan
[    2.035178] usbserial: USB Serial support registered for Keyspan - (without firmware)
[    2.043078] usbserial: USB Serial support registered for Keyspan 1 port adapter
[    2.050457] usbserial: USB Serial support registered for Keyspan 2 port adapter
[    2.057822] usbserial: USB Serial support registered for Keyspan 4 port adapter
[    2.065251] usbcore: registered new interface driver pl2303
[    2.070892] usbserial: USB Serial support registered for pl2303
[    2.076860] usbcore: registered new interface driver qcserial
[    2.082672] usbserial: USB Serial support registered for Qualcomm USB modem
[    2.091360] 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
[    2.099723] setup_reset_gpios:-2, flags 0
[    2.109535] setup_reset_gpios:204, flags 1
[    2.138078] setup_reset_gpios:-2, flags 1
[    2.142240] 2184200.usb supply vbus not found, using dummy regulator
[    2.151964] ci_hdrc ci_hdrc.1: EHCI Host Controller
[    2.156879] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1
[    2.169724] ata1: SATA link down (SStatus 0 SControl 300)
[    2.175170] ahci-imx 2200000.sata: no device found, disabling link.
[    2.181481] ahci-imx 2200000.sata: pass ahci_imx..hotplug=1 to enable hotplug
[    2.188071] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
[    2.189067] hub 1-0:1.0: USB hub found
[    2.189113] hub 1-0:1.0: 1 port detected
[    2.190356] mousedev: PS/2 mouse device common for all mice
[    2.192204] check_alarm_past: alarm in the past
[    2.192440] snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-r as rtc0
[    2.192622] i2c /dev entries driver
[    2.195931] imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0)
[    2.196685] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    2.197533] sdhci: Secure Digital Host Controller Interface driver
[    2.197537] sdhci: Copyright(c) Pierre Ossman
[    2.197541] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.358053] mmc2: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
[    2.365790] sdhci-esdhc-imx 2198000.usdhc: could not get ultra high speed state, work on normal mode
[    2.398088] sdhci-esdhc-imx 2198000.usdhc: Got CD GPIO
[    2.478195] mmc0: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
[    2.485963] sdhci-esdhc-imx 219c000.usdhc: could not get ultra high speed state, work on normal mode
[    2.498104] sdhci-esdhc-imx 219c000.usdhc: Got CD GPIO
[    2.568307] mmc1: SDHCI controller on 219c000.usdhc [219c000.usdhc] using ADMA
[    2.577521] mxc_vpu 2040000.vpu_fsl: VPU initialized
[    2.588505] mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed
[    2.597842] caam 2100000.caam: ERA source: CAAMVID.
[    2.602831] caam 2100000.caam: AXI pipeline throttling enabled.
[    2.610059] caam 2100000.caam: Entropy delay = 3200
[    2.656132] mmc1: host does not support reading read-only switch, assuming write-enable
[    2.670443] mmc1: new high speed SDXC card at address 59b4
[    2.675775] caam 2100000.caam: Instantiated RNG4 SH0
[    2.681545] mmcblk1: mmc1:59b4 00000 59.7 GiB
[    2.687639]  mmcblk1: p1
[    2.736536] caam 2100000.caam: Instantiated RNG4 SH1
[    2.741544] caam 2100000.caam: device ID = 0x0a16010000000000 (Era 4)
[    2.747999] caam 2100000.caam: job rings = 2, qi = 0
[    2.760386] caam algorithms registered in /proc/crypto
[    2.770011] caam_jr 2101000.jr0: registering rng-caam
[    2.776122] usbcore: registered new interface driver usbhid
[    2.781738] usbhid: USB HID core driver
[    2.788053] sgtl5000 0-000a: sgtl5000 revision 0x11
[    2.794702] sgtl5000 0-000a: Using internal LDO instead of VDDD: check ER1
[    2.829927] random: fast init done
[    2.834217] fsl-ssi-dai 2028000.ssi: No cache defaults, reading back from HW
[    2.841767] fsl-ssi-dai 202c000.ssi: No cache defaults, reading back from HW
[    2.864503] imx-sgtl5000 sound: sgtl5000 <-> 2028000.ssi mapping ok
[    2.872215] imx-sgtl5000 sound: ASoC: Cannot get gpio at index 0: -2
[    2.878962] NET: Registered protocol family 26
[    2.884021] NET: Registered protocol family 10
[    2.889654] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    2.896348] NET: Registered protocol family 17
[    2.900844] can: controller area network core (rev 20120528 abi 9)
[    2.907242] NET: Registered protocol family 29
[    2.911733] can: raw protocol (rev 20120528)
[    2.916017] can: broadcast manager protocol (rev 20161123 t)
[    2.921712] can: netlink gateway (rev 20130117) max_hops=1
[    2.927473] Bluetooth: RFCOMM TTY layer initialized
[    2.932398] Bluetooth: RFCOMM socket layer initialized
[    2.937565] Bluetooth: RFCOMM ver 1.11
[    2.941357] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.946682] Bluetooth: BNEP filters: protocol multicast
[    2.951942] Bluetooth: BNEP socket layer initialized
[    2.956980] 8021q: 802.1Q VLAN Support v1.8
[    2.961877] rfkill_gpio bt_rfkill: bt_rfkill device registered.
[    2.967948] Key type dns_resolver registered
[    2.974656] cpu cpu0: Registered imx6q-cpufreq
[    2.979268] Registering SWP/SWPB emulation handler
[    2.984782] AppArmor: AppArmor sha1 policy hashing enabled
[    3.004887] imx_thermal 2000000.aips-bus:tempmon: Automotive CPU temperature grade - max:125C critical:120C passive:115C
[    3.016115] snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01 00:04:54 UTC (294)
[    3.026226] usb_otg_vbus: disabling
[    3.029754] ALSA device list:
[    3.032734]   #0: sgtl5000-audio
[    3.382736] EXT4-fs (mmcblk1p1): recovery complete
[    3.393561] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)
[    3.401724] VFS: Mounted root (ext4 filesystem) on device 179:33.
[    3.407976] devtmpfs: mounted
[    3.413813] Freeing unused kernel memory: 1024K
[    3.531297] EXT4-fs (mmcblk1p1): re-mounted. Opts: data=ordered
[    3.538099] usb 1-1: new high-speed USB device number 2 using ci_hdrc
Starting syslogd: OK
Starting klogd: OK
Initializing random number generator... done.
Starting network: OK

[    3.765764] hub 1-1:1.0: USB hub found
[    3.769701] hub 1-1:1.0: 3 ports detected
Welcome to Buildroot
buildroot login: root

Thanks in advance.

Labels (1)
0 Kudos
Reply
2 Replies

1,178 Views
gary_bisson
Senior Contributor III

Hi,

Are you still facing this issue?

Regards,

Gary

0 Kudos
Reply

1,178 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Surajkumar Mokhasi,

The i.MX6Q SABRELite is manufactured and supported by Boundary Devices. You don’t mention which BSP you are using but I would use the recommended BSP by Boundary Devices and I would contact them if the image is having problems login in.

My apologies for the inconvenience,

Regards.

0 Kudos
Reply