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 wifi BT

Other Parts Discussed in Thread: TPS65910

请问谁有 关于 wl1271 wifi + bt 的 调试文档啊~~求分享一下。board-am335x-evm.c 中的 pin mux,我已经搞定了,请问还需要,做些什么啊~~~

  •  你好,

    Ti发布的SDK已经实现了协议栈和功能。你应该都可以在TI的开发板上进行性能测试。如果你自己的板子在pin脚连接上与Ti的开发板有区别,你应该只需要更改pinmux设置即可。 你是否可以告知你用的是哪个SDK软件版本?

  • HI Gino E

    我用的是 android4.2 ,我如何查看 驱动是否加载啊?

  • 我根据 http://processors.wiki.ti.com/index.php/WL127x_Porting_Guide 对pinmux 进行了修改。进入 android 系统后。

    root@android:/ #
    root@android:/ # ls /sys/bus/sdio/devices/
    mmc1:0001:1
    mmc1:0001:2

    但是我的 pinmux 却是

    static void mmc2_wl12xx_init(int evm_id, int profile)
    {
    setup_pin_mux(mmc2_wl12xx_pin_mux);
    am335x_mmc[1].mmc = 3;
    am335x_mmc[1].name = "wl1271";
    am335x_mmc[1].caps = MMC_CAP_4_BIT_DATA | MMC_CAP_POWER_OFF_CARD;
    am335x_mmc[1].nonremovable = true;
    am335x_mmc[1].gpio_cd = -EINVAL;
    am335x_mmc[1].gpio_wp = -EINVAL;
    am335x_mmc[1].ocr_mask = MMC_VDD_32_33 | MMC_VDD_33_34; /* 3V3 */
    /* mmc will be initialized when mmc0_init is

    }

    我觉得  /sys/bus/sdio/device 下应该是 mmc2 ,但是没有。请问 device 目录下应该是应该为什么设备。

    下面是 启动 logo

    Starting kernel ...

    Uncompressing Linux... done, booting the kernel.
    [ 0.000000] Linux version 3.2.0-00244-gcf99001-dirty (root@ubuntu) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #14 Mon Apr 14 23:30:14 PDT 2014
    [ 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 ES2.1 (sgx neon )
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048
    [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait init=/init ip=off
    [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] Memory: 512MB = 512MB total
    [ 0.000000] Memory: 509872k/509872k available, 14416k reserved, 0K highmem
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
    [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
    [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
    [ 0.000000] .text : 0xc0008000 - 0xc078c000 (7696 kB)
    [ 0.000000] .init : 0xc078c000 - 0xc07e2000 ( 344 kB)
    [ 0.000000] .data : 0xc07e2000 - 0xc084d830 ( 431 kB)
    [ 0.000000] .bss : 0xc084d854 - 0xc09a5650 (1376 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_dm_timer_switch_src: Switching to HW default clocksource(sys_clkin_ck) for timer1, this may impact timekeeping in low power state
    [ 0.000000] OMAP clocksource: GPTIMER1 at 24000000 Hz
    [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
    [ 0.000000] Console: colour dummy device 80x30
    [ 0.000213] Calibrating delay loop... 795.44 BogoMIPS (lpj=3977216)
    [ 0.087345] pid_max: default: 32768 minimum: 301
    [ 0.087479] Security Framework initialized
    [ 0.087546] Mount-cache hash table entries: 512
    [ 0.087964] CPU: Testing write buffer coherency: ok
    [ 0.088029] ftrace: allocating 22078 entries in 65 pages
    [ 0.152876] omap_hwmod: pruss: failed to hardreset
    [ 0.153695] print_constraints: dummy:
    [ 0.153912] NET: Registered protocol family 16
    [ 0.154998] OMAP GPIO hardware version 0.1
    [ 0.156011] omap_mux_init: Add partition: #1: core, flags: 0
    [ 0.157062] omap_i2c.1: alias fck already exists
    [ 0.157239] CPU_IS AM33XXN
    [ 0.157662] omap2_mcspi.1: alias fck already exists
    [ 0.157773] omap2_mcspi.2: alias fck already exists
    [ 0.157915] edma.0: alias fck already exists
    [ 0.157933] edma.0: alias fck already exists
    [ 0.157949] edma.0: alias fck already exists
    [ 0.167484] bio: create slab <bio-0> at 0
    [ 0.168442] SCSI subsystem initialized
    [ 0.169281] usbcore: registered new interface driver usbfs
    [ 0.169399] usbcore: registered new interface driver hub
    [ 0.169532] usbcore: registered new device driver usb
    [ 0.169834] registerd cppi-dma Intr @ IRQ 17
    [ 0.169846] Cppi41 Init Done Qmgr-base(e087a000) dma-base(e0878000)
    [ 0.169855] Cppi41 Init Done
    [ 0.169882] musb-ti81xx musb-ti81xx: musb0, board_mode=0x13, plat_mode=0x3
    [ 0.170030] musb-ti81xx musb-ti81xx: musb1, board_mode=0x13, plat_mode=0x1
    [ 0.187364] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz
    [ 0.188570] tps65910 1-002d: JTAGREVNUM 0x0
    [ 0.190737] print_constraints: VRTC:
    [ 0.192067] print_constraints: VIO: at 1500 mV
    [ 0.194259] print_constraints: VDD1: 600 <--> 1500 mV at 1262 mV normal
    [ 0.196437] print_constraints: VDD2: 600 <--> 1500 mV at 1137 mV normal
    [ 0.197337] print_constraints: VDD3: 5000 mV
    [ 0.198642] print_constraints: VDIG1: at 1800 mV
    [ 0.199961] print_constraints: VDIG2: at 1800 mV
    [ 0.201265] print_constraints: VPLL: at 1800 mV
    [ 0.202575] print_constraints: VDAC: at 1800 mV
    [ 0.203890] print_constraints: VAUX1: at 1800 mV
    [ 0.205211] print_constraints: VAUX2: at 3300 mV
    [ 0.206517] print_constraints: VAUX33: at 3300 mV
    [ 0.207837] print_constraints: VMMC: at 3300 mV
    [ 0.208107] tps65910 1-002d: No interrupt support, no core IRQ
    [ 0.208653] Advanced Linux Sound Architecture Driver Version 1.0.24.
    [ 0.209247] Bluetooth: Core ver 2.16
    [ 0.209311] NET: Registered protocol family 31
    [ 0.209321] Bluetooth: HCI device and connection manager initialized
    [ 0.209336] Bluetooth: HCI socket layer initialized
    [ 0.209346] Bluetooth: L2CAP socket layer initialized
    [ 0.209382] Bluetooth: SCO socket layer initialized
    [ 0.209573] Switching to clocksource gp timer
    [ 0.226863] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
    [ 0.227076] musb-hdrc musb-hdrc.0: dma type: dma-cppi41
    [ 0.227268] MUSB0 controller's USBSS revision = 4ea20800
    [ 0.227297] musb0: Enabled SW babble control
    [ 0.228110] musb-hdrc musb-hdrc.0: USB OTG mode controller at e083c000 using DMA, IRQ 18
    [ 0.228361] musb-hdrc musb-hdrc.1: dma type: dma-cppi41
    [ 0.228514] MUSB1 controller's USBSS revision = 4ea20800
    [ 0.228539] musb1: Enabled SW babble control
    [ 0.228953] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
    [ 0.229048] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
    [ 0.229184] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 0.229198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 0.229211] usb usb1: Product: MUSB HDRC host driver
    [ 0.229221] usb usb1: Manufacturer: Linux 3.2.0-00244-gcf99001-dirty musb-hcd
    [ 0.229232] usb usb1: SerialNumber: musb-hdrc.1
    [ 0.229807] hub 1-0:1.0: USB hub found
    [ 0.229835] hub 1-0:1.0: 1 port detected
    [ 0.230249] musb-hdrc musb-hdrc.1: USB Host mode controller at e083e800 using DMA, IRQ 19
    [ 0.230602] NET: Registered protocol family 2
    [ 0.230808] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.231194] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.231462] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
    [ 0.231622] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.231635] TCP reno registered
    [ 0.231646] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.231679] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.231875] NET: Registered protocol family 1
    [ 0.232163] RPC: Registered named UNIX socket transport module.
    [ 0.232177] RPC: Registered udp transport module.
    [ 0.232185] RPC: Registered tcp transport module.
    [ 0.232193] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.232440] NetWinder Floating Point Emulator V0.97 (double precision)
    [ 0.347553] ashmem: initialized
    [ 0.347820] VFS: Disk quotas dquot_6.5.2
    [ 0.347875] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.348722] fuse init (API version 7.17)
    [ 0.348946] msgmni has been set to 995
    [ 0.350042] io scheduler noop registered
    [ 0.350056] io scheduler deadline registered
    [ 0.350129] io scheduler cfq registered (default)
    [ 0.350709] Could not set LED4 to fully on
    [ 0.351961] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
    [ 1.059021] console [ttyO0] enabled
    [ 1.063098] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
    [ 1.070800] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
    [ 1.078459] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3
    [ 1.086140] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
    [ 1.093815] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5
    [ 1.101621] [drm] Initialized drm 1.1.0 20060810
    [ 1.112033] brd: module loaded
    [ 1.118006] loop: module loaded
    [ 1.121669] nbd: registered device at major 43
    [ 1.132692] i2c-core: driver [tsl2550] using legacy suspend method
    [ 1.139173] i2c-core: driver [tsl2550] using legacy resume method
    [ 1.145668] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
    [ 1.209609] No daughter card found on AM335x EVM
    [ 1.214509] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
    [ 1.279749] The board is general purpose EVM in profile 0
    [ 1.286201] da8xx_lcdc.0: alias fck already exists
    [ 1.291556] da8xx_lcdc da8xx_lcdc.0: GLCD: Found TFC_S9700RTWV35TR_01B panel
    [ 1.310896] omap-gpmc omap-gpmc: GPMC revision 6.0
    [ 1.315920] Registering NAND on CS0
    [ 1.320051] davinci-mcasp.0: alias fck already exists
    [ 1.325544] mmc2_w12xx_init
    [ 1.328588] ***** omap2_hsmmc_init
    [ 1.332173] else 1
    [ 1.334272] -INIt omap_init_hsmmc
    [ 1.337776] omap_hsmmc.0: alias fck already exists
    [ 1.343018] -INIt omap_init_hsmmc
    [ 1.346511] omap_hsmmc.2: alias fck already exists
    [ 1.351745] uart1_wl12xx_init_BT pin mux
    [ 1.355979] wl12xx_pin_mux bt_en,wl_en wl_irq
    [ 1.360674] into_wl12xx_bluetooth_enable
    [ 1.364773] am335xevm: bt init
    [ 1.368567] AM335X: EVM Config read fail: -110
    [ 1.373433] (stk) :sysfs entries created
    [ 1.377597] (stk) : debugfs entries created
    [ 1.381947] (hci_tty): inside hci_tty_init
    [ 1.386561] (hci_tty): allocated 251, 0
    [ 1.390709] NFC Driver for TI WiLink
    [ 1.395120] mtdoops: mtd device (mtddev=name/number) must be supplied
    [ 1.402357] omap2-nand driver initializing
    [ 1.407007] NAND device: Manufacturer ID: 0x98, Chip ID: 0xda (Toshiba NAND 256MiB 3,3V 8-bit)
    [ 1.416654] Creating 8 MTD partitions on "omap2-nand.0":
    [ 1.422265] 0x000000000000-0x000000020000 : "SPL"
    [ 1.428115] 0x000000020000-0x000000040000 : "SPL.backup1"
    [ 1.434612] 0x000000040000-0x000000060000 : "SPL.backup2"
    [ 1.441069] 0x000000060000-0x000000080000 : "SPL.backup3"
    [ 1.447543] 0x000000080000-0x000000260000 : "U-Boot"
    [ 1.454319] 0x000000260000-0x000000280000 : "U-Boot Env"
    [ 1.460749] 0x000000280000-0x000000780000 : "Kernel"
    [ 1.468785] 0x000000780000-0x000010000000 : "File System"
    [ 1.577700] OneNAND driver initializing
    [ 1.582348] CAN device driver interface
    [ 1.586373] CAN bus driver for Bosch D_CAN controller 1.0
    [ 1.592302] PPP generic driver version 2.4.2
    [ 1.596944] PPP BSD Compression module registered
    [ 1.601892] PPP Deflate Compression module registered
    [ 1.607301] usbcore: registered new interface driver cdc_ether
    [ 1.613472] usbcore: registered new interface driver cdc_eem
    [ 1.619444] usbcore: registered new interface driver dm9601
    [ 1.625335] usbcore: registered new interface driver cdc_subset
    [ 1.631588] cdc_ncm: 04-Aug-2011
    [ 1.635017] usbcore: registered new interface driver cdc_ncm
    [ 1.641045] usbcore: registered new interface driver cdc_acm
    [ 1.646965] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
    [ 1.655357] Initializing USB Mass Storage driver...
    [ 1.660579] usbcore: registered new interface driver usb-storage
    [ 1.666862] USB Mass Storage support registered.
    [ 1.671854] usbcore: registered new interface driver usbserial
    [ 1.677999] USB Serial support registered for generic
    [ 1.683358] usbcore: registered new interface driver usbserial_generic
    [ 1.690202] usbserial: USB Serial Driver core
    [ 1.694795] USB Serial support registered for GSM modem (1-port)
    [ 1.701248] usbcore: registered new interface driver option
    [ 1.707077] option: v0.7.2:USB Driver for GSM modems
    [ 1.713914] gadget: Mass Storage Function, version: 2009/09/11
    [ 1.720161] gadget: Number of LUNs=1
    [ 1.723991] lun0: LUN: removable file: (no medium)
    [ 1.729330] gadget: android_usb ready
    [ 1.733291] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
    [ 1.738917] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2
    [ 1.746787] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [ 1.753911] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 1.761477] usb usb2: Product: MUSB HDRC host driver
    [ 1.766672] usb usb2: Manufacturer: Linux 3.2.0-00244-gcf99001-dirty musb-hcd
    [ 1.774146] usb usb2: SerialNumber: musb-hdrc.0
    [ 1.779384] hub 2-0:1.0: USB hub found
    [ 1.783351] hub 2-0:1.0: 1 port detected
    [ 1.788110] mousedev: PS/2 mouse device common for all mice
    [ 1.795119] using rtc device, am33xx-rtc, for alarms
    [ 1.800239] omap_rtc am33xx-rtc: rtc core: registered am33xx-rtc as rtc0
    [ 1.807552] i2c /dev entries driver
    [ 1.811413] Linux video capture interface: v2.00
    [ 1.816553] usbcore: registered new interface driver uvcvideo
    [ 1.822595] USB Video Class driver (1.1.1)
    [ 1.860310] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [ 1.866860] device-mapper: uevent: version 1.0.3
    [ 1.871917] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
    [ 1.880782] Bluetooth: HCI UART driver ver 2.2
    [ 1.885431] Bluetooth: HCI H4 protocol initialized
    [ 1.890452] Bluetooth: HCILL protocol initialized
    [ 1.895375] Bluetooth: Bluetooth Driver for TI WiLink - Version 1.0
    [ 1.902010] ******bt_ti_probe
    [ 1.907536] cpuidle: using governor ladder
    [ 1.911999] cpuidle: using governor menu
    [ 1.916213] ###########################-init omap-hsmmc-init
    [ 1.922252] ****************** omap_hsmmc_probe
    [ 2.033077] ****************** omap_hsmmc_probe
    [ 2.039829] usbcore: registered new interface driver usbhid
    [ 2.045671] usbhid: USB HID core driver
    [ 2.050160] logger: created 256K log 'log_main'
    [ 2.054991] logger: created 256K log 'log_events'
    [ 2.060042] logger: created 256K log 'log_radio'
    [ 2.064955] logger: created 256K log 'log_system'
    [ 2.070416] usbcore: registered new interface driver snd-usb-audio
    [ 2.077441] &&&&&&&&&&&&&&&init wl1271bt_
    [ 2.082160] ALSA device list:
    [ 2.085267] No soundcards found.
    [ 2.088819] oprofile: hardware counters not available
    [ 2.094136] oprofile: using timer interrupt.
    [ 2.098784] Netfilter messages via NETLINK v0.30.
    [ 2.103850] nf_conntrack version 0.5.0 (7966 buckets, 31864 max)
    [ 2.110522] ctnetlink v0.93: registering with nfnetlink.
    [ 2.116148] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
    [ 2.123465] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
    [ 2.129917] xt_time: kernel timezone is -0000
    [ 2.134710] ip_tables: (C) 2000-2006 Netfilter Core Team
    [ 2.140501] arp_tables: (C) 2002 David S. Miller
    [ 2.145407] TCP cubic registered
    [ 2.148935] NET: Registered protocol family 10
    [ 2.154424] Mobile IPv6
    [ 2.157021] ip6_tables: (C) 2000-2006 Netfilter Core Team
    [ 2.162888] IPv6 over IPv4 tunneling driver
    [ 2.167872] NET: Registered protocol family 17
    [ 2.172591] NET: Registered protocol family 15
    [ 2.177239] can: controller area network core (rev 20090105 abi 8)
    [ 2.183838] NET: Registered protocol family 29
    [ 2.188493] can: raw protocol (rev 20090105)
    [ 2.192972] can: broadcast manager protocol (rev 20090105 t)
    [ 2.199477] Bluetooth: RFCOMM TTY layer initialized
    [ 2.204632] Bluetooth: RFCOMM socket layer initialized
    [ 2.210026] Bluetooth: RFCOMM ver 1.11
    [ 2.213949] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 2.219506] Bluetooth: BNEP filters: protocol multicast
    [ 2.224983] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    [ 2.231358] Registering the dns_resolver key type
    [ 2.236366] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [ 2.244411] ThumbEE CPU extension supported.
    [ 2.248939] mux: Failed to setup hwmod io irq -22
    [ 2.254570] Power Management for AM33XX family
    [ 2.259440] Trying to load am335x-pm-firmware.bin (60 secs timeout)
    [ 2.266159] Copied the M3 firmware to UMEM
    [ 2.270543] Cortex M3 Firmware Version = 0x181
    [ 2.278823] clock: disabling unused clocks to save power
    [ 2.286028] omap_rtc am33xx-rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
    [ 2.295601] Waiting for root device /dev/mmcblk0p2...
    [ 2.384043] mmc0: new SDHC card at address e624
    [ 2.389319] mmcblk0: mmc0:e624 SU04G 3.69 GiB
    [ 2.396173] mmcblk0: p1 p2 p3 p4
    [ 2.400759] ***** wl12xx_set_power*****
    [ 2.404777] 1 enable_gpio into _on****
    [ 2.514297] mmc1: card claims to support voltages below the defined range. These will be ignored.
    [ 2.533801] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
    [ 2.541392] mmc1: new SDIO card at address 0001
    [ 2.546399] ***** wl12xx_set_power*****
    [ 2.550454] else 0******
    [ 2.712616] EXT4-fs (mmcblk0p2): recovery complete
    [ 2.720082] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.728625] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 2.735420] Freeing init memory: 344K
    [ 2.768965] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
    [ 2.872206] init: cannot open '/initlogo.rle'
    [ 3.029641] (stk) :line disc installation timed out
    [ 3.120608] EXT4-fs (mmcblk0p3): recovery complete
    [ 3.128101] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=panic
    [ 3.167985] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
    [ 3.277555] Disabling lock debugging due to kernel taint
    [ 3.283889] Compat-wireless backport release: ol_R5.SP3.03
    [ 3.289671] Backport based on wl12xx.git ol_R5.SP3.03
    [ 3.342035] cfg80211: Calling CRDA to update world regulatory domain
    [ 3.593882] wl12xx: driver version: rowboat-jb-am335x-4.1.2-244-gcf99001
    [ 3.600964] wl12xx: compilation time: Wed Mar 26 00:20:01 2014
    [ 3.611206] android_usb: already disabled
    [ 3.615648] android_usb: already disabled
    [ 3.622858] android_usb: already disabled
    [ 3.627339] mtp_bind_config
    [ 3.630386] adb_bind_config
    [ 3.711613] adb_open
    root@android:/ # [ 4.280900] warning: `rild' uses 32-bit capabilities (legacy support in use)
    [ 5.149682] (stk) :line disc installation timed out
    [ 7.269650] (stk) :line disc installation timed out
    [ 9.389639] (stk) :line disc installation timed out
    [ 11.509667] (stk) :line disc installation timed out
    [ 13.629635] (stk) :line disc installation timed out
    [ 14.629699] Bluetooth: st_register failed -22
    [ 22.672994] request_suspend_state: wakeup (3->0) at 22643370212 (2000-01-01 00:00:20.875912044 UTC)
    [ 23.566134] acc_open
    [ 23.568466] acc_release
    [ 35.418485] mtp_bind_config
    [ 35.421567] adb_bind_config
    [ 35.425233] adb_release
    [ 35.515113] init: untracked pid 85 exited
    [ 35.532555] adb_open
    [ 35.574045] init: sys_prop: permission denied uid:1003 name:service.bootanim.exit

    root@android:/ # ls

  • 关于wifi和bt,ti一般通过支持模块厂商的方式来支持客户,所以建议客户买wifi/bt模块,然后从模块厂商获取相应的驱动支持。

    上海我们推荐 http://www.wi-linktech.com/