Download Gct Semiconductor Soc USB Devices Driver



This page covers the BCM47xx and BCM53xx Wireless Router/AP SoC running MIPS CPUs.

Subtargets in Barrier Breaker

Write a driver only when necessary. More guidelines are included in Choosing a driver model for developing a USB client driver. USB Device classes. USB Device classes are categories of devices with similar characteristics and that perform common functions. Those classes and their specifications are defined by the USB-IF. A library of over 250,000 device drivers, firmware, BIOS and utilities for Windows. PLC Cable drivers and installation instructions. Download Drivers - Click here to downl oad the drivers for all of our PLC cables. Installation Instructions - NOTE that on most PCs, the above drivers are already installed.; USB to Serial Driver for ALL Cables - This includes the 1747-CP3, 1761-CBL-PM02, 2711-NC13, and our USB to serial adapter; 1747-UIC Installation.

Beginning with r41024 this arch was split into 3 subtargets:

  • generic: devices based on BCM4705 and two Linksys exceptions: WRT610N V2 and E3000 V1
  • mips74k: newer devices with BCMA SoC and bgmac ethernet

See list of Broadcom SoCs to see if your BCM* chipset is SSB or BCMA.

Images

The current goal is to boot one image on all the different devices using SoC of the bcm47xx family.The main image is openwrt-brcm47xx-squashfs.trx which is in the generic image format used by the Broadcom SDK for these devices.Many vendors like Netgear and Linksys currently are using their own image formats to prevent an incorrect image from being flashed to their devices, these images contain the same code as the generic image, but with some special header data just for this device, mostly containing the internal device name and the version of this firmware.

If you want to flash OpenWrt from the default firmware, use the image for your device if there is one, otherwise use the openwrt-brcm47xx-squashfs.trx image.For sysupgrade always use the generic image openwrt-brcm47xx-squashfs.trx independently from what image you initially flashed to your device.

If that does not work you could download the image builder or check out OpenWrt from the svn and edit target/linux/brcm47xx/image/Makefile to fit your needs.If you have to do some modifications to generate a valid image and it boots on your device please send a patch to the mailing list for inclusion into OpenWrt.

  1. The second generation ANT USB stick from Garmin Canada with enhanced ANT core features, such as proximity search and frequency agility. Up to 8 ANT channels. The USB2 stick has been designed especially to improve the user experience. Its PC windows driver is certified by Windows Hardware Quality Labs and available through windows update.
  2. The nRF52840 Dongle is a small, low-cost USB dongle that supports Bluetooth 5, Bluetooth mesh, Thread, ZigBee, 802.15.4, ANT and 2.4 GHz proprietary protocols. The Dongle is the perfect target hardware for use with nRF Connect for Desktop as it is low-cost but still support all the short range wireless standards used with Nordic devices.

Attitude Adjustment

Version 12.09-rc1: http://downloads.openwrt.org/attitude_adjustment/12.09-rc1/brcm47xx/

This image has support for all BCM47xx SoCs using SSB. These are all devices with a ieee802.11b or ieee802.11g WiFi support and the BCM4785/BCM4705 with an additional ieee80211n PCI devices connected to the SoC.This also includes some devices without any WiFi functionality using this SOC.

BCM4785/BCM4705

This SoC has a different Ethernet core and does not use b44 as the Ethernet driver. It needs tg3 instead.The default images for Attitude Adjustment do not include the tg3 Ethernet driver.Use the image builder (OpenWrt-ImageBuilder-brcm47xx-for-linux-i486.tar.bz2) to generate a image with Ethernet support.The profile with b43 as the WiFi driver is named Bcm4705-b43.

Barrier Breaker

Snapshot images download: http://downloads.openwrt.org/snapshots/trunk/brcm47xx/

This is the current version where development takes place.It contains support for all the SoC supported by Attitude Adjustment and also most of the recent bcm47xx SoCs. It should at least be able to boot all the known MIPS based BCM47xx and BCM53xx based SoCs.

The default Barrier Breaker images contain the b44, tg3 and bgmac Ethernet driver so Ethernet should work on all supported services without using the image builder. If you want to save some space you could use the image builder to generate an image with only the drivers for your device.

Ethernet

