Table of Contents



How-to

How to compile a (experimental) mainline Linux Kernel for the TQMa28

The i.MX28 is well supported in the mainline kernel. To build a experimental Kernel from git you can do:

make mx28evk_defconfig
make menuconfig
# make sure to add MXS_AUART and SERIAL_MXS_AUART_CONSOLE
make uImage

How to use u-boot-tools with BSP REV.0115

  1. Download PTXdist 2016.04 from Pegutronix website ptxdist-2016.04.0.tar.bz2
  2. Extact ptxdist-2016.04.0.tar.bz2 to a local folder e.g. ~/local

<code> cd Downloads tar -xjf cd Des