请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:66AK2H12 主题中讨论的其他部件:66AK2H14、 66AK2H06
如何为 K2H 系列器件(EVMK2H、66AK2H12、66AK2H06、66AK2H14)从"Processor-SDK-Linux"构建引导监视器、Linux、器件树和内核?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
要为 K2H EVM 构建 Linux、应满足以下先决条件:
步骤:
sudo apt-get install diffstat texi2html texinfo subversion chrpath build-essential subversion ccache sed wget cvs coreutils unzip texinfo docbook-utils gawk help2man file g++ bison flex htmldoc chrpath libxext-dev xserver-xorg-dev doxygen socat u-boot-tools git另请参阅环境设置的链接 :https://software-dl.ti.com/processor-sdk-linux/esd/docs/06_03_00_106/linux/Overview_Building_the_SDK.html#prerequisites-one-time-setup
wget developer.arm.com/.../gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz tar -Jxvf gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz -C $HOME wget developer.arm.com/.../gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu.tar.xz tar -Jxvf gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu.tar.xz -C $HOME
export PATH=$HOME/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin:$PATH export PATH=$HOME/gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu/bin:$PATH
make clean distclean ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- ls arch/arm/configs/ | grep k2hk make tisdk_k2hk-evm_defconfig ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make -j8 zImage dtbs ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- ls -al ./arch/arm/boot/dts/keystone-k2hk-evm.dtb ls -al ./arch/arm/boot/zImage
谢谢 、此致、
Rajarajan U