New Broadcom devices with gigabit Ethernet are supported by the bgmac kernel driver. Unfortunately CPUs on most of these SoCs are too slow to provide 1000 Mb/s routing or NAT. It results in NAT being limited to something around 130Mb/s on BCM4706 and even less on slower units (like ~50Mb/s on BCM4718A1).

To solve this problem, Broadcom developed the proprietary ctf.ko module that watches in-system routing rules and implements NAT on its own. It results in much better performance (even up to 850Mb/s on BCM4706) while breaking things like QoS and advanced firewall rules.

Unfortunately ctf.ko is closed source and there is no open source alternative. For more details see:

WiFi drivers

There are different WiFi drivers for the Broadcom WiFi cores found in the BCM47xx SoCs or the PCI(e) or USB connected WiFi chips on the boards. There is no single driver that supports all chips and all drivers have their own pros and cons. Some chips are supported by three of these drivers and others are supported by none of these drivers.

Download gct semiconductor soc usb devices driver update

Do not activate multiple drivers at once. The first driver loaded takes precedence and it's not easy to control which one that is. With other Linux distributions, you could blacklist the unneeded drivers. In OpenWrt you should make sure they are not installed using opkg, which automatically removes them from the /etc/modules.d/ directory.

See also:

b43

This is the open source driver built by the community based on reverse engineered specifications of the proprietary Broadcom driver. This is the driver that is included in the current OpenWrt builds. It is also in the mainline Linux kernel. This driver supports most of the current available Broadcom WiFi cores. It has support for station (STA), AP, AdHoc, Mesh and other modes and it supports 5 GHz band on N-PHY devices. It supports 802.11g rates only and can't handle multiple SSIDs.

Website: http://wireless.wiki.kernel.org/en/users/Drivers/b43

The OpenWrt package is named: kmod-b43

b43legacy

This is for some very old ieee802.11b and first generation Broadcom ieee802.11g compatible devices.This driver has a similar feature set to b43 and is only supported by the community based on reverse engineered specifications.

Website: http://wireless.wiki.kernel.org/en/users/Drivers/b43

The OpenWrt package is named: kmod-b43legacy

brcm80211

This is the open source driver supported and released by Broadcom in 2010. It is in the mainline Linux kernel, but only since version 3.2. It is still missing some functionality, as of 2013: dual width 40MHz channels, advanced power saving features, LED support, HW-based encryption, among others. The driver has been renamed to its two constituents, the soft MAC driver (brcmsmac) and the full MAC driver (brcmfmac).

Website: http://wireless.wiki.kernel.org/en/users/Drivers/brcm80211

brcmsmac

brcmsmac supports some recent soft mac ieee802.11n Broadcom WiFi cores found on PCIe cards and in SoCs, for details see the website.This driver is developed and supported by Broadcom.The current version only supports station mode, but there are patches in current OpenWrt trunk which add support for AP and Ad Hoc mode.brcmsmac is capable of operating devices with ieee80211n rates and running in the 5GHz band, but AP mode currently does not work in the 5GHz band.

The OpenWrt package is named: kmod-brcmsmac

brcmfmac

brcmfmac supports some recent full mac ieee802.11n Broadcom WiFi cores found on USB, SDIO and SPI interfaces, for details see the website.

The OpenWrt package is named: kmod-brcmfmac

broadcom-wl

broadcom-wl contains the proprietary closed source Broadcom driver. It contains closed source MIPS binaries with a few trivial open source files that allow it to be compiled against any kernel version.It's based on old Broadcom's sources (version 5.10.56.27.3) and supports many old 802.11g devices but very few 802.11n devices (BCM4716, BCM4717, BCM4718). It does not support new chipsets (BCM5356, BCM5357, BCM5358, BCM47186, BCM4331) or 802.11ac devices (BCM4352, BCM4360).For old devices it often has more functionality than the brcm80211 drivers. For example, it supports 40 MHz channels and power saving features, which have been removed before releasing brcm80211. It is capable of operating in AP mode and also supports the 5 GHz band.

In 2008 Broadcom released Linux STA driver and continued updating it. Just like in case of OpenWrt driver, it contains some open source files, however binaries were pre-compiled for x86 and x86_64 only. So despite providing support for more hardware, it can't be integrated into OpenWrt because of lack of support for MIPS/ARM and important features like AP mode.

