[GUIDE] LVDS panel set up

Discussion in 'Troubleshooting' started by delba, Jan 20, 2014.

  1. pquinton

    pquinton New Member

    Joined:
    Jul 8, 2014
    Messages:
    5
    Likes Received:
    0
    Quick question, has anyone had the following with their 7" screen (see below)?

    I'm running lubuntu 12.04. The penguins, during boot, look distorted as well. Text mode ( during boot ) looks fine. It seems to be a colour issue, like it's running in ZX Spectrum 8-bit colour clash mode... All I need is magicland dizzy and I'd be feeling well at home...

    My uboot output looks like this:

    Code:
    UDOO board => boot
    Booting from mmc ...
    4788388 bytes read in 313 ms (14.6 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.06.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 writealloc
    [    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 pages: 227328
    [    0.000000] Kernel command line: console=ttymxc1,115200 root=/dev/mmcblk0p1 rootwait rw mxcfb0:dev=ldb,LDB-WVGA,if=RGB666,bpp=32 fbmem=24M
     

    Attached Files:

  2. pquinton

    pquinton New Member

    Joined:
    Jul 8, 2014
    Messages:
    5
    Likes Received:
    0
    This is a habit of mine, struggling for ages and then posting.. to find about 2 seconds later I've fixed it.

    The issue with the 8-bit graphics was fixed by vnc'ing into the udoo and then running udoo-config and selecting 7" display. I'm going to guess that it changes how u-boot initialises the display, as the command line for the kernel doesn't appear to have changed at all ( mmcargs ).

    Also the boot text is now brighter ( was light grey, now is white ).

    I'd appreciate it if someone could explain what the udoo-config does to the uboot environment to get the 7" display to work.. I'm curious.

    Thanks,
    Phil.
     
  3. pquinton

    pquinton New Member

    Joined:
    Jul 8, 2014
    Messages:
    5
    Likes Received:
    0
    Okay, I've found out what the issue was. At the u-boot prompt my video argument was wrong. The mistake was not having video= in the argument list. The u-boot variable itself is call video, but you also need to pass video= to the kernel.

    Wrong:

    Code:
    video=mxcfb0:dev=ldb,LDB-WVGA,if=RGB666,bpp=32
    Correct ( as updated by udoo-config ):

    Code:
    video=video=mxcfb0:dev=ldb,LDB-WVGA,if=RGB666,bpp=32
    Thanks,
    Phil.
     
  4. cesarvog

    cesarvog New Member

    Joined:
    Aug 4, 2014
    Messages:
    7
    Likes Received:
    0
    For anyone on a Mac having trouble with pasting commands to the console and using Serial Tools, I suggest you try "CoolTerm" (http://freeware.the-meiers.org/CoolTermMac.zip). I was able to successfully paste commands over the serial console connection by using this free app instead of Serial Tools.
    Regards,
    Cesar
     
  5. voggy

    voggy New Member

    Joined:
    Oct 14, 2014
    Messages:
    1
    Likes Received:
    0
    Hi,
    i have a problem with my 7" Screen,
    it is starting so far, but it doesn't show the green color, it is blue and red.
    I tried it with linux and with Android.

    Is it a hardware problem, or is there a possibility to solve it with software settings?
    My bigger 19" Screen works fine.

    I log in with serial port on mac:
    Code:
    UDOO board => setenv mmcargs setenv bootargs console=${console},${baudrate} root=${mmcroot} ${hdmi_patch} fbmem=24M video=mxcfb0:dev=ldb,LDB-WVGA,if=RGB666,bpp=32
    
    UDOO board => saveenv
    
    Saving Environment to MMC...
    
    Writing to MMC(0)... done
    
    UDOO board => pro 
    
    Unknown command 'pr' - try 'help'
    
    UDOO board => printenv mmcargs
    
    mmcargs=setenv bootargs console=ttymxc1,115200 root=/dev/mmcblk0p1 rootwait rw fbmem=24M video=mxcfb0:dev=ldb,LDB-WVGA,if=RGB666,bpp=32
    
    UDOO board => boot
    
    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 ...
    
    4773948 bytes read in 358 ms (12.7 MiB/s)
    
    ## Booting kernel from Legacy Image at 12000000 ...
    
       Image Name:   Linux-3.0.35
    
       Image Type:   ARM Linux Kernel Image (uncompressed)
    
       Data Size:    4773884 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.06.2010) ) #10 SMP PREEMPT Wed Jul 30 18:16:10 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. 132\nMemory policy: ECC disabled, Data cache writealloc
    [    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 pages: 227328
    [    0.000000] Kernel command line: console=ttymxc1,115200 root=/dev/mmcblk0p1 rootwait rw fbmem=24M video=mxcfb0:dev=ldb,LDB-WVGA,if=RGB666,bpp=32
    [    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: 895056k/895056k available, 153520k 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 - 0x80c41368   (12317 kB)
    [    0.000000]       .data : 0x80c42000 - 0x80cac180   ( 425 kB)
    [    0.000000]        .bss : 0x80cac1a4 - 0x80cfec64   ( 331 kB)
    [    0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=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 1431655ms
    [    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.218457] Calibrating delay loop... 1581.05 BogoMIPS (lpj=7905280)
    [    0.306790] pid_max: default: 32768 minimum: 301
    [    0.311675] Mount-cache hash table entries: 512
    [    0.316930] Initializing cgroup subsys cpuacct
    [    0.321431] Initializing cgroup subsys devices
    [    0.325890] Initializing cgroup subsys freezer
    [    0.330380] Initializing cgroup subsys blkio
    [    0.334715] CPU: Testing write buffer coherency: ok
    [    0.339871] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
    [    0.440402] CPU1: Booted secondary processor
    [    0.520401] CPU2: Booted secondary processor
    [    0.600422] CPU3: Booted secondary processor
    [    0.639908] Brought up 4 CPUs
    [    0.655736] SMP: Total of 4 processors activated (6324.22 BogoMIPS).
    [    0.662540] devtmpfs: initialized
    [    0.682710] print_constraints: dummy: 
    [    0.686699] NET: Registered protocol family 16
    [    0.695589] print_constraints: vddpu: 725 <--> 1300 mV at 1150 mV fast normal 
    [    0.703170] print_constraints: vddcore: 725 <--> 1300 mV at 1150 mV fast normal 
    [    0.710951] print_constraints: vddsoc: 725 <--> 1300 mV at 1200 mV fast normal 
    [    0.718594] print_constraints: vdd2p5: 2000 <--> 2775 mV at 2400 mV fast normal 
    [    0.726371] print_constraints: vdd1p1: 800 <--> 1400 mV at 1100 mV fast normal 
    [    0.734054] print_constraints: vdd3p0: 2625 <--> 3400 mV at 3000 mV fast normal 
    [    0.743148] 
    [    0.743155] > UDOO quad
    [    0.746928] > rev C Called set_gpios_direction
    [    0.751607] Test and set gpios directions and values by Gionji feat. Ekirei test
    [    0.783371] Resetting ethernet physical layer.
    [    0.826761] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
    [    0.833598] hw-breakpoint: 1 breakpoint(s) reserved for watchpoint single-step.
    [    0.840956] hw-breakpoint: maximum watchpoint size is 4 bytes.
    [    0.846841] L310 cache controller enabled
    [    0.850884] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x02070000, Cache size: 1048576 B
    [    0.900265] bio: create slab <bio-0> at 0
    [    0.907749] mxs-dma mxs-dma-apbh: initialized
    [    0.912479] print_constraints: vmmc: 3300 mV 
    [    0.917604] vgaarb: loaded
    [    0.921191] SCSI subsystem initialized
    [    0.926106] usbcore: registered new interface driver usbfs
    [    0.931769] usbcore: registered new interface driver hub
    [    0.937257] usbcore: registered new device driver usb
    [    0.942340] Freescale USB OTG Driver loaded, $Revision: 1.55 $
    [    0.969909] imx-ipuv3 imx-ipuv3.0: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
    [    0.989905] imx-ipuv3 imx-ipuv3.1: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
    [    0.997745] mxc_mipi_csi2 mxc_mipi_csi2: i.MX MIPI CSI2 driver probed
    [    1.004223] mxc_mipi_csi2 mxc_mipi_csi2: i.MX MIPI CSI2 dphy version is 0x3130302a
    [    1.011948] MIPI CSI2 driver module loaded
    [    1.016309] Advanced Linux Sound Architecture Driver Version 1.0.24.
    [    1.023528] Bluetooth: Core ver 2.16
    [    1.027234] NET: Registered protocol family 31
    [    1.031702] Bluetooth: HCI device and connection manager initialized
    [    1.038078] Bluetooth: HCI socket layer initialized
    [    1.042980] Bluetooth: L2CAP socket layer initialized
    [    1.048107] Bluetooth: SCO socket layer initialized
    [    1.053461] cfg80211: Calling CRDA to update world regulatory domain
    [    1.060911] i2c-core: driver [max17135] using legacy suspend method
    [    1.067197] i2c-core: driver [max17135] using legacy resume method
    [    1.073427] Switching to clocksource mxc_timer1
    [    1.093485] NET: Registered protocol family 2
    [    1.098080] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    1.106000] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [    1.115345] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
    [    1.123084] TCP: Hash tables configured (established 131072 bind 65536)
    [    1.129734] TCP reno registered
    [    1.132893] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    1.138876] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    1.145591] NET: Registered protocol family 1
    [    1.150302] RPC: Registered named UNIX socket transport module.
    [    1.156242] RPC: Registered udp transport module.
    [    1.160982] RPC: Registered tcp transport module.
    [    1.165702] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    1.173044] PMU: registered new PMU device of type 0
    [    1.178185] Static Power Management for Freescale i.MX6
    [    1.183427] wait mode is enabled for i.MX6
    [    1.187718] cpaddr = c0880000 suspend_iram_base=c08fc000
    [    1.193149] PM driver module loaded
    [    1.197056] IMX usb wakeup probe
    [    1.200831] add wake up source irq 75
    [    1.208130] IMX usb wakeup probe
    [    1.211657] cpu regulator mode:ldo_enable
    [    1.215872] i.MXC CPU frequency driver
    [    1.242297] VFS: Disk quotas dquot_6.5.2
    [    1.246561] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    1.257037] JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
    [    1.263899] fuse init (API version 7.16)
    [    1.268744] msgmni has been set to 1748
    [    1.274166] alg: No test for stdrng (krng)
    [    1.278443] io scheduler noop registered
    [    1.282379] io scheduler deadline registered
    [    1.286752] io scheduler cfq registered (default)
    [    1.292556] MIPI DSI driver module loaded
    [    1.296758] mxc_sdc_fb mxc_sdc_fb.0: register mxc display driver ldb
    [    1.303167] _regulator_get: get() with no identifier
    [    1.373009] Console: switching to colour frame buffer device 100x30
    [    1.409859] mxc_sdc_fb mxc_sdc_fb.1: register mxc display driver ldb
    [    1.420382] mxc_sdc_fb mxc_sdc_fb.2: register mxc display driver ldb
    [    1.426788] mxc_sdc_fb mxc_sdc_fb.2: ipu1-di1 already in use
    [    1.432485] mxc_sdc_fb: probe of mxc_sdc_fb.2 failed with error -16
    [    1.439449] imx-sdma imx-sdma: loaded firmware 1.1
    [    1.448573] imx-sdma imx-sdma: initialized
    [    1.585801] Serial: IMX driver
    [    1.589000] imx-uart.0: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX
    [    1.595863] imx-uart.1: ttymxc1 at MMIO 0x21e8000 (irq = 59) is a IMX
    [    1.602365] console [ttymxc1] enabled, bootconsole disabled
    [    1.602365] console [ttymxc1] enabled, bootconsole disabled
    [    1.613918] imx-uart.3: ttymxc3 at MMIO 0x21f0000 (irq = 61) is a IMX
    [    1.626113] loop: module loaded
    [    1.629693] request BOSSA_CLK IRQ
    [    1.633010] registering IRQ 419 for BOSSAC Arduino erase/reset operation
    [    1.682881] No sata disk.
    [    1.686885] GPMI NAND driver registered. (IMX)
    [    1.692372] vcan: Virtual CAN interface driver
    [    1.696823] CAN device driver interface
    [    1.700677] flexcan netdevice driver
    [    1.704415] FEC Ethernet Driver
    [    1.709814] fec_enet_mii_bus: probed
    [    1.719001] usbcore: registered new interface driver rt2800usb
    [    1.724839] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    1.731513] fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller
    [    1.738195] fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1
    [    1.768037] fsl-ehci fsl-ehci.0: irq 75, io base 0x02184000
    [    1.788028] fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00
    [    1.794265] hub 1-0:1.0: USB hub found
    [    1.798044] hub 1-0:1.0: 1 port detected
    [    1.802144] add wake up source irq 72
    [    1.805842] fsl-ehci fsl-ehci.1: Freescale On-Chip EHCI Host Controller
    [    1.812491] fsl-ehci fsl-ehci.1: new USB bus registered, assigned bus number 2
    [    1.858022] fsl-ehci fsl-ehci.1: irq 72, io base 0x02184200
    [    1.888012] fsl-ehci fsl-ehci.1: USB 2.0 started, EHCI 1.00
    [    1.894177] hub 2-0:1.0: USB hub found
    [    1.897941] hub 2-0:1.0: 1 port detected
    [    1.902367] usbcore: registered new interface driver usbtmc
    [    1.908271] usbcore: registered new interface driver usbserial
    [    1.914219] USB Serial support registered for generic
    [    1.919405] usbcore: registered new interface driver usbserial_generic
    [    1.925935] usbserial: USB Serial Driver core
    [    1.930411] USB Serial support registered for debug
    [    1.935406] usbcore: registered new interface driver debug
    [    1.940913] ARC USBOTG Device Controller driver (1 August 2005)
    [    1.947177] g_ether gadget: using random self ethernet address
    [    1.953038] g_ether gadget: using random host ethernet address
    [    1.959659] usb0: MAC 2e:56:6b:97:c3:75
    [    1.963498] usb0: HOST MAC 0e:eb:dc:96:d9:88
    [    1.967778] g_ether gadget: controller 'fsl-usb2-udc' not recognized; trying CDC Ethernet (ECM)
    [    1.976519] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
    [    1.983157] g_ether gadget: g_ether ready
    [    1.987171] Suspend udc for OTG auto detect
    [    2.008039] fsl-usb2-udc: bind to driver g_ether 
    [    2.013297] mousedev: PS/2 mouse device common for all mice
    [    2.019492] usbcore: registered new interface driver usbtouchscreen
    [    2.026208] Sitronix touch driver 2.9.1
    [    2.030066] Release date: 20120507
    [    2.033846] sitronix_reset_ic
    [    2.158217] resolution = 800 x 480
    [    2.162148] fw revision (hex) = 0 0 9 26
    [    2.166073] i2c protocol = 2 
    [    2.169058] max touches = 1 
    [    2.172867] Error: Can not get ID of Sitronix IC
    [    2.177708] input: sitronix-i2c-touch-mt as /devices/virtual/input/input0
    [    2.186027] snvs_rtc snvs_rtc.0: rtc core: registered snvs_rtc as rtc0
    [    2.192724] i2c /dev entries driver
    [    2.197082] Linux media interface: v0.10
    [    2.201155] Linux video capture interface: v2.00
    [    2.218041] usb 2-1: new high speed USB device number 2 using fsl-ehci
    [    2.328110] ov5640_read_reg:write reg error:reg=300a
    [    2.333077] camera ov5640_mipi is not found
    [    2.337694] mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video16
    [    2.345359] mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video17
    [    2.353024] mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video18
    [    2.360861] vivi-000: V4L2 device registered as video2
    [    2.366004] Video Technology Magazine Virtual Video Capture Board ver 0.8.0 successfully loaded.
    [    2.374950] usbcore: registered new interface driver uvcvideo
    [    2.380713] USB Video Class driver (v1.1.0)
    [    2.385696] i2c-core: driver [mag3110] using legacy suspend method
    [    2.391909] i2c-core: driver [mag3110] using legacy resume method
    [    2.392093] hub 2-1:1.0: USB hub found
    [    2.401785] hub 2-1:1.0: 4 ports detected
    [    2.406244] imx2-wdt imx2-wdt.0: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=1)
    [    2.414408] Bluetooth: Virtual HCI driver ver 1.3
    [    2.419551] Bluetooth: HCI UART driver ver 2.2
    [    2.423997] Bluetooth: HCI H4 protocol initialized
    [    2.428806] Bluetooth: HCI BCSP protocol initialized
    [    2.433773] Bluetooth: HCILL protocol initialized
    [    2.438488] Bluetooth: HCIATH3K protocol initialized
    [    2.443455] Bluetooth: Generic Bluetooth USB driver ver 0.6
    [    2.449193] usbcore: registered new interface driver btusb
    [    2.454841] sdhci: Secure Digital Host Controller Interface driver
    [    2.461038] sdhci: Copyright(c) Pierre Ossman
    [    2.465747] mmc0: SDHCI controller on platform [sdhci-esdhc-imx.2] using DMA
    [    2.473089] mxc_vdoa mxc_vdoa: i.MX Video Data Order Adapter(VDOA) driver probed
    [    2.484330] VPU initialized
    [    2.487673] mxc_asrc registered
    [    2.512690] Thermal calibration data is 0x55d4c369
    [    2.517490] Thermal sensor with ratio = 176
    [    2.538025] Anatop Thermal registered as thermal_zone0
    [    2.543321] anatop_thermal_probe: default cooling device is cpufreq!
    [    2.550807] usbcore: registered new interface driver usbhid
    [    2.556383] usbhid: USB HID core driver
    [    2.560714] usbcore: registered new interface driver snd-usb-audio
    [    2.567469] mxc_hdmi_soc mxc_hdmi_soc.0: MXC HDMI Audio
    [    2.572960] Cirrus Logic CS42888 ALSA SoC Codec Driver
    [    2.578226] i2c-core: driver [cs42888] using legacy suspend method
    [    2.584409] i2c-core: driver [cs42888] using legacy resume method
    [    2.591598] imx-hdmi-soc-dai imx-hdmi-soc-dai.0: Failed: Load HDMI-video first.
    [    2.635586] mmc0: new high speed SDHC card at address aaaa
    [    2.641468] mmcblk0: mmc0:aaaa SS08G 7.40 GiB 
    [    2.647329]  mmcblk0: p1
    [    2.680249] audio_codec_ac97_cold_reset 
    [    2.718149] usb 2-1.1: new full speed USB device number 3 using fsl-ehci
    [    2.760595] Found Audio codec AC97 vt1613, [ID = 5649 - 4123]
    [    2.778771] asoc: vt1613 <-> imx-ssi.0 mapping ok
    [    2.785108] imx_3stack asoc driver
    [    2.789199] Initialize HDMI-audio failed. Load HDMI-video first!
    [    2.795208] ALSA device list:
    [    2.798192]   #0: vt1613-audio
    [    2.801455] NET: Registered protocol family 26
    [    2.806478] TCP cubic registered
    [    2.809758] NET: Registered protocol family 17
    [    2.814214] can: controller area network core (rev 20090105 abi 8)
    [    2.820479] NET: Registered protocol family 29
    [    2.824926] can: raw protocol (rev 20090105)
    [    2.829212] can: broadcast manager protocol (rev 20090105 t)
    [    2.834957] Bluetooth: RFCOMM TTY layer initialized
    [    2.839856] Bluetooth: RFCOMM socket layer initialized
    [    2.844996] Bluetooth: RFCOMM ver 1.11
    [    2.848755] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [    2.854068] Bluetooth: BNEP filters: protocol multicast
    [    2.859331] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    [    2.865418] lib80211: common routines for IEEE802.11 drivers
    [    2.871117] Registering the dns_resolver key type
    [    2.875849] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
    [    2.883892] Bus freq driver module loaded
    [    2.887909] Bus freq driver Enabled
    [    2.893179] mxc_dvfs_core_probe
    [    2.896531] DVFS driver module loaded
    [    2.901837] snvs_rtc snvs_rtc.0: setting system clock to 1970-01-01 01:14:45 UTC (4485)
    [    2.913037] EXT3-fs: barriers not enabled
    [    2.998325] usb 2-1.2: new low speed USB device number 4 using fsl-ehci
    [    3.138481] input: PS/2+USB Mouse as /devices/platform/fsl-ehci.1/usb2/2-1/2-1.2/2-1.2:1.0/input/input1
    [    3.148939] generic-usb 0003:1267:0210.0001: input,hidraw0: USB HID v1.00 Mouse [PS/2+USB Mouse] on usb-fsl-ehci.1-1.2/input0
    [    3.197170] kjournald starting.  Commit interval 5 seconds
    [    3.197250] EXT3-fs (mmcblk0p1): warning: maximal mount count reached, running e2fsck is recommended
    [    3.213726] EXT3-fs (mmcblk0p1): using internal journal
    [    3.219084] EXT3-fs (mmcblk0p1): 1 orphan inode deleted
    [    3.224312] EXT3-fs (mmcblk0p1): recovery complete
    [    3.238280] usb 2-1.3: new high speed USB device number 5 using fsl-ehci
    [    3.265440] EXT3-fs (mmcblk0p1): mounted filesystem with writeback data mode
    [    3.272528] VFS: Mounted root (ext3 filesystem) on device 179:1.
    [    3.280798] devtmpfs: mounted
    [    3.283821] Freeing init memory: 200K
    [    6.033756] ERROR: v4l2 capture: slave not found!
    [    6.042183] ERROR: v4l2 capture: slave not found!
     * Starting NTP server ntpd        
    [ OK ]
    saned disabled; edit /etc/default/saned
    Rather than invoking init scripts through /etc/init.d, use the service(8)
    utility, e.g. service ssh start
    
    Since the script you are attempting to invoke has been converted to an
    Upstart job, you may also use the start(8) utility, e.g. start ssh
    
    New 'X' desktop is udoo1:1
    
    Starting applications specified in /home/ubuntu/.vnc/xstartup
    Log file is /home/ubuntu/.vnc/udoo1:1.log
    
    Starting VNC server 
     * Starting Remote Desktop Protocol server         
    [ OK ]
    Starting Netatalk services (this will take a while):  cnid_metad afpd.
    
    Ubuntu 12.04 LTS udoo1 ttymxc1
    
    udoo1 login: 
     
  6. delba

    delba Administrator Staff Member

    Joined:
    May 8, 2013
    Messages:
    1,064
    Likes Received:
    9
    Yep, i use CoolTerm too. It's waaaay better for mac users. Thanks cesarvog for pointing that out! ;)
     

Share This Page