After applying all commands, the kernel doesn't load correctly

24 views
Skip to first unread message

jennifer Dsilva

unread,
May 11, 2020, 12:13:18 AM5/11/20
to BeagleBoard

I followed all the commands written such as setting bootargs and loading uimage and dtb file


but on loading the kernel, it is stuck and the last logs I see are those:


[  OK  ] Found device /dev/ttyO0.

[  OK  ] Reached target Sound Card.

[ TIME ] Timed out waiting for device dev-ttyGS0.device.

[DEPEND] Dependency failed for Serial Getty on ttyGS0.


this is the entire log


U-Boot# load mmc 1:2 0x82000000 /boot/uImage

4270840 bytes read in 730 ms (5.6 MiB/s)

U-Boot# load mmc 1:2 0x88000000 /boot/am335x-boneblack.dtb

24129 bytes read in 32 ms (736.3 KiB/s)

U-Boot# setenv bootargs console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw

U-Boot# bootm 0x82000000 - 0x88000000

## Booting kernel from Legacy Image at 82000000 ...

   Image Name:   Angstrom/3.8.13/beaglebone

   Image Type:   ARM Linux Kernel Image (uncompressed)

   Data Size:    4270776 Bytes = 4.1 MiB

   Load Address: 80008000

   Entry Point:  80008000

   Verifying Checksum ... OK

## Flattened Device Tree blob at 88000000

   Booting using the fdt blob at 0x88000000

   Loading Kernel Image ... OK

OK

   Using Device Tree in place at 88000000, end 88008e40


Starting kernel ...


Uncompressing Linux... done, booting the kernel.

[    0.000000] Booting Linux on physical CPU 0x0

[    0.000000] Initializing cgroup subsys cpu

[    0.000000] Linux version 3.8.13 (koen@rrMBP) (gcc version 4.7.3 20130205 (pr                                                                                        erelease) (Linaro GCC 4.7-2013.02-01) ) #1 SMP Tue Jun 18 02:11:09 EDT 2013

