1. Setup Ubuntu PC Prepare Host PC Ubuntu release 18.04 LTS. sudo apt-get update sudo apt-get install binfmt-support bison build-essential chrpath cmake device-tree-compiler diffstat sudo apt-get install fakeroot flex g++ g++-multilib gawk gcc gcc-multilib git gperf lib32ncurses5-dev sudo apt-get install lib32z1-dev liblz4-tool libncurses5-dev libssl-dev libx11-dev live-build lsb-core sudo apt-get install make ncurses-dev patchelf python-pyelftools python-pip qemu-user-static repo ssh sudo apt-get install texinfo u-boot-tools unzip zlib1g-dev 2. Setup BSP Copy the following files to a working directroy. CDJ-1500X.tar.xz.00 CDJ-1500X.tar.xz.01 CDJ-1500X.tar.xz.02 CDJ-1500X.tar.xz.03 CDJ-1500X.tar.xz.04 CDJ-1500X.tar.xz.05 CDJ-1500X.tar.xz.06 CDJ-1500X.tar.xz.07 CDJ-1500X.tar.xz.08 CDJ-1500X.tar.xz.09 CDJ-1500X.tar.xz.10 CDJ-1500X.tar.xz.11 CDJ-1500X.tar.xz.12 CDJ-1500X.tar.xz.13 sx-sdmax_CDJ-1500X.tar.xz install_sdk.sh cat CDJ-1500X.tar.xz.* >> CDJ-1500X.tar.xz tar xf CDJ-1500X.tar.xz tar xf sx-sdmax_CDJ-1500X.tar.xz 3. Build cd CDJ-1500X ./build.sh uboot ./build.sh kernel ./build.sh rootfs ./build.sh sdk cd .. chmod a+x install_sdk.sh ./install_sdk.sh cd nxp_driver_fp99 make