Skip to main content

Posts

Showing posts from July, 2017

[RTEMS/QORIQ] How to deploy RTEMS 4.11(12) on NXP T4240RDB / TFTP on Ubuntu 14.04 LTS

Update: Thanks for Jan Hafemeister, I put in how I get the dtb file. I generate the file via the original SDK of freescale/NXP and get uImage-t4240rdb.dtb For example, in the following folder: ~/QorIQ-SDK-V2.0-20160527-yocto/build_t4240rdb/tmp/work/t4240rdb-fsl-linux$ then in the following folder, you can find: ./linux-qoriq/4.1-r0/build/arch/powerpc/boot/fsl/t4240rdb.dtb BSP is qoriq_t4240rdb (which can be found in c/lib/libbsp/powerpc/qoriq/preinstall.am) Toolchain is powerpc The command for building up the toolchain by rtems-source-builder: ../source-builder/sb-set-builder --log=build-nxp-log.txt --prefix=$HOME/development/rtems/compiler/4.12 4.12/rtems-powerpc The command for configuring the build up procedure: ../rtems-kuan/configure --target=powerpc-rtems4.12 --enable-rtemsbsp=qoriq_t4240rdb --enable-smp --enable-tests=yes --prefix=$HOME/development/rtems/4.12-powerpc make install If you use the original source code from RTEMS: After Juli 28, 2017, there ...