Download the latest drivers, software, firmware, and diagnostics for your HP laptops from the official HP Support website.

The FSL Community BSP is a community driven project to provide and maintain a Board Support Package meta layer to be used with OpenEmbedded-Core and Poky.

  1. Download Acer support drivers by identifying your device first by entering your device serial number, SNID, or model number.
  2. Freescale owns the Software, and United States copyright laws and international treaty provisions protect the Software. Therefore, you must treat the Software like any other copyrighted material (e.g. A book or musical recording). You may not use or copy the Software for any other purpose than what is described in this Agreement.
  3. Hardware interaction layer – service the interaction of LCD/Touch screen controller driver with HW. The eGUI low level drivers structure allows any combination of LCD/touch screen type and their HW connections. It also fully support any other drivers like PE or MQX.
  4. Driver Install Tool Linux (rpm) / Linux (deb) Driver Deployment Wizard Win10 / Win10 x64 / Win8.1 / Win8.1 x64 / Win8 / Win8 x64 / 2016 / 2012 R2 / 2012.

It is composed by three main layers:

  • meta-freescale: provides the base BSP support and the board support for Freescale i.MX and QorIQ reference boards;
  • meta-freescale-3rdparty: provides support for 3rd party and partner boards;
  • meta-freescale-distro: provides images recipes, demo recipes, and packagegroups used to ease the development with Yocto Project.

Release Notes:

  • 2.4 - codename Rocko:

    Visualization

  • 2.3 - codename Pyro:

    Visualization

    2.2 - codename Morty:

    Visualization

  • 2.1 - codename Krogoth:

    Visualization

The development is centralized in the meta-freescale mailing list.

The mailing list is used to coordinate and handle contributions for meta-freescale, meta-freescale-3rdparty and meta-freescale-distro.

Freescale Others Driver Download Win 7

Subscribe the mailing lists to talk directly with the developers and other users.

See the latest discussions in our archive.

Freescale Others Driver Download Windows 10

The known bugs are handled using the Yocto Project Bugzilla.

Freescale Others Driver Download

The FSL Community BSP follow the same release schedule used in Yocto Project. The releases are done every 6 months, in April and October

Pre built images

Freescale others driver download 64-bit

There are a set of pre-built images available for download. You can choose them below:


Platform source code download

To download the platform source code, you need to have repo installed.

Install the repo utility:

Freescale Others Driver Download
  • mkdir ~/bin
  • curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
  • chmod a+x ~/bin/repo
Freescale others driver download windows 7

Download the source code:

  • PATH=${PATH}:~/bin
  • mkdir fsl-community-bsp
  • cd fsl-community-bsp
  • repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b rocko
  • repo sync