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.

AM335x Pinmux for DCAN & Wireless

Hi,

We are working on an application which requires bluetooth, wifi and DCAN of AM335x EVM.

All these interfaces work in different profile i.e profile #0 (BT/Wi-fi) and profile #1 (DCAN), but we want them working at a time.

How can i use these interfaces in one profile? would Pinmux be helpful? I followed below link, but as newbie to this, didn't grasp it at all: http://processors.wiki.ti.com/index.php/AM335x_PSP_User's_Guide#Modifying_Pin_Mux_settings

Please suggest with solutions to this issue? 

Thanks,
Nitin

  • Hi Nitin,
     
    On the EVM this would be impossible, since the signals you need are routed through a CPLD on the daugther board. The profiles switch different CPLD configurations. Pinmux will not help here.
  • Hi Biser,

    Thanks for replying. I just need to know how can i get BT & DCAN working on EVM simultaneously? I am booting the board with sitara Linux.
    Please update.

    Thanks

  • Hi Nitin,
     
    There is a possibility, but you will need to rework your EVM a little. On the Base Board schematics you can see that DCAN1 can be pinmuxed on UART0 CTS and RTS pins. If you trace these two nets (AM335X_UART0_CTSn and AM335X_UART0_RTSn) you will see they come to expansion connector J5 through R213 and R216. On the Daughter Board schematics page 5 the CAN interface is connected through R43 and R44. So you can remove R213, R216 (Base Board) and R43, R44 (Daughter Board) and throw two wires across the two boards. This way you will have your CAN transceiver connected directly to the processor at all times.
  • Hi Biser,

                  After making these changes I had following queries with this:

    1- The UART0 Ctsn and Rtsn pins should be changed to DCAN1 TX, RX functionality in softawre correct ? Otherwise that pin will be only acting as UART0 functionality rather than selecting internal dcan module. So please tell whether software changes in linux setup files are necessary?

    2- Is ther any issues of voltage mismatch or any other due to these hardware changes?

    Please see attached files for better reliazation:

    1.. AM335x_profile - steps we initiated for dcan working in profile#0
    1325.EVM_profiles_setUp.docx

    2. minicom_new - bootup log with newly created card

    Welcome to minicom 2.4
    
    OPTIONS: I18n 
    Compiled on Jan 25 2010, 06:49:09.
    Port /dev/ttyS0
    
    Press CTRL-A Z for help on special keys
    
    CCCCCCCC
    U-Boot SPL 2011.09 (Jul 26 2012 - 17:18:20)
    Texas Instruments Revision detection unimplemented
    Found a daughter card connected
    OMAP SD/MMC: 0
    reading u-boot.img
    reading u-boot.img
    
    U-Boot 2011.09 (Jul 26 2012 - 17:13:38)
    
    I2C:   ready
    DRAM:  256 MiB
    WARNING: Caches not enabled
    Found a daughter card connected
    NAND:  HW ECC Hamming Code selected
    256 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Warning - bad CRC, using default environment
    
    Net:   cpsw
    Hit any key to stop autoboot:  1 
    
    CTRL-A Z for help |115200 8N1 | NOR | Minicom 2.4    | VT102 |      Offline                                                                                
    
     0 
    SD/MMC found on device 0
    reading uEnv.txt
    
    ** Unable to read "uEnv.txt" from mmc 0:1 **
    reading uImage
    
    3163784 bytes read
    ## Booting kernel from Legacy Image at 80007fc0 ...
       Image Name:   Linux-3.2.0
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    3163720 Bytes = 3 MiB
       Load Address: 80008000
       Entry Point:  80008000
       Verifying Checksum ... OK
       XIP Kernel Image ... OK
    OK
    
    Starting kernel ...
    
    Uncompressing Linux... done, booting the kernel.
    [    0.000000] Linux version 3.2.0 (root@cts-desktop) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #1 Fri Jan 25 15:04:31 IST 2013
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: am335xevm
    [    0.000000] Memory policy: ECC disabled, Data cache writeback
    [    0.000000] AM335X ES1.0 (sgx neon )
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait ip=none
    [    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
    [    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
    [    0.000000] Memory: 256MB = 256MB total
    [    0.000000] Memory: 253256k/253256k available, 8888k reserved, 0K highmem
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    [    0.000000]     vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
    [    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc059d000   (5716 kB)
    [    0.000000]       .init : 0xc059d000 - 0xc05db000   ( 248 kB)
    [    0.000000]       .data : 0xc05dc000 - 0xc0644198   ( 417 kB)
    [    0.000000]        .bss : 0xc06441bc - 0xc0671024   ( 180 kB)
    [    0.000000] NR_IRQS:396
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [    0.000000] Total of 128 interrupts on 1 active controller
    [    0.000000] OMAP clockevent source: GPTIMER2 at 24000000 Hz
    [    0.000000] OMAP clocksource: GPTIMER1 at 32768 Hz
    [    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
    [    0.000000] Console: colour dummy device 80x30
    [    0.000152] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)
    [    0.058929] pid_max: default: 32768 minimum: 301
    [    0.059051] Security Framework initialized
    [    0.059143] Mount-cache hash table entries: 512
    [    0.059539] CPU: Testing write buffer coherency: ok
    [    0.079498] omap_hwmod: pruss: failed to hardreset
    [    0.080627] print_constraints: dummy: 
    [    0.080963] NET: Registered protocol family 16
    [    0.083099] OMAP GPIO hardware version 0.1
    [    0.085693] omap_mux_init: Add partition: #1: core, flags: 0
    [    0.087921]  omap_i2c.1: alias fck already exists
    [    0.088806]  omap2_mcspi.1: alias fck already exists
    [    0.089080]  omap2_mcspi.2: alias fck already exists
    [    0.089843]  edma.0: alias fck already exists
    [    0.089874]  edma.0: alias fck already exists
    [    0.089904]  edma.0: alias fck already exists
    [    0.090270]  d_can.1: alias fck already exists
    [    0.116943] bio: create slab <bio-0> at 0
    [    0.119232] SCSI subsystem initialized
    [    0.120849] usbcore: registered new interface driver usbfs
    [    0.121154] usbcore: registered new interface driver hub
    [    0.121337] usbcore: registered new device driver usb
    [    0.121490] musb-ti81xx musb-ti81xx: musb0, board_mode=0x13, plat_mode=0x3
    [    0.121795] musb-ti81xx musb-ti81xx: musb1, board_mode=0x13, plat_mode=0x1
    [    0.139007] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz
    [    0.140899] tps65910 1-002d: JTAGREVNUM 0x0
    [    0.143280] print_constraints: VRTC: 
    [    0.144744] print_constraints: VIO: at 1800 mV 
    [    0.147033] print_constraints: VDD1: 600 <--> 1500 mV at 1262 mV normal 
    [    0.149322] print_constraints: VDD2: 600 <--> 1500 mV at 1137 mV normal 
    [    0.150329] print_constraints: VDD3: 5000 mV 
    [    0.151733] print_constraints: VDIG1: at 1800 mV 
    [    0.153167] print_constraints: VDIG2: at 1800 mV 
    [    0.154571] print_constraints: VPLL: at 1800 mV 
    [    0.156005] print_constraints: VDAC: at 1800 mV 
    [    0.157440] print_constraints: VAUX1: at 1800 mV 
    [    0.158843] print_constraints: VAUX2: at 3300 mV 
    [    0.160308] print_constraints: VAUX33: at 3300 mV 
    [    0.161712] print_constraints: VMMC: at 3300 mV 
    [    0.162231] tps65910 1-002d: No interrupt support, no core IRQ
    [    0.163482] Advanced Linux Sound Architecture Driver Version 1.0.24.
    [    0.164611] Switching to clocksource gp timer
    [    0.180053] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
    [    0.180236] musb-hdrc musb-hdrc.0: dma type: pio
    [    0.180541] MUSB0 controller's USBSS revision = 4ea20800
    [    0.181121] musb-hdrc musb-hdrc.0: USB OTG mode controller at d083c000 using PIO, IRQ 18
    [    0.181274] musb-hdrc musb-hdrc.1: dma type: pio
    [    0.181579] MUSB1 controller's USBSS revision = 4ea20800
    [    0.181671] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
    [    0.181762] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
    [    0.181884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    0.181915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    0.181915] usb usb1: Product: MUSB HDRC host driver
    [    0.181945] usb usb1: Manufacturer: Linux 3.2.0 musb-hcd
    [    0.181945] usb usb1: SerialNumber: musb-hdrc.1
    [    0.182708] hub 1-0:1.0: USB hub found
    [    0.182739] hub 1-0:1.0: 1 port detected
    [    0.183288] musb-hdrc musb-hdrc.1: USB Host mode controller at d083e800 using PIO, IRQ 19
    [    0.183715] NET: Registered protocol family 2
    [    0.183898] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.184204] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.184356] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.184448] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.184478] TCP reno registered
    [    0.184478] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [    0.184509] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [    0.184753] NET: Registered protocol family 1
    [    0.185028] RPC: Registered named UNIX socket transport module.
    [    0.185058] RPC: Registered udp transport module.
    [    0.185058] RPC: Registered tcp transport module.
    [    0.185058] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.185333] NetWinder Floating Point Emulator V0.97 (double precision)
    [    0.197418] VFS: Disk quotas dquot_6.5.2
    [    0.197509] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.198028] msgmni has been set to 494
    [    0.201232] alg: No test for stdrng (krng)
    [    0.201904] io scheduler noop registered
    [    0.201934] io scheduler deadline registered
    [    0.201995] io scheduler cfq registered (default)
    [    0.205749] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
    [    0.825256] console [ttyO0] enabled
    [    0.829498] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
    [    0.837310] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
    [    0.845123] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3
    [    0.852905] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
    [    0.860687] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5
    [    0.877868] brd: module loaded
    [    0.885955] loop: module loaded
    [    0.889434] i2c-core: driver [tsl2550] using legacy suspend method
    [    0.895904] i2c-core: driver [tsl2550] using legacy resume method
    [    0.902313] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
    [    0.916229] Detected a daughter card on AM335x EVM..
    [    0.921234] CPLD version: CPLD1.0F
    [    0.924987] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
    [    0.940155] Board name: A33515BB
    [    0.943542] Board version: 1.4A
    [    0.946807] SKU: SKU#01
    [    0.949890] The board is general purpose EVM in profile 0
    [    0.956024]  da8xx_lcdc.0: alias fck already exists
    [    0.961669] da8xx_lcdc da8xx_lcdc.0: GLCD: Found TFC_S9700RTWV35TR_01B panel
    [    0.985351] Console: switching to colour frame buffer device 100x30
    [    1.002136] omap-gpmc omap-gpmc: GPMC revision 6.0
    [    1.007202] Registering NAND on CS0
    [    1.011535]  omap_i2c.2: alias fck already exists
    [    1.035278] omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 100 kHz
    [    1.041778] tsl2550 2-0039: standard operating mode
    [    1.047576] tsl2550 2-0039: support ver. 1.2 enabled
    [    1.053436]  davinci-mcasp.1: alias fck already exists
    [    1.059051] usb 1-1: new low-speed USB device number 2 using musb-hdrc
    [    1.066284]  omap_hsmmc.0: alias fck already exists
    [    1.071807]  omap_hsmmc.2: alias fck already exists
    [    1.077301] Configure Bluetooth Enable pin...
    [    1.083312] registered am33xx_sr device
    [    1.087585] _regulator_get: 2-0018 supply Vdd not found, using dummy regulator
    [    1.095184] _regulator_get: 2-0018 supply Vdd_IO not found, using dummy regulator
    [    1.123626] lis3lv02d: 8 bits 3DLH sensor found
    [    1.207733] usb 1-1: New USB device found, idVendor=04b3, idProduct=310b
    [    1.214721] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    1.223144] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input0
    [    1.234436] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.241790] omap2-nand driver initializing
    [    1.246398] ONFI flash detected
    [    1.249816] ONFI param page 0 valid
    [    1.253448] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08ABAEAWP)
    [    1.262054] Creating 8 MTD partitions on "omap2-nand.0":
    [    1.267608] 0x000000000000-0x000000020000 : "SPL"
    [    1.273925] 0x000000020000-0x000000040000 : "SPL.backup1"
    [    1.280883] 0x000000040000-0x000000060000 : "SPL.backup2"
    [    1.287780] 0x000000060000-0x000000080000 : "SPL.backup3"
    [    1.294677] 0x000000080000-0x000000260000 : "U-Boot"
    [    1.301910] 0x000000260000-0x000000280000 : "U-Boot Env"
    [    1.308746] 0x000000280000-0x000000780000 : "Kernel"
    [    1.317291] 0x000000780000-0x000010000000 : "File System"
    [    1.427551] OneNAND driver initializing
    [    1.432952] CAN device driver interface
    [    1.437011] CAN bus driver for Bosch D_CAN controller 1.0
    [    1.443450] d_can d_can.1: device registered (irq=55, irq_obj=56)
    [    1.495269] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
    [    1.501708] davinci_mdio davinci_mdio.0: detected phy mask fffffffe
    [    1.509155] davinci_mdio.0: probed
    [    1.512695] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown
    [    1.520416] usbcore: registered new interface driver zd1201
    [    1.526458] usbcore: registered new interface driver cdc_ether
    [    1.532714] usbcore: registered new interface driver cdc_eem
    [    1.538787] usbcore: registered new interface driver dm9601
    [    1.544647] cdc_ncm: 04-Aug-2011
    [    1.548187] usbcore: registered new interface driver cdc_ncm
    [    1.554107] Initializing USB Mass Storage driver...
    [    1.559448] usbcore: registered new interface driver usb-storage
    [    1.565704] USB Mass Storage support registered.
    [    1.570983] mousedev: PS/2 mouse device common for all mice
    [    1.577819] input: matrix-keypad as /devices/platform/matrix-keypad/input/input1
    [    1.586944] input: ti-tsc-adcc as /devices/platform/omap/tsc/input/input2
    [    1.595458] omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
    [    1.602294] i2c /dev entries driver
    [    1.606597] Linux video capture interface: v2.00
    [    1.611755] usbcore: registered new interface driver uvcvideo
    [    1.617767] USB Video Class driver (1.1.1)
    [    1.622924] lm75 2-0048: hwmon0: sensor 'tmp275'
    [    1.630615] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    1.639221] cpuidle: using governor ladder
    [    1.643981] cpuidle: using governor menu
    [    1.651855] omap4_aes_mod_init: loading AM33X AES driver
    [    1.657562] omap4-aes omap4-aes: AM33X AES hw accel rev: 3.02
    [    1.664093] omap4_aes_probe: probe() done
    [    1.668792] omap4_sham_mod_init: loading AM33X SHA/MD5 driver
    [    1.674926] omap4-sham omap4-sham: AM33X SHA/MD5 hw accel rev: 4.03
    [    1.689575] omap4_sham_probe: probe() done
    [    1.703186] input: HID 04b3:310b as /devices/platform/omap/musb-ti81xx/musb-hdrc.1/usb1/1-1/1-1:1.0/input/input3
    [    1.714385] generic-usb 0003:04B3:310B.0001: input: USB HID v1.00 Mouse [HID 04b3:310b] on usb-musb-hdrc.1-1/input0
    [    1.725555] usbcore: registered new interface driver usbhid
    [    1.731353] usbhid: USB HID core driver
    [    1.736053] usbcore: registered new interface driver snd-usb-audio
    [    1.744445] _regulator_get: 2-001b supply IOVDD not found, using dummy regulator
    [    1.752319] _regulator_get: 2-001b supply DVDD not found, using dummy regulator
    [    1.759979] _regulator_get: 2-001b supply AVDD not found, using dummy regulator
    [    1.767669] _regulator_get: 2-001b supply DRVDD not found, using dummy regulator
    [    1.778320] asoc: tlv320aic3x-hifi <-> davinci-mcasp.1 mapping ok
    [    1.786163] ALSA device list:
    [    1.789276]   #0: AM335X EVM
    [    1.792266] oprofile: hardware counters not available
    [    1.797576] oprofile: using timer interrupt.
    [    1.802032] nf_conntrack version 0.5.0 (3957 buckets, 15828 max)
    [    1.808837] ip_tables: (C) 2000-2006 Netfilter Core Team
    [    1.814514] TCP cubic registered
    [    1.817901] NET: Registered protocol family 17
    [    1.822540] can: controller area network core (rev 20090105 abi 8)
    [    1.829101] NET: Registered protocol family 29
    [    1.833770] can: raw protocol (rev 20090105)
    [    1.838226] can: broadcast manager protocol (rev 20090105 t)
    [    1.844146] Registering the dns_resolver key type
    [    1.849151] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    1.857147] ThumbEE CPU extension supported.
    [    1.861663] mux: Failed to setup hwmod io irq -22
    [    1.867218] Power Management for AM33XX family
    [    1.872100] Trying to load am335x-pm-firmware.bin (60 secs timeout)
    [    1.878784] Copied the M3 firmware to UMEM
    [    1.883270] smartreflex smartreflex: am33xx_sr_probe: Zero NValue read from EFUSE
    [    1.891113] smartreflex: probe of smartreflex failed with error -22
    [    1.898162] sr_init: platform driver register failed
    [    1.908538] clock: disabling unused clocks to save power
    [    1.927551] Detected MACID=d4:94:a1:8d:81:16
    [    1.932800] mmc0: new high speed SDHC card at address aaaa
    [    1.939178] cpsw: Detected MACID = d4:94:a1:8d:81:17
    [    1.945404] mmcblk0: mmc0:aaaa SU08G 7.40 GiB 
    [    1.952239] input: gpio-keys as /devices/platform/gpio-keys/input/input4
    [    1.959533]  mmcblk0: p1 p2
    [    1.963623] omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)
    [    2.080322] mmc1: card claims to support voltages below the defined range. These will be ignored.
    [    2.101440] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
    [    2.108673] mmc1: new SDIO card at address 0001
    [    4.544616] kjournald starting.  Commit interval 5 seconds
    [    4.552490] EXT3-fs (mmcblk0p2): using internal journal
    [    4.557983] EXT3-fs (mmcblk0p2): recovery complete
    [    4.650512] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
    [    4.657775] VFS: Mounted root (ext3 filesystem) on device 179:2.
    [    4.664398] Freeing init memory: 248K
    INIT: version 2.86 booting
    Please wait: booting...
    Starting udev
    [    5.622009] Disabling lock debugging due to kernel taint
    [    6.618255] cfg80211: Calling CRDA to update world regulatory domain
    [    7.010986] cfg80211: World regulatory domain updated:
    [    7.016448] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [    7.025177] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [    7.033447] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [    7.041717] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [    7.049987] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [    7.058258] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [    7.368530] wl12xx: driver version: ol_R5.00.17
    [    7.373260] wl12xx: compilation time: Thu May 17 05:25:00 2012
    [    7.755584] wl12xx: loaded
    [    7.850555] alignment: ignoring faults is unsafe on this CPU.  Defaulting to fixup mode.
    Remounting root file system...
    Caching udev devnodes
    ALSA: Restoring mixer settings...
    Configuring network interfaces... [   10.025817] net eth0: CPSW phy found : id is : 0x4dd074
    eth0      no wireless extensions.
    
    udhcpc (v1.13.2) started
    Sending discover...
    Sending discover...
    Sending discover...
    No lease, forking to background
    done.
    Setting up IP spoofing protection: rp_filter.
    Fri Jul 27 12:26:00 UTC 2012
    INIT: Entering runlevel: 5
    Starting system message bus: dbus.
    Starting Hardware abstraction layer hald
    Starting Dropbear SSH server: dropbear.
    Starting telnet daemon.
    Starting network benchmark server: netserver.
    Starting syslogd/klogd: done
    Starting thttpd.
    Starting PVR
    Starting Lighttpd Web Server: lighttpd.
    2012-07-27 12:26:02: (log.c.166) server started 
    /
    Starting Matrix GUI application.
    [   23.136322]  gadget: Mass Storage Function, version: 2009/09/11
    [   23.142608]  gadget: Number of LUNs=1
    [   23.146453]  lun0: LUN: removable file: /dev/mmcblk0p1
    [   23.151855]  gadget: Mass Storage Gadget, version: 2009/09/11
    [   23.157867]  gadget: userspace failed to provide iSerialNumber
    [   23.163970]  gadget: g_mass_storage ready
    [   23.168182] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
    [   23.173767] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2
    [   23.181610] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [   23.188690] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   23.196228] usb usb2: Product: MUSB HDRC host driver
    [   23.201416] usb usb2: Manufacturer: Linux 3.2.0 musb-hcd
    [   23.206939] usb usb2: SerialNumber: musb-hdrc.0
    [   23.212219] hub 2-0:1.0: USB hub found
    [   23.216156] hub 2-0:1.0: 1 port detected
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the followin GPLv3 packages:
            binutils-symlinks
            binutils
            gdbserver
    
    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org am335x-evm ttyO0
    
    Arago 2011.09 am335x-evm ttyO0
    
    am335x-evm login: root
    root@am335x-evm:~# 
    
    

    3. minicom_original - bootup log with sitara's original card

    U-Boot SPL 2011.09 (Apr 08 2012 - 18:29:14)
    Texas Instruments Revision detection unimplemented
    OMAP SD/MMC: 0
    reading u-boot.img
    reading u-boot.img
    
    
    U-Boot 2011.09 (Apr 08 2012 - 18:25:03)
    
    I2C:   ready
    DRAM:  256 MiB
    WARNING: Caches not enabled
    Found a daughter card connected
    NAND:  HW ECC Hamming Code selected
    256 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Warning - bad CRC, using default environment
    
    Net:   cpsw
    Hit any key to stop autoboot:  0 
    SD/MMC found on device 0
    reading uEnv.txt
    
    ** Unable to read "uEnv.txt" from mmc 0:1 **
    reading uImage
    
    3061672 bytes read
    ## Booting kernel from Legacy Image at 80007fc0 ...
       Image Name:   Arago/3.2/am335x-evm
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    3061608 Bytes = 2.9 MiB
       Load Address: 80008000
       Entry Point:  80008000
       Verifying Checksum ... OK
       XIP Kernel Image ... OK
    OK
    
    Starting kernel ...
    
    Uncompressing Linux... done, booting the kernel.
    [    0.000000] Linux version 3.2.0 (jenkins@sdit-build01) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #1 Mon Apr 9 10:19:16 CDT 2012
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: am335xevm
    [    0.000000] Memory policy: ECC disabled, Data cache writeback
    [    0.000000] AM335X ES1.0 (sgx neon )
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait ip=none
    [    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
    [    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
    [    0.000000] Memory: 256MB = 256MB total
    [    0.000000] Memory: 253468k/253468k available, 8676k reserved, 0K highmem
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    [    0.000000]     vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
    [    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc0575000   (5556 kB)
    [    0.000000]       .init : 0xc0575000 - 0xc05b2000   ( 244 kB)
    [    0.000000]       .data : 0xc05b2000 - 0xc060fb18   ( 375 kB)
    [    0.000000]        .bss : 0xc060fb3c - 0xc063c7e4   ( 180 kB)
    [    0.000000] NR_IRQS:396
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [    0.000000] Total of 128 interrupts on 1 active controller
    [    0.000000] OMAP clockevent source: GPTIMER2 at 24000000 Hz
    [    0.000000] OMAP clocksource: GPTIMER1 at 32768 Hz
    [    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
    [    0.000000] Console: colour dummy device 80x30
    [    0.000152] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)
    [    0.058929] pid_max: default: 32768 minimum: 301
    [    0.059051] Security Framework initialized
    [    0.059173] Mount-cache hash table entries: 512
    [    0.059539] CPU: Testing write buffer coherency: ok
    [    0.079528] omap_hwmod: gfx: failed to hardreset
    [    0.095794] omap_hwmod: pruss: failed to hardreset
    [    0.096923] print_constraints: dummy: 
    [    0.097290] NET: Registered protocol family 16
    [    0.099426] OMAP GPIO hardware version 0.1
    [    0.102020] omap_mux_init: Add partition: #1: core, flags: 0
    [    0.104248]  omap_i2c.1: alias fck already exists
    [    0.105163]  omap2_mcspi.1: alias fck already exists
    [    0.105377]  omap2_mcspi.2: alias fck already exists
    [    0.105621]  edma.0: alias fck already exists
    [    0.105651]  edma.0: alias fck already exists
    [    0.105682]  edma.0: alias fck already exists
    [    0.130340] bio: create slab <bio-0> at 0
    [    0.132507] SCSI subsystem initialized
    [    0.134124] usbcore: registered new interface driver usbfs
    [    0.134460] usbcore: registered new interface driver hub
    [    0.134643] usbcore: registered new device driver usb
    [    0.134796] musb-ti81xx musb-ti81xx: musb0, board_mode=0x13, plat_mode=0x3
    [    0.135101] musb-ti81xx musb-ti81xx: musb1, board_mode=0x13, plat_mode=0x1
    [    0.148986] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz
    [    0.150848] tps65910 1-002d: JTAGREVNUM 0x0
    [    0.153228] print_constraints: VRTC: 
    [    0.154693] print_constraints: VIO: at 1800 mV 
    [    0.157012] print_constraints: VDD1: 600 <--> 1500 mV at 1262 mV normal 
    [    0.159332] print_constraints: VDD2: 600 <--> 1500 mV at 1137 mV normal 
    [    0.160308] print_constraints: VDD3: 5000 mV 
    [    0.161712] print_constraints: VDIG1: at 1800 mV 
    [    0.163146] print_constraints: VDIG2: at 1800 mV 
    [    0.164550] print_constraints: VPLL: at 1800 mV 
    [    0.165985] print_constraints: VDAC: at 1800 mV 
    [    0.167388] print_constraints: VAUX1: at 1800 mV 
    [    0.168853] print_constraints: VAUX2: at 3300 mV 
    [    0.170288] print_constraints: VAUX33: at 3300 mV 
    [    0.171722] print_constraints: VMMC: at 3300 mV 
    [    0.172210] tps65910 1-002d: No interrupt support, no core IRQ
    [    0.173126] Advanced Linux Sound Architecture Driver Version 1.0.24.
    [    0.174285] Switching to clocksource gp timer
    [    0.189849] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
    [    0.190032] musb-hdrc musb-hdrc.0: dma type: pio
    [    0.190887] musb-hdrc musb-hdrc.0: USB OTG mode controller at d081c000 using PIO, IRQ 18
    [    0.191070] musb-hdrc musb-hdrc.1: dma type: pio
    [    0.191467] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
    [    0.191528] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
    [    0.191680] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    0.191680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    0.191680] usb usb1: Product: MUSB HDRC host driver
    [    0.191711] usb usb1: Manufacturer: Linux 3.2.0 musb-hcd
    [    0.191711] usb usb1: SerialNumber: musb-hdrc.1
    [    0.192504] hub 1-0:1.0: USB hub found
    [    0.192535] hub 1-0:1.0: 1 port detected
    [    0.193084] musb-hdrc musb-hdrc.1: USB Host mode controller at d081e800 using PIO, IRQ 19
    [    0.193481] NET: Registered protocol family 2
    [    0.193695] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.194000] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.194152] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.194244] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.194274] TCP reno registered
    [    0.194366] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [    0.194396] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [    0.194580] NET: Registered protocol family 1
    [    0.194854] RPC: Registered named UNIX socket transport module.
    [    0.194854] RPC: Registered udp transport module.
    [    0.194885] RPC: Registered tcp transport module.
    [    0.194885] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.195129] NetWinder Floating Point Emulator V0.97 (double precision)
    [    0.207275] VFS: Disk quotas dquot_6.5.2
    [    0.207336] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.207885] msgmni has been set to 495
    [    0.208648] io scheduler noop registered
    [    0.208679] io scheduler deadline registered
    [    0.208740] io scheduler cfq registered (default)
    [    0.212524] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
    [    0.817657] console [ttyO0] enabled
    [    0.821929] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
    [    0.829772] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
    [    0.837585] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3
    [    0.845367] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
    [    0.853118] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5
    [    0.870269] brd: module loaded
    [    0.878356] loop: module loaded
    [    0.881835] i2c-core: driver [tsl2550] using legacy suspend method
    [    0.888305] i2c-core: driver [tsl2550] using legacy resume method
    [    0.894744] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
    [    0.908660] Detected a daughter card on AM335x EVM..
    [    0.913635] Unknown CPLD version found, falling back to 1.0A
    [    0.919769] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
    [    0.934967] Board name: A33515BB
    [    0.938323] Board version: 1.4A
    [    0.941589] SKU: SKU#01
    [    0.944671] The board is general purpose EVM in profile 0
    [    0.950317] Found invalid GP EVM revision, falling back to Rev1.1A
    [    0.957061]  da8xx_lcdc.0: alias fck already exists
    [    0.962890] da8xx_lcdc da8xx_lcdc.0: GLCD: Found TFC_S9700RTWV35TR_01B panel
    [    0.986572] Console: switching to colour frame buffer device 100x30
    [    1.001983] TSC connected to beta GP EVM
    [    1.007507] omap-gpmc omap-gpmc: GPMC revision 6.0
    [    1.012512] Registering NAND on CS0
    [    1.016937]  omap_i2c.2: alias fck already exists
    [    1.034881] omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 100 kHz
    [    1.041534] tsl2550 2-0039: standard operating mode
    [    1.047363] tsl2550 2-0039: support ver. 1.2 enabled
    [    1.053009]  davinci-mcasp.1: alias fck already exists
    [    1.058898]  omap_hsmmc.0: alias fck already exists
    [    1.064300]  omap_hsmmc.2: alias fck already exists
    [    1.069580] usb 1-1: new low-speed USB device number 2 using musb-hdrc
    [    1.076629] Configure Bluetooth Enable pin...
    [    1.082519] _regulator_get: 2-0018 supply Vdd not found, using dummy regulator
    [    1.090179] _regulator_get: 2-0018 supply Vdd_IO not found, using dummy regulator
    [    1.118591] lis3lv02d: 8 bits 3DLH sensor found
    [    1.205291] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input0
    [    1.216461] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.223815] omap2-nand driver initializing
    [    1.228485] ONFI flash detected
    [    1.231903] ONFI param page 0 valid
    [    1.235565] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08ABAEAWP)
    [    1.244018] usb 1-1: New USB device found, idVendor=04b3, idProduct=310b
    [    1.251037] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    1.259124] Creating 8 MTD partitions on "omap2-nand.0":
    [    1.264678] 0x000000000000-0x000000020000 : "SPL"
    [    1.272155] 0x000000020000-0x000000040000 : "SPL.backup1"
    [    1.279113] 0x000000040000-0x000000060000 : "SPL.backup2"
    [    1.286010] 0x000000060000-0x000000080000 : "SPL.backup3"
    [    1.292907] 0x000000080000-0x000000260000 : "U-Boot"
    [    1.300140] 0x000000260000-0x000000280000 : "U-Boot Env"
    [    1.306976] 0x000000280000-0x000000780000 : "Kernel"
    [    1.315582] 0x000000780000-0x000010000000 : "File System"
    [    1.425781] OneNAND driver initializing
    [    1.431213] CAN device driver interface
    [    1.435241] CAN bus driver for Bosch D_CAN controller 1.0
    [    1.484924] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
    [    1.491363] davinci_mdio davinci_mdio.0: detected phy mask fffffffe
    [    1.498596] davinci_mdio.0: probed
    [    1.502136] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown
    [    1.509857] usbcore: registered new interface driver zd1201
    [    1.515869] usbcore: registered new interface driver cdc_ether
    [    1.522125] usbcore: registered new interface driver cdc_eem
    [    1.528198] usbcore: registered new interface driver dm9601
    [    1.534057] cdc_ncm: 04-Aug-2011
    [    1.537597] usbcore: registered new interface driver cdc_ncm
    [    1.543487] Initializing USB Mass Storage driver...
    [    1.548858] usbcore: registered new interface driver usb-storage
    [    1.555114] USB Mass Storage support registered.
    [    1.560394] mousedev: PS/2 mouse device common for all mice
    [    1.567169] input: matrix-keypad as /devices/platform/matrix-keypad/input/input1
    [    1.576354] input: ti-tsc-adcc as /devices/platform/omap/tsc/input/input2
    [    1.584808] omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
    [    1.591705] i2c /dev entries driver
    [    1.596008] Linux video capture interface: v2.00
    [    1.601165] usbcore: registered new interface driver uvcvideo
    [    1.607208] USB Video Class driver (1.1.1)
    [    1.612365] lm75 2-0048: hwmon0: sensor 'tmp275'
    [    1.620056] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    1.628631] cpuidle: using governor ladder
    [    1.633422] cpuidle: using governor menu
    [    1.646850] input: HID 04b3:310b as /devices/platform/omap/musb-ti81xx/musb-hdrc.1/usb1/1-1/1-1:1.0/input/input3
    [    1.658325] generic-usb 0003:04B3:310B.0001: input: USB HID v1.00 Mouse [HID 04b3:310b] on usb-musb-hdrc.1-1/input0
    [    1.669464] usbcore: registered new interface driver usbhid
    [    1.675292] usbhid: USB HID core driver
    [    1.679962] usbcore: registered new interface driver snd-usb-audio
    [    1.691589] _regulator_get: 2-001b supply IOVDD not found, using dummy regulator
    [    1.699432] _regulator_get: 2-001b supply DVDD not found, using dummy regulator
    [    1.707122] _regulator_get: 2-001b supply AVDD not found, using dummy regulator
    [    1.714782] _regulator_get: 2-001b supply DRVDD not found, using dummy regulator
    [    1.725433] asoc: tlv320aic3x-hifi <-> davinci-mcasp.1 mapping ok
    [    1.734283] ALSA device list:
    [    1.737426]   #0: AM335X EVM
    [    1.740447] oprofile: hardware counters not available
    [    1.745697] oprofile: using timer interrupt.
    [    1.750183] nf_conntrack version 0.5.0 (3960 buckets, 15840 max)
    [    1.756988] ip_tables: (C) 2000-2006 Netfilter Core Team
    [    1.762634] TCP cubic registered
    [    1.766021] NET: Registered protocol family 17
    [    1.770690] can: controller area network core (rev 20090105 abi 8)
    [    1.777252] NET: Registered protocol family 29
    [    1.781890] can: raw protocol (rev 20090105)
    [    1.786346] can: broadcast manager protocol (rev 20090105 t)
    [    1.792297] Registering the dns_resolver key type
    [    1.797302] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    1.805297] ThumbEE CPU extension supported.
    [    1.809814] mux: Failed to setup hwmod io irq -22
    [    1.815399] Power Management for AM33XX family
    [    1.820220] Trying to load am335x-pm-firmware.bin (60 secs timeout)
    [    1.826904] Copied the M3 firmware to UMEM
    [    1.831207] omap_hwmod: wkup_m3: wkup_m3: hwmod data error: OMAP4 does not support st_shift
    [    1.847381] clock: disabling unused clocks to save power
    [    1.855072] Detected MACID=d4:94:a1:8d:81:16
    [    1.861602] input: gpio-keys as /devices/platform/gpio-keys/input/input4
    [    1.869323] omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
    [    1.878570] Waiting for root device /dev/mmcblk0p2...
    [    1.907928] mmc0: new high speed SDHC card at address 1234
    [    1.914306] mmcblk0: mmc0:1234 SA04G 3.63 GiB 
    [    1.921295]  mmcblk0: p1 p2 p3
    [    2.039947] mmc1: card claims to support voltages below the defined range. These will be ignored.
    [    2.060791] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
    [    2.067871] mmc1: new SDIO card at address 0001
    [    8.433746] kjournald starting.  Commit interval 5 seconds
    [    9.132232] EXT3-fs (mmcblk0p2): using internal journal
    [    9.137695] EXT3-fs (mmcblk0p2): recovery complete
    [    9.146423] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
    [    9.153656] VFS: Mounted root (ext3 filesystem) on device 179:2.
    [    9.160339] Freeing init memory: 244K
    INIT: version 2.86 booting
    Please wait: booting...
    Starting udev
    [    9.723114] udevd (714): /proc/714/oom_adj is deprecated, please use /proc/714/oom_score_adj instead.
    [   11.027282] Disabling lock debugging due to kernel taint
    [   11.045837] cfg80211: Calling CRDA to update world regulatory domain
    [   14.639862] cfg80211: World regulatory domain updated:
    [   14.645263] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [   14.654022] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [   14.662292] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [   14.670562] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [   14.678833] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [   14.687103] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [   16.141418] wl1271: loaded
    [   16.290618] kjournald starting.  Commit interval 5 seconds
    [   16.956970] EXT3-fs (mmcblk0p3): using internal journal
    [   16.962432] EXT3-fs (mmcblk0p3): recovery complete
    [   16.967437] EXT3-fs (mmcblk0p3): mounted filesystem with ordered data mode
    [   17.020294] alignment: ignoring faults is unsafe on this CPU.  Defaulting to fixup mode.
    Remounting root file system...
    Caching udev devnodes
    ALSA: Restoring mixer settings...
    Configuring network interfaces... [   20.824981] 
    [   20.825012] CPSW phy found : id is : 0x4dd074
    [   20.831939] PHY 0:01 not found
    eth0      no wireless extensions.
    
    udhcpc (v1.13.2) started
    Sending discover...
    Sending discover...
    Sending discover...
    No lease, forking to background
    done.
    Setting up IP spoofing protection: rp_filter.
    Fri Aug 16 02:10:00 UTC 2013
    INIT: Entering runlevel: 5
    Starting system message bus: dbus.
    Starting Hardware abstraction layer hald
    Starting Dropbear SSH server: dropbear.
    Starting telnet daemon.
    Starting network benchmark server: netserver.
    Starting syslogd/klogd: done
    Starting thttpd.
    Starting PVR
    Starting Lighttpd Web Server: lighttpd.
    2013-08-16 02:10:02: (log.c.166) server started 
    /
    Starting Matrix GUI application.
    [   33.681610]  gadget: Mass Storage Function, version: 2009/09/11
    [   33.687896]  gadget: Number of LUNs=2
    [   33.691711]  lun0: LUN: removable file: /dev/mmcblk0p1
    [   33.697113]  lun1: LUN: removable file: /dev/mmcblk0p3
    [   33.702514]  gadget: Mass Storage Gadget, version: 2009/09/11
    [   33.708526]  gadget: userspace failed to provide iSerialNumber
    [   33.714630]  gadget: g_mass_storage ready
    [   33.718841] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
    [   33.724395] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2
    [   33.732269] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [   33.739349] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   33.746917] usb usb2: Product: MUSB HDRC host driver
    [   33.752075] usb usb2: Manufacturer: Linux 3.2.0 musb-hcd
    [   33.757629] usb usb2: SerialNumber: musb-hdrc.0
    [   33.762969] hub 2-0:1.0: USB hub found
    [   33.766937] hub 2-0:1.0: 1 port detected
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the followin GPLv3 packages:
            binutils-symlinks
            binutils
            gdbserver
    
    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org am335x-evm ttyO0
    
    Arago 2011.09 am335x-evm ttyO0
    
    am335x-evm login: root
    root@am335x-evm:~# 
    
    

    Regards,
    Pramod

  • Hi Pramod,
     
    1. The pinmux will probably need to be changed on UART0_CTSn and UART0_RTSn pins (registers conf_uart0_ctsn at address 0x44E1 0968 and conf_uart0_rtsn at 0x44E1 096C). Pin mode should be set to 2.
    2. There shouldn't be any voltage mismatch issues. I have double-checked, voltage levels are 3.3V. 
  •  

    Hi Biser,

                  First of all Thanks for your quick Support on this as this is very important solution for us.

    I had few queries with this:

    1- I had checked the resistance R213 and R216 at Am335x controller side that is coming on J5. I had traced them correctly on board but my issue is the resistors are of 0603-smd size and that could be difficult for us to solder wire at such small   pad. So alternatively this J5 signals are coming on daughterboard J3 connector 21 and 23 same pins so if we sratch the track of J3 21 and 23 pins and soldering on J5-baseboard 21 and 23 will be fine?

    2- We had checked the software side - You suggested the addresses 0x44E1 0968  and 0x44E1 096C which are in am33xx.h file

    #define AM33XX_CONTROL_PADCONF_UART0_CTSN_OFFSET 0x0968 (base address is added 0x44E1 )

    #define AM33XX_CONTROL_PADCONF_UART0_RTSN_OFFSET 0x096C  (base address is added 0x44E1 )

     is already set to these address so i think no need to change them. or ?

    3- If we do so on UART0 Cts and UART0 Rts handshake pins So will it affect Uart0 operations?can we use UART0 on J12 and J10 DB9?   and so if not we may not have debugg thorugh serial port for Starterware and other applications. So please confirm cts and Rts pins  will affect UART operations?

    Thanks

    Regards,

    Pramod

  • Hi Pramod,
     
    1. Yes, you can cut the tracks (if that is what you mean by scratch) on daughter board J3 pins 21 and 23, and solder the wires on base board J5 pins 21 and 23.
    2. The two padconf registers are defined OK, but you will probably need to change the values that are written in them. You need to set the mode bits to 2.
    3. UART0 handshake signals are not connected anywhere else on the base board. If you check the schematics you will see that there are resistors, which are marked as DNI on these lines. Debug UART works perfectly without handshaking - it doesn't use it.
  • Hi Biser,

                I  had checked the datasheet (AM335x-and ARm cortex-A8) in that for changing the UART0_Ctsn pad mux configuration  I had following observations

       1- Changing UART0 ctsn and Rtsn offset means making configuartion register changes .....in which it has mentioned

      -------All other register offset addresses not listed in Table 9-10  should be considered as reserved locations and the register contents should not be modified.

    Moreover for DCAN, only 0x644h dcan_raminit     entry found and not for DCAN TX and RX pins

     So is it necessary to change that value.

    2- I had initialized DCAN1 at initialization so through that function it sets pin to mode 2 function , so probably above point can be solved at that stage or still we need to change padconfig values. If yes please tell the values to load?

    Warm Regards,

    Pramod Jagtap

  • Hi Pramod,
     
    If you have set UART0_CTSn and UART0_RTSn pin mode to 2, that is enough. Pins are then connected to DCAN1 peripheral.