This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OMAP5 DSI activate with Ubuntu

Other Parts Discussed in Thread: PMP

Hello:

I have a OMAP5432 EVM board, install Ubuntu with the kernel of 3.8.4 downloaded form the ti-glsdk_omap5-uevm_6_03_00_01, now I want to use DSI to display ubuntu on the lcd. I have set the right parameter in panel-taal.c files, and change the setting in omap5-evm.dts like:

&dsi1 {
	taal {
		compatible = "tpo,taal";

		lanes = <
			4       /* clk + */
			0       /* clk - */
			5       /* data1 + */
			1       /* data1 - */
			3      /* data2 + */
			0       /* data2 - */
			        /* data3 + */
			        /* data3 - */
			       /* data4 + */
			      /* data4 - */
		>;

		vdds_foo-supply = <&ldo2_reg>;

		gpios = <&gpio6 23 0>;	/* 183, reset */	 
	};
};

then get the dtb files for booting. now the ubuntu can start because I can type some command in minicom,
but no image on my lcd display. is there something else I need to set? Like the boot.scr files? the resolution of the
display is 480*800. Thank you!


Best regards
Ryan

  • Hi Ryan,

    Take a look at the following patches, i suggest you implement you display as it is done here.

    https://gitorious.org/linux-omap-dss2/archit-dss2-clone/commits/981ab048717aa1dba2eb643e6fb88c37e8c42872

    https://gitorious.org/linux-omap-dss2/archit-dss2-clone/commit/b6d987fd4dd345a38ade96768e322cbb83cc71b7

    Regards,

    Boyko

  • Hi Boyko:

    Compare with the patches, I found they are almost the same with the dtl file in my kernel. For me I only did a little changes:

    I changed :

    lg4591_pins: pinmux_lg4591_pins {
        pinctrl-single,pins = <
        0xf2 0x8 /* perslimbus2_clock.gpio6_183 OUTPUT PULLDOWN | MODE0 */
        >;
        };

    into

    taal_pins: pinmux_taal_pins {
    		pinctrl-single,pins = <
    			0xf2 0x8	/* perslimbus2_clock.gpio6_183 OUTPUT PULLDOWN | MODE0 */
    		>;
    	};

    and

    &dsi1 {
        lcd {
        compatible = "ti,lg4591";

    into

    &dsi1 {
    	taal {
    		compatible = "tpo,taal";

    Because the parameters are changed in panel-taal file, so I think the lg4591 file is not correct. but the display still cannot enable, is there still something wrong?

    Regards

    Ryan

  • What does show in your console log? And did you observe any communication on the dsi lines to the display?

    Regards,

    Boyko

  • U-Boot SPL 2013.01-gdc6238c (Mar 27 2013 - 14:33:47)                            
    OMAP5432 ES2.0                                                                  
    die_id1: 15d6074                                                                
    lisa_map_2: 0x80740300                                                          
    OMAP SD/MMC: 0                                                                  
    reading u-boot.img                                                              
    reading u-boot.img                                                              
                                                                                    
                                                                                    
    U-Boot 2013.01-gdc6238c (Mar 27 2013 - 14:33:47)                                
                                                                                    
    CPU  : OMAP5432 ES2.0                                                           
    Board: OMAP5430 EVM                                                             
    I2C:   ready                                                                    
    DRAM:  2 GiB                                                                    
    relocation Offset is: 7e101000                                                  
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1                                           
    *** Warning - bad CRC, using default environment                                
                                                                                    
    In:    serial                                                                   
    Out:   serial                                                                   
    Err:   serial                                                                   
    Hit any key to stop autoboot:  0                                                
    mmc0 is current device                                                          
    reading boot.scr                                                                
    346 bytes read in 10 ms (33.2 KiB/s)                                            
    Running bootscript from mmc0 ...                                                
    ## Executing script at 82000000                                                 
    reading omap5-evm.dtb                                                           
    20943 bytes read in 7 ms (2.9 MiB/s)                                            
    reading uImage                                                                  
    4483280 bytes read in 290 ms (14.7 MiB/s)                                       
    ## Booting kernel from Legacy Image at 80300000 ...                             
       Image Name:   Linux-3.8.4+                                                   
       Image Type:   ARM Linux Kernel Image (uncompressed)                          
       Data Size:    4483216 Bytes = 4.3 MiB                                        
       Load Address: 80008000                                                       
       Entry Point:  80008000                                                       
       Verifying Checksum ... OK                                                    
    ## Flattened Device Tree blob at 825f0000                                       
       Booting using the fdt blob at 0x825f0000                                     
       Loading Kernel Image ... OK                                                  
    OK                                                                              
       reserving fdt memory region: addr=9d000000 size=3000000                      
       Loading Device Tree to 83ff7000, end 83fff1ce ... OK                         
                                                                                    
    Starting kernel ...                                                             
                                                                                    
    [    0.000000] Booting Linux on physical CPU 0x0                                
    [    0.000000] Linux version 3.8.4+ (peijun@Dell-E5530) (gcc version 4.6.3 (Ubu4
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d  
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache  
    [    0.000000] Machine: Generic OMAP5 (Flattened Device Tree), model: TI OMAP5 d
    [    0.000000] bootconsole [earlycon0] enabled                                  
    [    0.000000] cma: CMA: reserved 164 MiB at 99000000                           
    [    0.000000] cma: CMA: reserved 16 MiB at ae800000                            
    [    0.000000] Memory policy: ECC disabled, Data cache writealloc               
    [    0.000000] OMAP5432 ES2.0                                                   
    [    0.000000] PERCPU: Embedded 9 pages/cpu @c1e75000 s13760 r8192 d14912 u36864
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pa2
    [    0.000000] Kernel command line: elevator=noop console=ttyO2,115200n8 root=/f
    [    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] __ex_table already sorted, skipping sort                         
    [    0.000000] Memory: 2031MB = 2031MB total                                    
    [    0.000000] Memory: 1862976k/1862976k available, 217792k reserved, 1301504K m
    [    0.000000] Virtual kernel memory layout:                                    
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)                
    [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)                
    [    0.000000]     vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)                
    [    0.000000]     lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)                
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)                
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)                
    [    0.000000]       .text : 0xc0008000 - 0xc0842c4c   (8428 kB)                
    [    0.000000]       .init : 0xc0843000 - 0xc08885c0   ( 278 kB)                
    [    0.000000]       .data : 0xc088a000 - 0xc0903a40   ( 487 kB)                
    [    0.000000]        .bss : 0xc0903a40 - 0xc0e6a91c   (5532 kB)                
    [    0.000000] Preemptible hierarchical RCU implementation.                     
    [    0.000000] NR_IRQS:16 nr_irqs:16 16                                         
    [    0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz                     
    [    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 1s
    [    0.000000] OMAP clocksource: 32k_counter at 32768 Hz                        
    [    0.000000] arch_timer: No interrupt available, giving up                    
    [    0.000000] omap5_realtime_timer_init: arch_timer_register failed -22        
    [    0.000000] Console: colour dummy device 80x30                               
    [    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingr
    [    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8                                   
    [    0.000000] ... MAX_LOCK_DEPTH:          48                                  
    [    0.000000] ... MAX_LOCKDEP_KEYS:        8191                                
    [    0.000000] ... CLASSHASH_SIZE:          4096                                
    [    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384                               
    [    0.000000] ... MAX_LOCKDEP_CHAINS:      32768                               
    [    0.000000] ... CHAINHASH_SIZE:          16384                               
    [    0.000000]  memory used by lock dependency info: 3695 kB                    
    [    0.000000]  per task-struct memory footprint: 1152 bytes                    
    [    0.074279] Calibrating delay loop... 1590.23 BogoMIPS (lpj=6213632)         
    [    0.106414] pid_max: default: 32768 minimum: 301                             
    [    0.111663] Security Framework initialized                                   
    [    0.115997] Smack:  Initializing.                                            
    [    0.119628] Mount-cache hash table entries: 512                              
    [    0.140136] CPU: Testing write buffer coherency: ok                          
    [    0.146240] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000                 
    [    0.152404] Setting up static identity map for 0x805c0cb8 - 0x805c0d10       
    [    0.216339] CPU1: Booted secondary processor                                 
    [    0.285308] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001                 
    [    0.285736] Brought up 2 CPUs                                                
    [    0.299499] SMP: Total of 2 processors activated (3188.82 BogoMIPS).         
    [    0.308471] devtmpfs: initialized                                            
    [    0.333618] omap_hwmod: aess: _wait_target_disable failed                    
    [    0.370239] omap_hwmod: dss_dispc: cannot be enabled for reset (3)           
    [    0.379486] omap_hwmod: dss_dsi1_a: cannot be enabled for reset (3)          
    [    0.388793] omap_hwmod: dss_dsi1_b: cannot be enabled for reset (3)          
    [    0.398101] omap_hwmod: dss_dsi1_c: cannot be enabled for reset (3)          
    [    0.407409] omap_hwmod: dss_hdmi: cannot be enabled for reset (3)            
    [    0.416503] omap_hwmod: dss_rfbi: cannot be enabled for reset (3)            
    [    0.494140] pinctrl core: initialized pinctrl subsystem                      
    [    0.503875] regulator-dummy: no parameters                                   
    [    0.512603] NET: Registered protocol family 16                               
    [    0.530303] DMA: preallocated 256 KiB pool for atomic coherent allocations   
    [    0.538208] omap-gpmc omap-gpmc: GPMC revision 6.0                           
    [    0.568298] OMAP GPIO hardware version 0.1                                   
    [    0.612854] No ATAGs?                                                        
    [    0.615051] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint.
    [    0.623687] hw-breakpoint: maximum watchpoint size is 8 bytes.               
    [    0.634307] OMAP DMA hardware revision 0.0                                   
    [    0.704162] bio: create slab <bio-0> at 0                                    
    [    0.761505] omap-dma-engine omap-dma-engine: OMAP DMA engine driver          
    [    0.769287] vmmcsd_fixed: 3000 mV                                            
    [    0.773895] hsusb2_reset: 3300 mV                                            
    [    0.778167] hsusb3_reset: 3300 mV                                            
    [    0.790679] SCSI subsystem initialized                                       
    [    0.797027] usbcore: registered new interface driver usbfs                   
    [    0.803161] usbcore: registered new interface driver hub                     
    [    0.809143] usbcore: registered new device driver usb                        
    [    0.816894] omap_i2c 48070000.i2c: did not get pins for i2c error: -19       
    [    0.824829] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz                  
    [    0.836791] palmas 0-0048: Muxing GPIO 2, PWM 0, LED 0                       
    [    0.842773] palmas 0-0048: Product ID c035                                   
    [    0.847290] palmas 0-0048: Product Design Rev 3                              
    [    0.852386] palmas 0-0048: Product SW Rev a1                                 
    [    0.860015] smps123: 600 <--> 1500 mV at 1050 mV                             
    [    0.867218] smps45: 600 <--> 1310 mV at 1050 mV                              
    [    0.874664] smps6: 1200 mV                                                   
    [    0.880157] smps7: 1800 mV                                                   
    [    0.885101] smps8: 600 <--> 1310 mV at 1050 mV                               
    [    0.892639] smps9: 2100 mV                                                   
    [    0.897827] smps10: 5000 mV                                                  
    [    0.902923] ldo1: 2800 mV                                                    
    [    0.908203] ldo2: 2900 mV                                                    
    [    0.913391] ldo3: 3000 mV                                                    
    [    0.918670] ldo4: 2200 mV                                                    
    [    0.923614] ldo5: 1800 mV                                                    
    [    0.928863] ldo6: 1500 mV                                                    
    [    0.934143] ldo7: 1500 mV                                                    
    [    0.939270] ldo8: 1500 mV                                                    
    [    0.944030] ldo9: 1800 <--> 3300 mV at 3000 mV                               
    [    0.950866] ldoln: 1800 mV                                                   
    [    0.955932] ldousb: 3250 mV                                                  
    [    0.965209] omap_i2c 48072000.i2c: did not get pins for i2c error: -19       
    [    0.972656] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz                  
    [    0.979400] omap_i2c 48060000.i2c: did not get pins for i2c error: -19       
    [    0.986846] omap_i2c 48060000.i2c: bus 2 rev0.12 at 100 kHz                  
    [    0.993011] omap_i2c 4807a000.i2c: did not get pins for i2c error: -19       
    [    1.000488] omap_i2c 4807a000.i2c: bus 3 rev0.12 at 400 kHz                  
    [    1.007202] omap_i2c 4807c000.i2c: did not get pins for i2c error: -19       
    [    1.014678] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 100 kHz                  
    [    1.023834] omap-iommu omap-iommu.0: ipu_mmu registered                      
    [    1.029418] omap-iommu omap-iommu.1: dsp_mmu registered                      
    [    1.035705] Advanced Linux Sound Architecture Driver Initialized.            
    [    1.044555] NetLabel: Initializing                                           
    [    1.048126] NetLabel:  domain hash size = 128                                
    [    1.052947] NetLabel:  protocols = UNLABELED CIPSOv4                         
    [    1.058319] NetLabel:  unlabeled traffic allowed by default                  
    [    1.064361] Switching to clocksource 32k_counter                             
    [    1.074371] Clockevents: could not switch to one-shot mode:[    1.074371] Cl.
    [    1.074401] Could not switch to high resolution mode on CPU 1                
                                                                                    
    [    1.094482]  dummy_timer is not functional.                                  
    [    1.099273] Could not switch to high resolution mode on CPU 0                
    [    1.184082] NET: Registered protocol family 2                                
    [    1.190063] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    [    1.198577] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)       
    [    1.209045] TCP: Hash tables configured (established 8192 bind 8192)         
    [    1.215881] TCP: reno registered                                             
    [    1.219299] UDP hash table entries: 512 (order: 3, 40960 bytes)              
    [    1.225921] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)         
    [    1.233642] NET: Registered protocol family 1                                
    [    1.239227] RPC: Registered named UNIX socket transport module.              
    [    1.245391] RPC: Registered udp transport module.                            
    [    1.250335] RPC: Registered tcp transport module.                            
    [    1.255279] RPC: Registered tcp NFSv4.1 backchannel transport module.        
    [    1.279022] NetWinder Floating Point Emulator V0.97 (double precision)       
    [    1.286712] CPU PMU: probing PMU on CPU 1                                    
    [    1.290954] hw perfevents: enabled with ARMv7 Cortex-A15 PMU driver, 7 counte
    [    1.305694] audit: initializing netlink socket (disabled)                    
    [    1.311523] type=2000 audit(1.289:1): initialized                            
    [    1.488342] bounce pool size: 64 pages                                       
    [    1.492828] VFS: Disk quotas dquot_6.5.2                                     
    [    1.497131] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)       
    [    1.507965] NFS: Registering the id_resolver key type                        
    [    1.513671] Key type id_resolver registered                                  
    [    1.518066] Key type id_legacy registered                                    
    [    1.522430] msgmni has been set to 1456                                      
    [    1.529235] io scheduler noop registered (default)                           
    [    1.534271] io scheduler deadline registered                                 
    [    1.538879] io scheduler cfq registered                                      
    [    1.544342] pinctrl-single 4a002840.pinmux: 219 pins at pa fc002840 size 438
    [    1.552124] pinctrl-single 4ae0c840.pinmux: 28 pins at pa fce0c840 size 56   
    [    1.568176] i2c-core: driver [adp8860_bl] using legacy suspend method        
    [    1.575042] i2c-core: driver [adp8860_bl] using legacy resume method         
    [    1.581970] i2c-core: driver [adp8870_bl] using legacy suspend method        
    [    1.588684] i2c-core: driver [adp8870_bl] using legacy resume method         
    [    1.596527] OMAP DSS rev 6.1                                                 
    [    1.606903] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled          
    [    1.618011] omap_uart 4806a000.serial: did not get pins for uart0 error: -19
    [    1.625701] 4806a000.serial: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP 0
    [    1.634735] omap_uart 4806c000.serial: did not get pins for uart1 error: -19
    [    1.642517] 4806c000.serial: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP 1
    [    1.651245] omap_uart 48020000.serial: did not get pins for uart2 error: -19
    [    1.658935] 48020000.serial: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP 2
    [    1.666992] console [ttyO2] enabled, bootconsole disabled                    
    [    1.666992] console [ttyO2] enabled, bootconsole disabled                    
    [    1.679138] omap_uart 4806e000.serial: did not get pins for uart3 error: -19
    [    1.686767] 4806e000.serial: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP 3
    [    1.695709] omap_uart 48066000.serial: did not get pins for uart4 error: -19
    [    1.703338] 48066000.serial: ttyO4 at MMIO 0x48066000 (irq = 137) is a OMAP 4
    [    1.712127] omap_uart 48068000.serial: did not get pins for uart5 error: -19
    [    1.719757] 48068000.serial: ttyO5 at MMIO 0x48068000 (irq = 138) is a OMAP 5
    [    1.729431] [drm] Initialized drm 1.1.0 20060810                             
    [    1.754760] brd: module loaded                                               
    [    1.769744] loop: module loaded                                              
    [    1.783142] palmas-pwm palmas_pwm.23: there are no PWMs muxed                
    [    1.789733] palmas-pwm: probe of palmas_pwm.23 failed with error -22         
    [    1.799530] ahci ahci: can't get clock                                       
    [    1.803741] ahci ahci: forcing PORTS_IMPL to 0x1                             
    [    1.808715] ahci ahci: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platfe
    [    1.816864] ahci ahci: flags: 64bit ncq sntf pm led clo only pmp pio slum pa
    [    1.828521] scsi0 : ahci_platform                                            
    [    1.833374] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1401ff] port 0x6
    [    1.844482] mtdoops: mtd device (mtddev=name/number) must be supplied        
    [    1.855560] usbcore: registered new interface driver asix                    
    [    1.861572] usbcore: registered new interface driver cdc_ether               
    [    1.868041] usbcore: registered new interface driver smsc95xx                
    [    1.874420] usbcore: registered new interface driver net1080                 
    [    1.880676] usbcore: registered new interface driver cdc_subset              
    [    1.887237] usbcore: registered new interface driver zaurus                  
    [    1.893371] usbcore: registered new interface driver cdc_ncm                 
    [    1.900451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver       
    [    1.907379] ehci-omap: OMAP-EHCI Host Controller driver                      
    [    2.069183] ehci-omap 4a064c00.ehci: EHCI Host Controller                    
    [    2.076599] ehci-omap 4a064c00.ehci: new USB bus registered, assigned bus nu1
    [    2.085449] ehci-omap 4a064c00.ehci: irq 109, io mem 0x4a064c00              
    [    2.105682] ehci-omap 4a064c00.ehci: USB 2.0 started, EHCI 1.00              
    [    2.112548] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002    
    [    2.119720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber1
    [    2.127319] usb usb1: Product: EHCI Host Controller                          
    [    2.132476] usb usb1: Manufacturer: Linux 3.8.4+ ehci_hcd                    
    [    2.138153] usb usb1: SerialNumber: 4a064c00.ehci                            
    [    2.146087] hub 1-0:1.0: USB hub found                                       
    [    2.150115] hub 1-0:1.0: 3 ports detected                                    
    [    2.175964] ata1: SATA link down (SStatus 0 SControl 300)                    
    [    2.297668] usbcore: registered new interface driver cdc_wdm                 
    [    2.303619] Initializing USB Mass Storage driver...                          
    [    2.309112] usbcore: registered new interface driver usb-storage             
    [    2.315399] USB Mass Storage support registered.                             
    [    2.320648] usbcore: registered new interface driver usbtest                 
    [    2.327941] mousedev: PS/2 mouse device common for all mice                  
    [    2.337127] i2c /dev entries driver                                          
    [    2.344207] Driver for 1-wire Dallas network protocol.                       
    [    2.354400] omap-dma-engine omap-dma-engine: allocating channel for 62       
    [    2.361511] omap-dma-engine omap-dma-engine: allocating channel for 61       
    [    2.368713] omap_hsmmc 4809c000.mmc: pins are not configured from the driver
    [    2.418457] omap-dma-engine omap-dma-engine: allocating channel for 48       
    [    2.425323] omap-dma-engine omap-dma-engine: allocating channel for 47       
    [    2.432495] omap_hsmmc 480b4000.mmc: pins are not configured from the driver
    [    2.480957] omap-dma-engine omap-dma-engine: allocating channel for 78       
    [    2.487823] omap-dma-engine omap-dma-engine: allocating channel for 77       
    [    2.494750] omap_hsmmc 480ad000.mmc: vmmc regulator missing                  
    [    2.500762] omap-dma-engine omap-dma-engine: freeing channel for 77          
    [    2.507354] omap-dma-engine omap-dma-engine: freeing channel for 78          
    [    2.507415] mmc0: host does not support reading read-only switch. assuming w.
    [    2.512573] mmc0: new high speed SDHC card at address e624                   
    [    2.528411] platform 480ad000.mmc: Driver omap_hsmmc requests probe deferral
    [    2.536010] mmcblk0: mmc0:e624 SU04G 3.69 GiB                                
    [    2.538177] usbcore: registered new interface driver usbhid                  
    [    2.538177] usbhid: USB HID core driver                                      
    [    2.556854]  mmcblk0: p1 p2                                                  
    [    2.557769] oprofile: using timer interrupt.                                 
    [    2.564514] Netfilter messages via NETLINK v0.30.                            
    [    2.569641] nfnl_acct: registering with nfnetlink.                           
    [    2.575073] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)            
    [    2.582672] ctnetlink v0.93: registering with nfnetlink.                     
    [    2.588653] NF_TPROXY: Transparent proxy support initialized, version 4.1.0  
    [    2.596038] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.               
    [    2.603332] xt_time: kernel timezone is -0000                                
    [    2.608001] ip_set: protocol 6                                               
    [    2.611907] ip_tables: (C) 2000-2006 Netfilter Core Team                     
    [    2.618011] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully         
    [    2.624786] arp_tables: (C) 2002 David S. Miller                             
    [    2.629852] TCP: cubic registered                                            
    [    2.633331] Initializing XFRM netlink socket                                 
    [    2.638153] NET: Registered protocol family 10                               
    [    2.644561] sit: IPv6 over IPv4 tunneling driver                             
    [    2.649902] mmc1: BKOPS_EN bit is not set                                    
    [    2.655364] NET: Registered protocol family 17                               
    [    2.656097] mmc1: new high speed MMC card at address 0001                    
    [    2.665893] NET: Registered protocol family 15                               
    [    2.670867] Key type dns_resolver registered                                 
    [    2.675476] mmcblk1: mmc1:0001 SEM04G 3.68 GiB                               
    [    2.680236] VFP support v0.3: implementor 41 architecture 4 part 30 variant 0
    [    2.683380] mmcblk1boot0: mmc1:0001 SEM04G partition 1 2.00 MiB              
    [    2.694671] ThumbEE CPU extension supported.                                 
    [    2.694732] mmcblk1boot1: mmc1:0001 SEM04G partition 2 2.00 MiB              
    [    2.705505] Registering SWP/SWPB emulation handler                           
    [    2.713836] omap-dma-engine omap-dma-engine: allocating channel for 78       
    [    2.714416] Alternate GPT is invalid, using primary GPT.                     
    [    2.714447]  mmcblk1: p1 p2 p3 p4 p5 p6 p7                                   
    [    2.730865] omap-dma-engine omap-dma-engine: allocating channel for 77       
    [    2.737945] omap_hsmmc 480ad000.mmc: vmmc regulator missing                  
    [    2.743988] omap-dma-engine omap-dma-engine: freeing channel for 77          
    [    2.750671] omap-dma-engine omap-dma-engine: freeing channel for 78          
    [    2.757507] platform 480ad000.mmc: Driver omap_hsmmc requests probe deferral
    [    2.766906] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)          
    [    2.774841]  mmcblk1boot1: unknown partition table                           
    [    2.778808] dmm dmm: initialized all PAT entries                             
    [    2.785278] omap-dma-engine omap-dma-engine: allocating channel for 78       
    [    2.792572] omap-dma-engine omap-dma-engine: allocating channel for 77       
    [    2.799682] omap_hsmmc 480ad000.mmc: vmmc regulator missing                  
    [    2.802764] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).      
    [    2.802764] [drm] No driver support for vblank timestamp query.              
    [    2.802795] omapdrm omapdrm.0: No connectors reported connected with modes   
    [    2.802795] [drm] Cannot find any crtc or sizes - going 1920x1080            
    [    2.832550] omap-dma-engine omap-dma-engine: freeing channel for 77          
    [    2.839294] omap-dma-engine omap-dma-engine: freeing channel for 78          
    [    2.840270]  mmcblk1boot0: unknown partition table                           
    [    2.851440] platform 480ad000.mmc: Driver omap_hsmmc requests probe deferral
    [    2.854644] [drm] Enabling DMM ywrap scrolling                               
    [    2.884735] Console: switching to colour frame buffer device 240x67          
    [    2.909027] omapdrm omapdrm.0: fb0: omapdrm frame buffer device              
    [    2.915283] omapdrm omapdrm.0: registered panic notifier                     
    [    2.920959] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0              
    [    2.927734] omap-dma-engine omap-dma-engine: allocating channel for 78       
    [    2.928039] ALSA device list:                                                
    [    2.928070]   No soundcards found.                                           
    [    2.941314] omap-dma-engine omap-dma-engine: allocating channel for 77       
    [    2.948211] omap_hsmmc 480ad000.mmc: vmmc regulator missing                  
    [    2.954071] omap-dma-engine omap-dma-engine: freeing channel for 77          
    [    2.960632] omap-dma-engine omap-dma-engine: freeing channel for 78          
    [    2.967315] platform 480ad000.mmc: Driver omap_hsmmc requests probe deferral
    [    2.977722] EXT3-fs (mmcblk0p2): error: couldn't mount because of unsupporte)
    [    2.988891] EXT2-fs (mmcblk0p2): error: couldn't mount because of unsupporte)
    [    3.024353] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. )
    [    3.032989] VFS: Mounted root (ext4 filesystem) on device 179:2.             
    [    3.041107] devtmpfs: mounted                                                
    [    3.044555] Freeing init memory: 276K                                        
    [    3.346099] init: Failed to create pty - disabling logging for job           
    [    3.352874] init: Temporary process spawn error: No space left on device     
    [    3.393554] init: Failed to create pty - disabling logging for job           
    [    3.400360] init: Temporary process spawn error: No space left on device     
    [    3.416015] init: Failed to create pty - disabling logging for job           
    [    3.422760] init: Temporary process spawn error: No space left on device     
    [    3.435058] init: Failed to create pty - disabling logging for job           
    [    3.441864] init: Temporary process spawn error: No space left on device     
    [    3.542480] init: ureadahead main process (939) terminated with status 5     
    [    4.074066] init: Failed to create pty - disabling logging for job           
    [    4.080841] init: Temporary process spawn error: No space left on device     
    [    4.109405] init: Failed to create pty - disabling logging for job           
    [    4.116149] init: Temporary process spawn error: No space left on device     
    [    4.183776] init: Failed to create pty - disabling logging for job           
    [    4.190521] init: Temporary process spawn error: No space left on device     
     * Starting bluetooth daemon[ OK ]                                              
     * Starting mDNS/DNS-SD daemon[ OK ]                                            
     * Starting network connection manager[ OK ]                                    
     * Starting bluetooth daemon[ OK ]                                              
     * Starting CUPS printing spooler/server[ OK ]                                  
     * Starting bluetooth daemon[ OK ]                                              
     * Starting bluetooth daemon[ OK ]                                              
                                                                                    
    speech-dispatcher disabled; edit /etc/default/speech-dispatcher                 
    saned disabled; edit /etc/default/saned                                         
    Last login: Thu Jan  1 00:00:11 UTC 1970 on tty1                                
    cat: /var/lib/update-notifier/fsck-at-reboot: No such file or directory         
    run-parts: /etc/update-motd.d/98-fsck-at-reboot exited with return code 1       
    Welcome to Linaro 12.04 (GNU/Linux 3.8.4+ armv7l)                               
                                                                                    
     * Documentation:  https://wiki.linaro.org/                                     
                                                                                    
    621 packages can be updated.                                                    
    237 updates are security updates.                                               
                                                                                    
    root@linaro-ubuntu-desktop:~#
     

    they are the console log. The lanes number I get from my colleague, I will check whether it is right as well

    Regards

    Ryan

  • please check your  .config and see if the taal driver is  not build as module. further more are you using linaro sources?

    Regards,

    Boyko

  • Hi Boyko:

    Yes, I build the taal driver into the uImage with Yes, not M.

    I use the linaro source with Ubuntu 12.04 but the kernel I get from the TI.

    Best regards

    Ryan

  • Hi,

    Can you share what changes you did in your board file? perhaps something there is incorrect.

    Regards,

    Boyko

  • HI

    What you ask is really what I want to know at this moment, because after I compile the kernel and get the uImage, I cannot find any board file that has been compiled (no .o file at all). At the beginning I think the dss-common.c is the board file, then I try to add some comment so that it can display on the minicom, but nothing I can check. So now I am also feel strange how to find this board file.

    Best Regards

    Ryan