[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=50c5387d

[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instructio                                                                                        n cache

[    0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x                                                                                         BeagleBone

[    0.000000] Memory policy: ECC disabled, Data cache writeback

[    0.000000] AM335X ES1.0 (neon )

[    0.000000] PERCPU: Embedded 8 pages/cpu @c0af3000 s9408 r8192 d15168 u32768

[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pag                                                                                        es: 129792

[    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 r                                                                                        w

[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)

[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)

[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)

[    0.000000] __ex_table already sorted, skipping sort

[    0.000000] allocated 1048576 bytes of page_cgroup

[    0.000000] please try 'cgroup_disable=memory' option if you don't want memor                                                                                        y cgroups

[    0.000000] Memory: 511MB = 511MB total

[    0.000000] Memory: 510560k/510560k available, 13728k reserved, 0K highmem

[    0.000000] Virtual kernel memory layout:

[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)

[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)

[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)

[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)

[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)

[    0.000000]     modules : 0xbf800000 - 0xbfe00000   (   6 MB)

[    0.000000]       .text : 0xc0008000 - 0xc05d5914   (5943 kB)

[    0.000000]       .init : 0xc05d6000 - 0xc06174c0   ( 262 kB)

[    0.000000]       .data : 0xc0618000 - 0xc0689ca0   ( 456 kB)

[    0.000000]        .bss : 0xc0689ca0 - 0xc06e36bc   ( 359 kB)

[    0.000000] Hierarchical RCU implementation.

[    0.000000]  RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.

[    0.000000] NR_IRQS:16 nr_irqs:16 16

[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrup                                                                                        ts

[    0.000000] Total of 128 interrupts on 1 active controller

[    0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz

[    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 17895                                                                                        6ms

[    0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz

[    0.000000] Console: colour dummy device 80x30

[    0.000352] Calibrating delay loop... 545.07 BogoMIPS (lpj=531968)

[    0.015426] pid_max: default: 32768 minimum: 301

[    0.015659] Security Framework initialized

[    0.015753] Mount-cache hash table entries: 512

[    0.025818] Initializing cgroup subsys cpuacct

[    0.025854] Initializing cgroup subsys memory

[    0.025916] Initializing cgroup subsys blkio

[    0.026054] CPU: Testing write buffer coherency: ok

[    0.026590] CPU0: thread -1, cpu 0, socket -1, mpidr 0

[    0.026668] Setting up static identity map for 0x80370ee0 - 0x80370f2c

[    0.028070] Brought up 1 CPUs

[    0.028096] SMP: Total of 1 processors activated (545.07 BogoMIPS).

[    0.029376] devtmpfs: initialized

[    0.093900] pinctrl core: initialized pinctrl subsystem

[    0.094115] rstctl core: initialized rstctl subsystem

[    0.094604] regulator-dummy: no parameters

[    0.095110] NET: Registered protocol family 16

[    0.095899] DMA: preallocated 256 KiB pool for atomic coherent allocations

[    0.105698] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568

[    0.106466] platform 49000000.edma: alias fck already exists

[    0.106499] platform 49000000.edma: alias fck already exists

[    0.106527] platform 49000000.edma: alias fck already exists

[    0.107904] OMAP GPIO hardware version 0.1

[    0.112586] gpio-rctrl rstctl.3: loaded OK

[    0.117924] hw-breakpoint: debug architecture 0x4 unsupported.

[    0.120066] cpsw.0: No hwaddr in dt. Using 04:a3:16:b5:37:f5 from efuse

[    0.120100] cpsw.1: No hwaddr in dt. Using 04:a3:16:b5:37:f7 from efuse

[    0.134462] bio: create slab <bio-0> at 0

[    0.146469] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver

[    0.146926] vmmcsd_fixed: 3300 mV

[    0.149748] SCSI subsystem initialized

[    0.150225] usbcore: registered new interface driver usbfs

[    0.150341] usbcore: registered new interface driver hub

[    0.150615] usbcore: registered new device driver usb

[    0.152674] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz

[    0.154166] input: tps65217_pwr_but as /devices/ocp.2/44e0b000.i2c/i2c-0/0-00                                                                                        24/input/input0

[    0.156413] DCDC1: at 1500 mV

[    0.157560] vdd_mpu: 925 <--> 1325 mV at 1100 mV

[    0.158747] vdd_core: 925 <--> 1150 mV at 1100 mV

[    0.159843] LDO1: at 1800 mV

[    0.161013] LDO2: at 3300 mV

[    0.162938] LDO3: 1800 mV

[    0.164080] LDO4: at 3300 mV

[    0.165075] tps65217 0-0024: TPS65217 ID 0xe version 1.2

[    0.165766] omap_i2c 44e0b000.i2c: unable to select pin group

[    0.166530] omap_i2c 4819c000.i2c: bus 1 rev0.11 at 100 kHz

[    0.168879] omap_i2c 4819c000.i2c: unable to select pin group

[    0.169096] media: Linux media interface: v0.10

[    0.169197] Linux video capture interface: v2.00

[    0.170012] Advanced Linux Sound Architecture Driver Initialized.

[    0.171160] Switching to clocksource gp_timer

[    0.189238] NET: Registered protocol family 2

[    0.190238] TCP established hash table entries: 4096 (order: 3, 32768 bytes)

[    0.190379] TCP bind hash table entries: 4096 (order: 4, 81920 bytes)

[    0.190542] TCP: Hash tables configured (established 4096 bind 4096)

[    0.190635] TCP: reno registered

[    0.190661] UDP hash table entries: 256 (order: 1, 12288 bytes)

[    0.190708] UDP-Lite hash table entries: 256 (order: 1, 12288 bytes)

[    0.191194] NET: Registered protocol family 1

[    0.191769] RPC: Registered named UNIX socket transport module.

[    0.191789] RPC: Registered udp transport module.

[    0.191804] RPC: Registered tcp transport module.

[    0.191817] RPC: Registered tcp NFSv4.1 backchannel transport module.

[    0.192870] CPU PMU: probing PMU on CPU 0

[    0.192900] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counter                                                                                        s available

[    0.193351] omap2_mbox_probe: platform not supported

[    0.197219] VFS: Disk quotas dquot_6.5.2

[    0.197455] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

[    0.198690] NFS: Registering the id_resolver key type

[    0.198795] Key type id_resolver registered

[    0.198814] Key type id_legacy registered

[    0.198878] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.

[    0.199330] msgmni has been set to 997

[    0.202156] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2                                                                                        50)

[    0.202183] io scheduler noop registered

[    0.202199] io scheduler deadline registered

[    0.202240] io scheduler cfq registered (default)

[    0.203956] tps65217-bl tps65217-bl: no platform data provided

[    0.203998] tps65217-bl: probe of tps65217-bl failed with error -22

[    0.204966] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled

[    0.207489] omap_uart 44e09000.serial: did not get pins for uart0 error: -19

[    0.207779] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88) is a OMAP UA                                                                                        RT0

[    0.896958] console [ttyO0] enabled

[    0.901644] [drm] Initialized drm 1.1.0 20060810

[    0.920193] brd: module loaded

[    0.930450] loop: module loaded

[    0.933904] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write

[    0.941196] at24 1-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write

[    0.948490] at24 1-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write

[    0.955770] at24 1-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write

[    0.963047] at24 1-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write

[    0.977299] bone-capemgr bone_capemgr.8: Baseboard: 'A335BNLT,00C0,3016BBBK1A                                                                                        41'

[    0.985090] bone-capemgr bone_capemgr.8: compatible-baseboard=ti,beaglebone-b                                                                                        lack

[    1.022853] bone-capemgr bone_capemgr.8: slot #0: No cape found

[    1.059953] bone-capemgr bone_capemgr.8: slot #1: No cape found

[    1.097060] bone-capemgr bone_capemgr.8: slot #2: No cape found

[    1.134169] bone-capemgr bone_capemgr.8: slot #3: No cape found

[    1.140427] bone-capemgr bone_capemgr.8: slot #4: specific override

[    1.147034] bone-capemgr bone_capemgr.8: bone: Using override eeprom data at                                                                                         slot 4

[    1.155076] bone-capemgr bone_capemgr.8: slot #4: 'Bone-LT-eMMC-2G,00A0,Texas                                                                                         Instrument,BB-BONE-EMMC-2G'

[    1.165224] bone-capemgr bone_capemgr.8: slot #5: specific override

[    1.171827] bone-capemgr bone_capemgr.8: bone: Using override eeprom data at                                                                                         slot 5

[    1.179868] bone-capemgr bone_capemgr.8: slot #5: 'Bone-Black-HDMI,00A0,Texas                                                                                         Instrument,BB-BONELT-HDMI'

[    1.189927] bone-capemgr bone_capemgr.8: slot #6: specific override

[    1.196530] bone-capemgr bone_capemgr.8: bone: Using override eeprom data at                                                                                         slot 6

[    1.204571] bone-capemgr bone_capemgr.8: slot #6: 'Bone-Black-HDMIN,00A0,Texa                                                                                        s Instrument,BB-BONELT-HDMIN'

[    1.215169] bone-capemgr bone_capemgr.8: loader: before slot-4 BB-BONE-EMMC-2                                                                                        G:00A0 (prio 1)

[    1.224045] bone-capemgr bone_capemgr.8: loader: check slot-4 BB-BONE-EMMC-2G                                                                                        :00A0 (prio 1)

[    1.232931] bone-capemgr bone_capemgr.8: loader: before slot-5 BB-BONELT-HDMI                                                                                        :00A0 (prio 1)

[    1.241703] bone-capemgr bone_capemgr.8: loader: check slot-5 BB-BONELT-HDMI:                                                                                        00A0 (prio 1)

[    1.250410] bone-capemgr bone_capemgr.8: initialized OK.

[    1.256016] bone-capemgr bone_capemgr.8: loader: before slot-6 BB-BONELT-HDMI                                                                                        N:00A0 (prio 2)

[    1.264871] bone-capemgr bone_capemgr.8: loader: check slot-6 BB-BONELT-HDMIN                                                                                        :00A0 (prio 2)

[    1.275604] OneNAND driver initializing

[    1.281197] usbcore: registered new interface driver asix

[    1.286917] bone-capemgr bone_capemgr.8: loader: after slot-4 BB-BONE-EMMC-2G                                                                                        :00A0 (prio 1)

[    1.295792] usbcore: registered new interface driver cdc_ether

[    1.301951] bone-capemgr bone_capemgr.8: loader: after slot-5 BB-BONELT-HDMI:                                                                                        00A0 (prio 1)

[    1.310640] bone-capemgr bone_capemgr.8: loader: check slot-6 BB-BONELT-HDMIN                                                                                        :00A0 (prio 2)

[    1.319513] usbcore: registered new interface driver smsc95xx

[    1.325585] bone-capemgr bone_capemgr.8: slot #4: Requesting firmware 'cape-b                                                                                        one-2g-emmc1.dtbo' for board-name 'Bone-LT-eMMC-2G', version '00A0'

[    1.339303] usbcore: registered new interface driver net1080

[    1.345347] usbcore: registered new interface driver cdc_subset

[    1.351589] bone-capemgr bone_capemgr.8: slot #4: dtbo 'cape-bone-2g-emmc1.dt                                                                                        bo' loaded; converting to live tree

[    1.362312] bone-capemgr bone_capemgr.8: slot #5: Requesting firmware 'cape-b                                                                                        oneblack-hdmi-00A0.dtbo' for board-name 'Bone-Black-HDMI', version '00A0'

[    1.376505] usbcore: registered new interface driver zaurus

[    1.382521] usbcore: registered new interface driver cdc_ncm

[    1.388754] bone-capemgr bone_capemgr.8: slot #4: #2 overlays

[    1.394833] bone-capemgr bone_capemgr.8: slot #5: dtbo 'cape-boneblack-hdmi-0                                                                                        0A0.dtbo' loaded; converting to live tree

[    1.406889] usbcore: registered new interface driver cdc_acm

[    1.412859] cdc_acm: USB Abstract Control Model driver for USB modems and ISD                                                                                        N adapters

[    1.421250] Initializing USB Mass Storage driver...

[    1.427321] bone-capemgr bone_capemgr.8: slot #4: Applied #2 overlays.

[    1.434198] bone-capemgr bone_capemgr.8: loader: done slot-4 BB-BONE-EMMC-2G:                                                                                        00A0 (prio 1)

[    1.442904] bone-capemgr bone_capemgr.8: loader: check slot-6 BB-BONELT-HDMIN                                                                                        :00A0 (prio 2)

[    1.452771] bone-capemgr bone_capemgr.8: slot #5: #4 overlays

[    1.460985] platform 4830e000.fb: alias fck already exists

[    1.467050] usbcore: registered new interface driver usb-storage

[    1.473396] USB Mass Storage support registered.

[    1.480022] bone-capemgr bone_capemgr.8: slot #5: Applied #4 overlays.

[    1.486900] bone-capemgr bone_capemgr.8: loader: done slot-5 BB-BONELT-HDMI:0                                                                                        0A0 (prio 1)

[    1.495512] bone-capemgr bone_capemgr.8: loader: check slot-6 BB-BONELT-HDMIN                                                                                        :00A0 (prio 2)

[    1.504480] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)

[    1.510854] bone-capemgr bone_capemgr.8: loader: after slot-6 BB-BONELT-HDMIN                                                                                        :00A0 (prio 2)

[    1.520031] musb-hdrc musb-hdrc.0.auto: pdev->id = 0

[    1.525298] musb-hdrc musb-hdrc.0.auto: drivers/usb/musb/musb_dsps.c:468 dsps                                                                                        _musb_init: OK

[    1.534317] musb-hdrc musb-hdrc.0.auto: *** mode=3

[    1.539390] musb-hdrc musb-hdrc.0.auto: *** power=250

[    1.544739] bone-capemgr bone_capemgr.8: slot #6: Requesting firmware 'cape-b                                                                                        oneblack-hdmin-00A0.dtbo' for board-name 'Bone-Black-HDMIN', version '00A0'

[    1.559891] musb-hdrc musb-hdrc.1.auto: pdev->id = 1

[    1.565175] musb-hdrc musb-hdrc.1.auto: drivers/usb/musb/musb_dsps.c:468 dsps                                                                                        _musb_init: OK

[    1.574169] musb-hdrc musb-hdrc.1.auto: *** mode=1

[    1.579233] musb-hdrc musb-hdrc.1.auto: *** power=250

[    1.584550] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver

[    1.590884] bone-capemgr bone_capemgr.8: slot #6: dtbo 'cape-boneblack-hdmin-                                                                                        00A0.dtbo' loaded; converting to live tree

[    1.602389] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus                                                                                         number 1

[    1.611014] bone-capemgr bone_capemgr.8: slot #6: BB-BONELT-HDMIN conflict P8                                                                                        .45 (#5:BB-BONELT-HDMI)

[    1.620614] bone-capemgr bone_capemgr.8: slot #6: Failed verification

[    1.627392] bone-capemgr bone_capemgr.8: loader: failed to load slot-6 BB-BON                                                                                        ELT-HDMIN:00A0 (prio 2)

[    1.637196] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

[    1.644335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=                                                                                        1

[    1.651919] usb usb1: Product: MUSB HDRC host driver

[    1.657142] usb usb1: Manufacturer: Linux 3.8.13 musb-hcd

[    1.662818] usb usb1: SerialNumber: musb-hdrc.1.auto

[    1.669445] hub 1-0:1.0: USB hub found

[    1.673460] hub 1-0:1.0: 1 port detected

[    1.678964] mousedev: PS/2 mouse device common for all mice

[    1.687241] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0

[    1.695042] i2c /dev entries driver

[    1.700390] Driver for 1-wire Dallas network protocol.

[    1.707307] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec

[    1.714878] cpuidle: using governor ladder

[    1.719204] cpuidle: using governor menu

[    1.723791] omap_hsmmc mmc.4: of_parse_phandle_with_args of 'reset' failed

[    1.731032] omap_hsmmc mmc.4: Failed to get rstctl; not using any

[    1.737464] omap_hsmmc mmc.4: unable to select pin group

[    1.743308] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25

[    1.750520] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24

[    1.757873] mmc.4 supply vmmc_aux not found, using dummy regulator

[    1.764498] omap_hsmmc mmc.4: pins are not configured from the driver

[    1.798568] gpio-rctrl rstctl.3: gpio_rctrl_request eMMC_RSTn

[    1.804772] omap_hsmmc mmc.10: Got rstctl (gpio:#0 name eMMC_RSTn) label:eMMC                                                                                        _RSTn

[    1.812771] gpio-rctrl rstctl.3: gpio_rctrl_deassert eMMC_RSTn

[    1.819217] edma-dma-engine edma-dma-engine.0: allocated channel for 0:3

[    1.826366] edma-dma-engine edma-dma-engine.0: allocated channel for 0:2

[    1.833884] mmc.10 supply vmmc_aux not found, using dummy regulator

[    1.840630] omap_hsmmc mmc.10: pins are not configured from the driver

[    1.874889] pinctrl-single 44e10800.pinmux: pin 44e10854 already requested by 44e10800.pinmux; cannot claim for gpio-leds.7

[    1.886620] pinctrl-single 44e10800.pinmux: pin-21 (gpio-leds.7) status -22

[    1.893931] pinctrl-single 44e10800.pinmux: could not request pin 21 on device pinctrl-single

[    1.902918] leds-gpio gpio-leds.7: pins are not configured from the driver

[    1.911275] ledtrig-cpu: registered to indicate activity on CPUs

[    1.918094] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36

[    1.925352] omap-sham 53100000.sham: hw accel on OMAP rev 4.3

[    1.933843] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2

[    1.940162] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5

[    1.947424] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6

[    1.955716] usbcore: registered new interface driver usbhid

[    1.961651] usbhid: USB HID core driver

[    1.969833] davinci_evm sound.13:  nxp-hdmi-hifi <-> 48038000.mcasp mapping ok

[    1.981343] TCP: cubic registered

[    1.984880] Initializing XFRM netlink socket

[    1.989403] NET: Registered protocol family 17

[    1.994180] NET: Registered protocol family 15

[    1.999026] Key type dns_resolver registered

[    2.003731] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3

[    2.011926] ThumbEE CPU extension supported.

[    2.016497] Registering SWP/SWPB emulation handler

[    2.022599] registered taskstats version 1

[    2.028274] slave hdmi.12: modes-blacklisted #0 -> 1920x1080@25

[    2.034558] slave hdmi.12: modes-blacklisted #1 -> 832x624@75

[    2.040684] mmc1: BKOPS_EN bit is not set

[    2.046726] tilcdc 4830e000.fb: No power control GPIO

[    2.058743] mmc1: new high speed MMC card at address 0001

[    2.065240] mmcblk0: mmc1:0001 S10004 3.56 GiB

[    2.070425] mmcblk0boot0: mmc1:0001 S10004 partition 1 4.00 MiB

[    2.077002] mmcblk0boot1: mmc1:0001 S10004 partition 2 4.00 MiB

[    2.084770]  mmcblk0: p1 p2

[    2.091588]  mmcblk0boot1: unknown partition table

[    2.099846]  mmcblk0boot0: unknown partition table

[    2.160551] tilcdc 4830e000.fb: found TDA19988

[    2.166071] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).

[    2.173024] [drm] No driver support for vblank timestamp query.

[    2.179619] tilcdc 4830e000.fb: No connectors reported connected with modes

[    2.186943] [drm] Cannot find any crtc or sizes - going 1024x768

[    2.210572] Console: switching to colour frame buffer device 128x48

[    2.231826] tilcdc 4830e000.fb: fb0:  frame buffer device

[    2.237502] tilcdc 4830e000.fb: registered panic notifier

[    2.243198] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0

[    2.300207] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6

[    2.306626] davinci_mdio 4a101000.mdio: detected phy mask fffffffe

[    2.314140] libphy: 4a101000.mdio: probed

[    2.318393] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720

[    2.328260] Detected MACID = 04:a3:16:b5:37:f5

[    2.332910] cpsw 4a100000.ethernet: NAPI disabled

[    2.339591] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)

[    2.355918] ALSA device list:

[    2.359069]   #0: TI BeagleBone Black

[    2.365797] EXT3-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240)

[    2.376289] EXT2-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (244)

[    3.692442] EXT4-fs (mmcblk0p2): recovery complete

[    3.700676] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)

[    3.709209] VFS: Mounted root (ext4 filesystem) on device 179:2.

[    3.716379] devtmpfs: mounted

[    3.719792] Freeing init memory: 260K

[    3.868624] systemd[1]: systemd 196 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX +IMA +SYSVINIT -LIBCRYPTSETUP +GCRYPT +ACL +XZ; angstrom)


Welcome to The Ångström Distribution!


[    3.920129] systemd[1]: Inserted module 'autofs4'

[    3.926665] systemd[1]: Set hostname to <beaglebone>.

[    4.125959] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.

[    4.134604] systemd[1]: Started Forward Password Requests to Wall Directory Watch.

[    4.142691] systemd[1]: Expecting device dev-ttyO0.device...

         Expecting device dev-ttyO0.device...

[    4.155794] systemd[1]: Expecting device dev-ttyGS0.device...

         Expecting device dev-ttyGS0.device...

[    4.169450] systemd[1]: Starting Remote File Systems.

[  OK  ] Reached target Remote File Systems.

[    4.183081] systemd[1]: Reached target Remote File Systems.

[    4.189063] systemd[1]: Starting Syslog Socket.

[  OK  ] Listening on Syslog Socket.

[    4.200660] systemd[1]: Listening on Syslog Socket.

[    4.205886] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.

[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.

[    4.222144] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.

[    4.229575] systemd[1]: Starting Delayed Shutdown Socket.

[  OK  ] Listening on Delayed Shutdown Socket.

[    4.243636] systemd[1]: Listening on Delayed Shutdown Socket.

[    4.249809] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.

[    4.258509] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.

[    4.267154] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.

[  OK  ] Set up automount Arbitrary Executable File Formats F...utomount Point.

[    4.286632] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.

[    4.297014] systemd[1]: Starting udev Kernel Socket.

[  OK  ] Listening on udev Kernel Socket.

[    4.310055] systemd[1]: Listening on udev Kernel Socket.

[    4.316122] systemd[1]: Starting udev Control Socket.

[  OK  ] Listening on udev Control Socket.

[    4.329588] systemd[1]: Listening on udev Control Socket.

[    4.335393] systemd[1]: Starting Swap.

[  OK  ] Reached target Swap.

[    4.345195] systemd[1]: Reached target Swap.

[    4.349803] systemd[1]: Starting Journal Socket.

[  OK  ] Listening on Journal Socket.

[    4.362785] systemd[1]: Listening on Journal Socket.

[    4.368118] systemd[1]: Starting Syslog.

[  OK  ] Reached target Syslog.

[    4.378392] systemd[1]: Reached target Syslog.

[    4.383205] systemd[1]: Started File System Check on Root Device.

[    4.389736] systemd[1]: Starting Remount Root and Kernel File Systems...

         Starting Remount Root and Kernel File Systems...

[    4.409154] systemd[1]: Starting udev Kernel Device Manager...

         Starting udev Kernel Device Manager...

[    4.430548] systemd[1]: Mounting POSIX Message Queue File System...

         Mounting POSIX Message Queue File System...

[    4.453726] systemd[1]: Mounted Huge Pages File System.

[    4.467500] systemd[1]: Starting udev Coldplug all Devices...

         Starting udev Coldplug all Devices...

[    4.501212] systemd[1]: Starting Apply Kernel Variables...

         Starting Apply Kernel Variables...

[    4.530200] systemd[1]: Starting Journal Service...

         Starting Journal[    4.548975] systemd-udevd[85]: starting version 196

Service...

[  OK  ] Started Journal Service.

[    4.571957] systemd[1]: Started Journal Service.

[    4.586411] systemd[1]: Started Set Up Additional Binary Formats.

[    4.606048] systemd[1]: Mounting Debug File System...

         Mounting Debug File System...

[    4.631217] systemd[1]: Started Machine ID first boot configure.

[    4.654340] systemd[1]: Starting Load Kernel Modules...

         Starting Load Kernel Modules...

[  OK  ] Started udev Kernel Device Manager.

[    4.700908] systemd[1]: Started udev Kernel Device Manager.

[  OK  ] Mounted POSIX Message Queue File System.

[    4.722312] systemd[1]: Mounted POSIX Message Queue File System.

[  OK  ] Started Apply Kernel Variables.

[    4.745748] systemd[1]: Started Apply Kernel Variables.

[  OK  ] Mounted Debug File System.

[    4.765350] systemd[1]: Mounted Debug File System.

[    4.933043] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)

[  OK  ] Started Remount Root and Kernel File Systems.

[  OK  ] Reached target Local File Systems (Pre).

         Mounting /tmp...

         Starting Load Random Seed...

[  OK  ] Started Load Random Seed.

[  OK  ] Mounted /tmp.

[  OK  ] Reached target Local File Sys[    5.070665] Bluetooth: Core ver 2.16

tems.

         Starting Trigger Flushing of Journal to Persistent Storage...

         Starting Recreate Volatile Files and Directories...

         Starting Run pending postinsts...

[    5.117698] NET: Registered protocol family 31

[    5.122561] Bluetooth: HCI device and connection manager initialized

[    5.175306] Bluetooth: HCI socket layer initialized

[  OK  ] Started Trigger Flushing of Journal to Persis[    5.225478] Bluetooth: L2CAP socket layer initialized

tent Storage.

[    5.233923] Bluetooth: SCO socket layer initialized

[  OK  ] Started Recreate Volatile Files and Directories.

[    5.293816] Bluetooth: HIDP (Human Interface Emulation) ver 1.2

[  OK  ] Started udev Coldplug all Devices.

[    5.335233] Bluetooth: HIDP socket layer initialized

[    5.361079] systemd-modules-load[98]: Inserted module 'hidp'

[    5.447166] NET: Registered protocol family 10

[    5.470625] systemd-modules-load[98]: Inserted module 'ipv6'

[    5.521841] NET: Registered protocol family 23

[    5.551343] IrCOMM protocol (Dag Brattli)

[    5.595481] systemd-modules-load[98]: Inserted module 'ircomm_tty'

[    5.642144] Bluetooth: RFCOMM TTY layer initialized

[    5.663565] Bluetooth: RFCOMM socket layer initialized

[    5.668981] Bluetooth: RFCOMM ver 1.11

[    5.691081] systemd-modules-load[98]: Inserted module 'rfcomm'

[  OK  ] Started Load Kernel Modules.

[    5.899502] systemd-journald[94]: Received SIGUSR1

[    5.957408] systemd-journald[94]: File /var/log/journal/5c860bc642714e9d843b32c8ce70be92/system.journal corrupted or uncleanly shut down, renaming and replacing.

[  OK  ] Found device /dev/ttyO0.

[  OK  ] Reached target Sound Card.

[ TIME ] Timed out waiting for device dev-ttyGS0.device.

[DEPEND] Dependency failed for Serial Getty on ttyGS0.



Need help.

Reply all
Reply to author
Forward
0 new messages