UDOOBuntu Quad Boot Issues

Discussion in 'Troubleshooting' started by humblehacker, Aug 21, 2014.

  1. humblehacker

    humblehacker New Member

    Joined:
    Apr 7, 2014
    Messages:
    16
    Likes Received:
    0
    Hello,
    I've been experiencing issues booting the new UDOOBuntu OS for a Quad board. When I plug it in it immediately flashes a system info screen that displays the UDOO logo and basic system info like " CPU: Freescale i.MX6Q rev1.2 at 792 MHz".

    After about 3 seconds it reverts to a black screen and remains black no matter how long I wait.

    The debug output doesn't seem to match anything on the http://www.udoo.org/faq-items/why-my-udoo-wont-boot/ page. The culprit seems to be the line-
    which seems to imply a data corruption. I repeatedly checked the hash to confirm the files integrity though I should mention that downloads from sourceforge and the direct link were flagged as corrupt on two different MAC machines and two different Linux for which one download even caused a kernel panic!


    Code:
    CPU:   Freescale i.MX6Q rev1.2 at 792 MHz
    Reset cause: POR
    Board: UDOO
    DRAM:  1 GiB
    MMC:   FSL_SDHC: 0
    No panel detected: default to LDB-WVGA
    Display: LDB-WVGA (800x480)
    In:    serial
    Out:   serial
    Err:   serial
    Net:   using phy at 6                                                           
    FEC [PRIME]                                                                     
    Hit any key to stop autoboot:  0                                                
    AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode                       
    flags: ncq stag pm led clo only pmp pio slum part                               
    No port device detected!                                                        
    sata - SATA sub system                                                          
                                                                                    
    Usage:                                                                          
    sata init - init SATA sub system                                                
    sata info - show available SATA devices                                         
    sata device [dev] - show or set current device                                  
    sata part [dev] - print partition table                                         
    sata read addr blk# cnt                                                         
    sata write addr blk# cnt                                                        
    AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode                       
    flags: ncq stag pm led clo only pmp pio slum part                               
    No port device detected!                                                        
    sata - SATA sub system                                                          
                                                                                    
    Usage:                                                                          
    sata init - init SATA sub system                                                
    sata info - show available SATA devices                                         
    sata device [dev] - show or set current device                                  
    sata part [dev] - print partition table                                         
    sata read addr blk# cnt                                                         
    sata write addr blk# cnt                                                        
    Booting from mmc ...                                                            
    4788388 bytes read in 364 ms (12.5 MiB/s)                                       
    ## Booting kernel from Legacy Image at 12000000 ...                             
       Image Name:   Linux-3.0.35                                                   
       Image Type:   ARM Linux Kernel Image (uncompressed)                          
       Data Size:    4788324 Bytes = 4.6 MiB                                        
       Load Address: 10008000                                                       
       Entry Point:  10008000                                                       
       Verifying Checksum ... OK                                                    
       Loading Kernel Image ... OK                                                  
                                                                                    
    Starting kernel ...                                                             
                                                                                    
    [    0.000000] Initializing cgroup subsys cpu                                   
    [    0.000000] Linux version 3.0.35 (udoo@ubuntu) (gcc version 4.4.4 (4.4.4_09.0
    6.2010) ) #7 SMP PREEMPT Thu Jul 3 15:12:59 CEST 2014                           
    [    0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d 
    [    0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: SECO i.Mx6 UDOO Board                                   
    [    0.000000] Kernel ver: v. 131\nMemory policy: ECC disabled, Data cache write
    alloc                                                                           
    [    0.000000] CPU identified as i.MX6Q, silicon rev 1.2                        
    [    0.000000] PERCPU: Embedded 7 pages/cpu @8c008000 s5504 r8192 d14976 u32768 
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pag
    es: 227328                                                                      
    [    0.000000] Kernel command line: console=ttymxc1,115200 root=/dev/mmcblk0p1 r
    ootwait rw fbmem=24M gpu_reserved=128M video=mxcfb0:dev=hdmi,1920x1080M@60,bpp=3
    2                                                                               
    [    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: 640MB 256MB = 896MB total                                
    [    0.000000] Memory: 895020k/895020k available, 153556k 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]     DMA     : 0xf4600000 - 0xffe00000   ( 184 MB)                
    [    0.000000]     vmalloc : 0xc0800000 - 0xf2000000   ( 792 MB)                
    [    0.000000]     lowmem  : 0x80000000 - 0xc0000000   (1024 MB)                
    [    0.000000]     pkmap   : 0x7fe00000 - 0x80000000   (   2 MB)                
    [    0.000000]     modules : 0x7f000000 - 0x7fe00000   (  14 MB)                
    [    0.000000]       .init : 0x80008000 - 0x8003a000   ( 200 kB)                
    [    0.000000]       .text : 0x8003a000 - 0x80c474f0   (12342 kB)               
    [    0.000000]       .data : 0x80c48000 - 0x80cb4c80   ( 436 kB)                
    [    0.000000]        .bss : 0x80cb4ca4 - 0x80d077e4   ( 331 kB)                
    [    0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=4, N
    odes=1                                                                          
    [    0.000000] Preemptible hierarchical RCU implementation.                     
    [    0.000000] NR_IRQS:624                                                      
    [    0.000000] MXC GPIO hardware                                                
    [    0.000000] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 14
    31655ms                                                                         
    [    0.000000] arm_max_freq=1GHz                                                
    [    0.000000] MXC_Early serial console at MMIO 0x21e8000 (options '115200')    
    [    0.000000] bootconsole [ttymxc1] enabled                                    
    [    0.000000] Console: colour dummy device 80x30                               
    [    0.219502] Calibrating delay loop... 1581.05 BogoMIPS (lpj=7905280)         
    [    0.307839] pid_max: default: 32768 minimum: 301                             
    [    0.312724] Mount-cache hash table entries: 512                              
    [    0.317970] Initializing cgroup subsys cpuacct                               
    [    0.322471] Initializing cgroup subsys devices                               
    [    0.326930] Initializing cgroup subsys freezer                               
    [    0.331421] Initializing cgroup subsys blkio                                 
    [    0.335759] CPU: Testing write buffer coherency: ok                          
    [    0.340915] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counter
    s available                                                                     
    [    0.441445] CPU1: Booted secondary processor                                 
    [    0.521446] CPU2: Booted secondary processor                                 
    [    0.601467] CPU3: Booted secondary processor                                 
    [    0.640951] Brought up 4 CPUs                                                
    [    0.656778] SMP: Total of 4 processors activated (6324.22 BogoMIPS).         
    [    0.663578] devtmpfs: initialized                                            
    [    0.683844] print_constraints: dummy:                                        
    [    0.687837] NET: Registered protocol family 16                               
    [    0.696721] print_constraints: vddpu: 725 <--> 1300 mV at 1150 mV fast normal
                                                                                    
    [    0.704303] print_constraints: vddcore: 725 <--> 1300 mV at 1150 mV fast norm
    al                                                                              
    [    0.712076] print_constraints: vddsoc: 725 <--> 1300 mV at 1200 mV fast norma
    l                                                                               
    [    0.719716] print_constraints: vdd2p5: 2000 <--> 2775 mV at 2400 mV fast norm
    al                                                                              
    [    0.727490] print_constraints: vdd1p1: 800 <--> 1400 mV at 1100 mV fast norma
    l                                                                               
    [    0.735173] print_constraints: vdd3p0: 2625 <--> 3400 mV at 3000 mV fast norm
    al                                                                              
    [    0.744264]                                                                  
    [    0.744270] > UDOO quad                                                      
    [    0.748043] > rev C Called set_gpios_direction                               
    [    0.752721] Test and set gpios directions and values by Gionji feat. Ekirei t
    est                                                                             
    [    0.784532] Resetting ethernet physical layer.                               
    [    0.827768] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.    
    [    0.834604] hw-breakpoint: 1 breakpoint(s) reserved for watchpoint single-ste
    p.                                                                              
    [    0.841964] hw-breakpoint: maximum watchpoint size is 4 bytes.               
    [    0.847851] L310 cache controller enabled                                    
    [    0.851894] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x02070000, Cache si
    ze: 1048576 B                                                                   
    [    0.902376] bio: create slab <bio-0> at 0                                    
    [    0.909837] mxs-dma mxs-dma-apbh: initialized                                
    [    0.914559] print_constraints: vmmc: 3300 mV                                 
    [    0.919675] vgaarb: loaded                                                   
    [    0.923247] SCSI subsystem initialized                                       
    [    0.928142] usbcore: registered new interface driver usbfs                   
    [    0.933801] usbcore: registered new interface driver hub                     
    [    0.939306] usbcore: registered new device driver usb                        
    [    0.944387] Freescale USB OTG Driver loaded, $Revision: 1.55 $               
    [    0.970950] imx-ipuv3 imx-ipuv3.0: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(
    6,7)                                                                            
    [    0.990944] imx-ipuv3 imx-ipuv3.1: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(
    6,7)                                                                            
    [    0.998774] mxc_mipi_csi2 mxc_mipi_csi2: i.MX MIPI CSI2 driver probed        
    [    1.005256] mxc_mipi_csi2 mxc_mipi_csi2: i.MX MIPI CSI2 dphy version is 0x313
    0302a                                                                           
    [    1.012980] MIPI CSI2 driver module loaded                                   
    [    1.017345] Advanced Linux Sound Architecture Driver Version 1.0.24.         
    [    1.024559] Bluetooth: Core ver 2.16                                         
    [    1.028271] NET: Registered protocol family 31                               
    [    1.032740] Bluetooth: HCI device and connection manager initialized         
    [    1.039116] Bluetooth: HCI socket layer initialized                          
    [    1.044018] Bluetooth: L2CAP socket layer initialized                        
    [    1.049149] Bluetooth: SCO socket layer initialized                          
    [    1.054508] cfg80211: Calling CRDA to update world regulatory domain         
    [    1.061948] i2c-core: driver [max17135] using legacy suspend method          
    [    1.068236] i2c-core: driver [max17135] using legacy resume method           
    [    1.074464] Switching to clocksource mxc_timer1                              
    [    1.094521] NET: Registered protocol family 2                                
    [    1.099107] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    1.107019] TCP established hash table entries: 131072 (order: 8, 1048576 byt
    es)                                                                             
    [    1.116357] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)      
    [    1.124094] TCP: Hash tables configured (established 131072 bind 65536)      
    [    1.130743] TCP reno registered                                              
    [    1.133903] UDP hash table entries: 512 (order: 2, 16384 bytes)              
    [    1.139885] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)         
    [    1.146616] NET: Registered protocol family 1                                
    [    1.151294] RPC: Registered named UNIX socket transport module.              
    [    1.157234] RPC: Registered udp transport module.                            
    [    1.161971] RPC: Registered tcp transport module.                            
    [    1.166690] RPC: Registered tcp NFSv4.1 backchannel transport module.        
    [    1.174067] PMU: registered new PMU device of type 0                         
    [    1.179204] Static Power Management for Freescale i.MX6                      
    [    1.184447] wait mode is enabled for i.MX6                                   
    [    1.188754] cpaddr = c0880000 suspend_iram_base=c08fc000                     
    [    1.194182] PM driver module loaded                                          
    [    1.198089] IMX usb wakeup probe                                             
    [    1.201807] add wake up source irq 75                                        
    [    1.209093] IMX usb wakeup probe                                             
    [    1.212619] cpu regulator mode:ldo_enable                                    
    [    1.216839] i.MXC CPU frequency driver                                       
    [    1.243240] VFS: Disk quotas dquot_6.5.2                                     
    [    1.247505] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)       
    [    1.258016] JFFS2 version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.             
    [    1.264868] fuse init (API version 7.16)                                     
    [    1.269684] msgmni has been set to 1748                                      
    [    1.275099] alg: No test for stdrng (krng)                                   
    [    1.279381] io scheduler noop registered                                     
    [    1.283318] io scheduler deadline registered                                 
    [    1.287696] io scheduler cfq registered (default)                            
    [    1.293494] MIPI DSI driver module loaded                                    
    [    1.297687] mxc_sdc_fb mxc_sdc_fb.0: register mxc display driver hdmi        
    [    1.304203] mxc_hdmi mxc_hdmi: Detected HDMI controller 0x13:0xa:0xa0:0xc1   
    [    1.311126] fbcvt: 1920x1080@60: CVT Name - 2.073M9                          
    [    1.316028] fb_videomode = 59 1920 1080 5780 328 128 3 32 200 5 2 0 32       
    [    1.334770] imx-ipuv3 imx-ipuv3.0: WARNING: adapt panel end blank lines      
    [    1.349117] imx-ipuv3 imx-ipuv3.0: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~
    5), 5F(6,7)                                                                     
    [    1.382428] imx-ipuv3 imx-ipuv3.0: WARNING: adapt panel end blank lines      
    [    1.415808] Console: switching to colour frame buffer device 160x64          
    [    1.463915] mxc_sdc_fb mxc_sdc_fb.1: register mxc display driver ldb         
    [    1.470331] _regulator_get: get() with no identifier                         
    [    1.482050] mxc_sdc_fb mxc_sdc_fb.2: register mxc display driver ldb         
    [    1.493247] imx-sdma imx-sdma: loaded firmware 1.1                           
    [    1.502341] imx-sdma imx-sdma: initialized                                   
    [    1.639468] Serial: IMX driver                                               
    [    1.642643] imx-uart.0: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX        
    [    1.649516] imx-uart.1: ttymxc1 at MMIO 0x21e8000 (irq = 59) is a IMX        
    [    1.655995] console [ttymxc1] enabled, bootconsole disabled                  
    [    1.655995] console [ttymxc1] enabled, bootconsole disabled                  
    [    1.667521] imx-uart.3: ttymxc3 at MMIO 0x21f0000 (irq = 61) is a IMX        
    [    1.679685] loop: module loaded                                              
    [    1.683222] request BOSSA_CLK IRQ                                            
    [    1.686540] registering IRQ 419 for BOSSAC Arduino erase/reset operation     
    [    1.736366] No sata disk.                                                    
    [    1.740340] GPMI NAND driver registered. (IMX)                               
    [    1.745785] vcan: Virtual CAN interface driver                               
    [    1.750252] CAN device driver interface                                      
    [    1.754090] flexcan netdevice driver                                         
    [    1.757827] FEC Ethernet Driver                                              
    [    1.763228] fec_enet_mii_bus: probed                                         
    [    1.770062] usbcore: registered new interface driver rt2800usb               
    [    1.775899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver       
    [    1.782562] fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller      
    [    1.789217] fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 
    1                                                                               
    [    1.819074] fsl-ehci fsl-ehci.0: irq 75, io base 0x02184000                  
    [    1.839064] fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00                  
    [    1.845319] hub 1-0:1.0: USB hub found                                       
    [    1.849098] hub 1-0:1.0: 1 port detected                                     
    [    1.853191] add wake up source irq 72                                        
    [    1.856891] fsl-ehci fsl-ehci.1: Freescale On-Chip EHCI Host Controller      
    [    1.863536] fsl-ehci fsl-ehci.1: new USB bus registered, assigned bus number 
    2                                                                               
    [    1.909060] fsl-ehci fsl-ehci.1: irq 72, io base 0x02184200                  
    [    1.939052] fsl-ehci fsl-ehci.1: USB 2.0 started, EHCI 1.00                  
    [    1.945247] hub 2-0:1.0: USB hub found                                       
    [    1.949011] hub 2-0:1.0: 1 port detected                                     
    [    1.953445] usbcore: registered new interface driver usbtmc                  
    [    1.959023] Initializing USB Mass Storage driver...                          
    [    1.964170] usbcore: registered new interface driver usb-storage             
    [    1.970193] USB Mass Storage support registered.                             
    [    1.975061] usbcore: registered new interface driver usbserial               
    [    1.981020] USB Serial support registered for generic                        
    [    1.986187] usbcore: registered new interface driver usbserial_generic       
    [    1.992731] usbserial: USB Serial Driver core                                
    [    1.997200] USB Serial support registered for debug                          
    [    2.002213] usbcore: registered new interface driver debug                   
    [    2.007706] ARC USBOTG Device Controller driver (1 August 2005)              
    [    2.013998] g_ether gadget: using random self ethernet address               
    [    2.019859] g_ether gadget: using random host ethernet address               
    [    2.026435] usb0: MAC 7a:a2:2d:bb:f0:45                                      
    [    2.030291] usb0: HOST MAC 2e:85:14:6d:87:17                                 
    [    2.034566] g_ether gadget: controller 'fsl-usb2-udc' not recognized; trying 
    CDC Ethernet (ECM)                                                              
    [    2.043302] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008      
    [    2.049937] g_ether gadget: g_ether ready                                    
    [    2.053948] Suspend udc for OTG auto detect                                  
    [    2.079080] fsl-usb2-udc: bind to driver g_ether                             
    [    2.084332] mousedev: PS/2 mouse device common for all mice                  
    [    2.090480] usbcore: registered new interface driver usbtouchscreen          
    [    2.097155] Sitronix touch driver 2.9.1                                      
    [    2.101009] Release date: 20120507                                           
    [    2.104788] sitronix_reset_ic                                                
    [    2.228013] send status reg command error (-5)                               
    [    2.232484] sitronix: probe of 2-0055 failed with error -5                   
    [    2.238954] snvs_rtc snvs_rtc.0: rtc core: registered snvs_rtc as rtc0       
    [    2.245645] i2c /dev entries driver                                          
    [    2.249923] Linux media interface: v0.10                                     
    [    2.253954] Linux video capture interface: v2.00                             
    [    2.289068] usb 2-1: new high speed USB device number 2 using fsl-ehci       
    [    2.389643] camera ov5640_mipi is found                                      
    [    2.393895] mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as vide
    o16                                                                             
    [    2.401533] mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as vide
    o17                                                                             
    [    2.409222] mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as vide
    o18                                                                             
    [    2.416891] mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as vide
    o19                                                                             
    [    2.424528] mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as vide
    o20                                                                             
    [    2.432330] vivi-000: V4L2 device registered as video2                       
    [    2.437474] Video Technology Magazine Virtual Video Capture Board ver 0.8.0 s
    uccessfully loaded.                                                             
    [    2.446786] usbcore: registered new interface driver uvcvideo                
    [    2.452591] USB Video Class driver (v1.1.0)                                  
    [    2.457580] hub 2-1:1.0: USB hub found                                       
    [    2.461502] i2c-core: driver [mag3110] using legacy suspend method           
    [    2.461525] hub 2-1:1.0: 4 ports detected                                    
    [    2.471713] i2c-core: driver [mag3110] using legacy resume method            
    [    2.478284] imx2-wdt imx2-wdt.0: IMX2+ Watchdog Timer enabled. timeout=60s (n
    owayout=1)                                                                      
    [    2.486407] Bluetooth: Virtual HCI driver ver 1.3                            
    [    2.491344] Bluetooth: HCI UART driver ver 2.2                               
    [    2.495792] Bluetooth: HCI H4 protocol initialized                           
    [    2.500605] Bluetooth: HCI BCSP protocol initialized                         
    [    2.505571] Bluetooth: HCILL protocol initialized                            
    [    2.510283] Bluetooth: HCIATH3K protocol initialized                         
    [    2.515248] Bluetooth: Generic Bluetooth USB driver ver 0.6                  
    [    2.520957] usbcore: registered new interface driver btusb                   
    [    2.526588] sdhci: Secure Digital Host Controller Interface driver           
    [    2.532783] sdhci: Copyright(c) Pierre Ossman                                
    [    2.537459] mmc0: SDHCI controller on platform [sdhci-esdhc-imx.2] using DMA 
    [    2.544788] mxc_vdoa mxc_vdoa: i.MX Video Data Order Adapter(VDOA) driver pro
    bed                                                                             
    [    2.552845] VPU initialized                                                  
    [    2.556168] mxc_asrc registered                                              
    [    2.576785] Thermal calibration data is 0x5744e569                           
    [    2.581599] Thermal sensor with ratio = 180                                  
    [    2.600419] Anatop Thermal registered as thermal_zone0                       
    [    2.605718] anatop_thermal_probe: default cooling device is cpufreq!         
    [    2.613066] usbcore: registered new interface driver usbhid                  
    [    2.618643] usbhid: USB HID core driver                                      
    [    2.622971] usbcore: registered new interface driver snd-usb-audio           
    [    2.629715] mxc_hdmi_soc mxc_hdmi_soc.0: MXC HDMI Audio                      
    [    2.635188] Cirrus Logic CS42888 ALSA SoC Codec Driver                       
    [    2.640450] i2c-core: driver [cs42888] using legacy suspend method           
    [    2.646633] i2c-core: driver [cs42888] using legacy resume method            
    [    2.652860] mmc0: new high speed SDHC card at address 1234                   
    [    2.658734] mmcblk0: mmc0:1234 SA08G 7.28 GiB                                
    [    2.665048]  mmcblk0: p1                                                     
    [    2.735511] audio_codec_ac97_cold_reset                                      
    [    2.769195] usb 2-1.3: new high speed USB device number 3 using fsl-ehci     
    [    2.821632] Found Audio codec AC97 vt1613, [ID = 5649 - 4123]                
    [    2.839828] asoc: vt1613 <-> imx-ssi.0 mapping ok                            
    [    2.846240] imx_3stack asoc driver                                           
    [    2.851227] asoc: mxc-hdmi-soc <-> imx-hdmi-soc-dai.0 mapping ok             
    [    2.857922] ALSA device list:                                                
    [    2.860905]   #0: vt1613-audio                                               
    [    2.863960]   #1: imx-hdmi-soc                                               
    [    2.867220] NET: Registered protocol family 26                               
    [    2.872263] TCP cubic registered                                             
    [    2.875494] NET: Registered protocol family 17                               
    [    2.879964] can: controller area network core (rev 20090105 abi 8)           
    [    2.886216] NET: Registered protocol family 29                               
    [    2.890703] can: raw protocol (rev 20090105)                                 
    [    2.894977] can: broadcast manager protocol (rev 20090105 t)                 
    [    2.900730] Bluetooth: RFCOMM TTY layer initialized                          
    [    2.905616] Bluetooth: RFCOMM socket layer initialized                       
    [    2.910765] Bluetooth: RFCOMM ver 1.11                                       
    [    2.914517] Bluetooth: BNEP (Ethernet Emulation) ver 1.3                     
    [    2.919837] Bluetooth: BNEP filters: protocol multicast                      
    [    2.925064] Bluetooth: HIDP (Human Interface Emulation) ver 1.2              
    [    2.931153] lib80211: common routines for IEEE802.11 drivers                 
    [    2.936845] Registering the dns_resolver key type                            
    [    2.941592] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9
     rev 4                                                                          
    [    2.949711] Bus freq driver module loaded                                    
    [    2.953727] Bus freq driver Enabled                                          
    [    2.959052] mxc_dvfs_core_probe                                              
    [    2.962393] DVFS driver module loaded                                        
    [    2.967674] snvs_rtc snvs_rtc.0: setting system clock to 1970-01-01 00:00:00 
    UTC (0)                                                                         
    [    2.981625] EXT3-fs: barriers not enabled                                    
    [    5.618114] kjournald starting.  Commit interval 5 seconds                   
    [    5.618188] EXT3-fs (mmcblk0p1): warning: mounting fs with errors, running e2
    fsck is recommended                                                             
    [    5.634440] EXT3-fs (mmcblk0p1): using internal journal                      
    [    5.639682] EXT3-fs (mmcblk0p1): recovery complete                           
    [    5.648066] EXT3-fs (mmcblk0p1): mounted filesystem with writeback data mode 
    [    5.655156] VFS: Mounted root (ext3 filesystem) on device 179:1.             
    [    5.665434] devtmpfs: mounted                                                
    [    5.668459] Freeing init memory: 200K                                        
    [    6.307123] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 385025                                                                  
    [    6.318626] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 385025                                                                  
    [    6.330040] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 385025                                                                  
    [    6.341424] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 385025                                                                  
    [    6.390545] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 376833                                                                  
    [    6.402289] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 376833                                                                  
    [    6.416798] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 376833                                                                  
    [    6.428477] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 376833                                                                  
    [    6.442065] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 385025                                                                  
    [    6.454665] init: mountall main process (1633) terminated with status 1      
    [    6.476818] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 385025                                                                  
    [    6.488887] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 385025                                                                  
    [    6.500272] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 385025                                                                  
    [    6.511635] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 385025                                                                  
    General error mounting filesystems.                                             
    A maintenance shell will now be started.                                        
    CONTROL-D will terminate this shell and reboot the system.                      
    [    6.634313] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 376833                                                                  
    [    6.646058] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 376833                                                                  
    Give root password for maintenance                                              
    (or type Control-D to continue):                                                
    [   12.216123] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 376833                                                                  
    [   12.238257] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 376833                                                                  
    [   12.251243] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 385025                                                                  
    [   12.262703] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 385025                                                                  
    [   12.274085] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 385025                                                                  
    [   12.285467] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 385025                                                                  
    [   12.304884] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 385025                                                                  
    [   12.316584] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 385025                                                                  
    [   12.328165] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 385025                                                                  
    [   12.339612] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 385025                                                                  
    bash: groups: command not found[   12.354096] EXT3-fs error (device mmcblk0p1): 
    ext3_lookup: deleted inode referenced: 385025                                   
                                                                                    
    [   12.366213] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 385025   
     
  2. humblehacker

    humblehacker New Member

    Joined:
    Apr 7, 2014
    Messages:
    16
    Likes Received:
    0
    Okay, I tried all over again. Using a new SD Card, downloading the torrent, unpacking in Linux and flashing via DD Command. This time I seemed to get a little further but still short of boot. Connected via HDMI it shows an actual boot sequence dialog, as opposed to last time where it was just a black screen. Unfortunately it seems to hang after failing to open a vncserver.
    Serial Debug output is similar to last time in that it still shows the
    warning, but I was able to get into a login and what appeared to be a root shell. Unfortunately, it won't accept any commands returning the following after inputting startx-

    Code:
    u@udoobuntu: ~ $ 0;[ubuntu@udoobuntu] ~startx                              
    [   68.410757] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 409601                                                                  
    mktemp: failed to create file via template `/tmp/serverauth.XXXXXXXXXX': Input/o
    utput error                                                                     
    /usr/bin/startx: 155: /usr/bin/startx: xauth: not found                         
    /usr/bin/startx: 172: /usr/bin/startx: xauth: not found                         
    /usr/bin/startx: 172: /usr/bin/startx: xauth: not found                         
    xinit: error while loading shared libraries: libxcb.so.1: cannot open shared obj
    ect file: No such file or directory                                             
    /usr/bin/startx: 204: /usr/bin/startx: xauth: not found                         
    -bash: awk: command not found                                                   
    -bash: [: -gt: unary operator expected                                          
    -bash: [: -gt: unary operator expected                                          
    ubuntu@udoobuntu: ~ $ 0;[ubuntu@udoobuntu] ~[  327.105917] EXT3-fs error (device
     mmcblk0p1): ext3_lookup: deleted inode referenced: 409601                      
    [ 1024.144425] EXT3-fs error (device mmcblk0p1): ext3_lookup: deleted inode refe
    renced: 409601                    
     

Share This Page