Note that broadcom-wl doesn't use a standard cfg80211 API, so it can't be configured using standard nl80211 tools. This is why OpenWrt has an extra package providing wlc (user space tool that uses Broadcom's proprietary API) and broadcom.sh (that translates UCI config into wlc calls). You can also install wl binary that is closed source version of wlc written by Broadcom that may be helpful for some debugging. Remember that broadcom.sh may not handle all UCI options, please see the UCI wireless configuration page for the details. Some advanced functionality can by configured with the wl utility only. Beware that running wifi (to activate your UCI WiFi configuration file) will however restart the driver and you will lose your settings made by the utility.

The OpenWrt package for the driver is named: kmod-brcm-wl
The OpenWrt package for the configuration utility is named: wl
The OpenWrt package for the open source variant of the configuration utility is named: wlc

Setting up the broadcom-wl driver

After installing any wireless driver made for opkg and OpenWrt, new WiFi configuration entries in the /etc/config/wireless UCI file are available upon reboot. These are set by the OPKG driver maintainer. If they are not available, you can run wifi detect to acquire a sample configuration. For broadcom-wl (the kmod-brcm-wl package) the wireless interface is named wl0. By far not everything can be set using UCI. Use the wl utility to set advanced settings. For example, to set the channel to 4, on the 2.4Ghz band, and with a bandwidth of 40Mhz using the lower band, use:

Now reload the wifi configuration by:

You configure to run these settings at boot to make them stick. Please note that this method of WiFi configuration is rather low level and—going partly past the normal OpenWrt WiFi interface—there isn't any mechanism available to automatically choose the right channel for example. So you have to manually select the channel specification. If the above channel is too crowded in your area, set it for example to channel 9 using the upper sideband:

In the future maybe the community will further integrate the proprietary Broadcom driver into the OpenWrt framework. What is more likely though is that the open source drivers (brcm80211) will obtain more functionality.

If you want to use LuCI to configure UCI configuration, note that not all functionality and features are currently well supported and do not correspond well to the driver functionality in the graphical interface. It may therefore sometimes call the driver configuration utility with unsupported arguments.

For providing authentication and encryption with Wi-Fi and the broadcom-wl driver, you need the proprietary application from Broadcom, nas (Network Authentication Service). The tool is automatically started by the wireless infrastructure to accomodate the broadcom-wl driver. There is no configuration necessary, just install the package nas. See also encryption.

An exmaple UCI configuration is as follows. Note that the hwmode option does not have to be given in which case the driver's default is used.

Broadcom devices may use two different buses for its wireless drivers:
- SSB (Sonic Silicon Backplane), bus used by older devices
- BCMA (AMBA), bus developed by Broadcom; shall replace SSB (see also here)
The b43 driver supports both SSB and BCMA-chips. However, brcm80211 (brcmSmac & brcmFmac) does not and will not support any chips which contain the SSB. Therefore, older devices may be unsupported by the newer open source drivers. See also this patch Patch for 3.11

Sysupgrade

When using sysupgrade always use openwrt-brcm47xx-squashfs.trx and not any device specific file.

See also '.bin' to '.trx' image conversion.

CFE

Network boot

Most of the recent devices have a cfe bootloader able to boot images over the network.

To build an image bootable over the network select the following:“Target Images” —> [x] “ramdisk” —> Compression —> [xz]This will generate a file in bin/brcm47xx/openwrt-brcm47xx-vmlinux.elf

The following example boots an elf image from the tftp server at 192.168.1.2 under the path /brcm47xx/openwrt-brcm47xx-vmlinux.elf:

Download Gct Semiconductor Soc USB Devices DriverGct

BCM4704 JTAG pinout

Links

List with some detailed informations about bcm47xx SoCs:http://wireless.kernel.org/en/users/Drivers/b43/socheaders

Devices

The list of related devices: bcm4702, bcm4704, bcm4705, bcm4706, bcm4708, bcm4716, bcm47162, bcm4717, bcm4718, bcm47186, bcm47xx, bcm5352, bcm5354, bcm5357, bcm5358, bcm53xx, bcm5836

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies

GCT Semiconductor Licenses CEVA Bluetooth
Low Energy IP for its LTE IoT SoC

GCT's Ultra-low power GDM7243i combines LTE-M, NB-IoT and BLE in a highly integrated single chip solution

Mountain View, CA – March 7, 2018 /PRNewswire/ – CEVA, Inc. (NASDAQ: CEVA), the leading licensor of signal processing platforms and artificial intelligence processors for smarter, connected devices, today announced that GCT Semiconductor, Inc., (GCT) a leading designer and supplier of advanced 4G mobile semiconductor solutions, has licensed and deployed CEVA’s RivieraWaves Bluetooth low energy (BLE) IP in its new GDM7243i LTE SoC solution for the Internet of Things (IoT). GDM7243i combines BLE with GCT’s advanced LTE-M and NB-IoT cellular technologies in a highly integrated single chip solution. It is targeted at a wide range of next generation IoT devices including tracking, wearables, security, agriculture, healthcare, industrial, and consumer applications.

John Schlaefer, CEO of GCT, stated: 'The rapidly expanding IoT market is demanding next generation, highly integrated chip solutions to unleash its full potential. We set ultra-low power connectivity as a key objective for GDM7243i and CEVA's RivieraWaves Bluetooth IP, with its minimal processor loading architecture, was a great fit for our solution.'

Download Gct Semiconductor Soc Usb Devices Driver Update

'We are delighted to announce GCT as a licensee for our Bluetooth IP,' said Aviv Malinovitch, vice president and general manager of the Connectivity Business Unit at CEVA. 'GDM7243i is an impressive product, combining the most sought after IoT technologies into one IC. Next generation devices like this will no doubt rapidly accelerate the IoT market.'

CEVA's RivieraWaves Bluetooth IP platforms provide comprehensive solutions for both Bluetooth LE and Bluetooth dual mode connectivity. Each platform consists of a hardware baseband controller, plus a feature-rich software protocol stack. A flexible radio interface allows the platforms to be deployed with either RivieraWaves RF or various partners' RF IP, enabling optimal selection of foundry and process node. All Bluetooth 5 features are supported, including LE 2Mbps data rate, Long Range and LE Advertising Extension. Widely adopted with different processor subsystems, CEVA also offers RISC-V based fully integrated platforms. With more than 1.5 billion devices shipped to date and dozens of licensees, the RivieraWaves Bluetooth IP is widely deployed in consumer and IoT devices with many of the world's leading semiconductor companies and OEMs, including smartphones, tablets, wireless speakers, wireless headsets and earbuds, hearing aids and other wearables. For more information on RivieraWaves Bluetooth IP platforms, go to https://www.ceva-dsp.com/product/rivierawaves-bluetooth-platforms/.

About GCT Semiconductor, Inc.
GCT Semiconductor is a leading fabless designer and supplier of advanced 4G LTE semiconductor solutions. GCT's market-proven LTE solutions have enabled fast and reliable LTE connectivity to numerous commercial devices such as smartphones, tablets, hotspots, USB dongles, routers, M2M applications, etc., for the world's top LTE carriers. GCT also offers a new LTE solution optimized for the Internet of Things (IoT). GCT's system-on-chips integrate radio frequency, baseband modem and digital signal processing functions, therefore offering complete 4G platform solutions with small form factors, low power consumption, high performance, high reliability and cost effectiveness. More information is available on www.gctsemi.com.

About CEVA, Inc.
CEVA is the leading licensor of signal processing platforms and artificial intelligence processors for a smarter, connected world. We partner with semiconductor companies and OEMs worldwide to create power-efficient, intelligent and connected devices for a range of end markets, including mobile, consumer, automotive, industrial and IoT. Our ultra-low-power IPs for vision, audio, communications and connectivity include comprehensive DSP-based platforms for LTE/LTE-A/5G baseband processing in handsets, infrastructure and machine-to-machine devices, advanced imaging and computer vision for any camera-enabled device, audio/voice/speech and ultra-low power always-on/sensing applications for multiple IoT markets. For artificial intelligence, we offer a family of AI processors capable of handling the complete gamut of neural network workloads, on-device. For connectivity, we offer the industry's most widely adopted IPs for Bluetooth (low energy and dual mode) and Wi-Fi (802.11 a/b/g/n/ac/ax, up to 4x4). Visit us at www.ceva-dsp.com and follow us on Twitter, YouTube, Facebook and LinkedIn.

The Bluetooth® wordmark and logos are registered trademarks owned by the Bluetooth SIG, Inc. Wi-Fi® and the Wi-Fi Alliance logo are trademarks of Wi-Fi Alliance.

SOURCE CEVA, Inc.

Download Gct Semiconductor Soc Usb Devices Driver Windows 7

Related Links