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.

[FAQ] [参考译文] [常见问题解答]编译器/TDA2E:在 VISION SDK 3.8 Linux 中启用早期引导晚期附加用例的步骤

Guru**** 2539500 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/961647/faq-compiler-tda2e-the-steps-to-enable-the-early-boot-late-attach-use-case-in-vision-sdk-3-8-linux

器件型号:TDA2E

工具/软件:TI C/C++编译器

您好!

我能否知道在 VISION SDK 3.8中启用早期引导晚期连接用例的步骤?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    请参阅以下主题。

    执行上述主题中提到的所有步骤、以下步骤除外。

    • 下载 VISION SDK
    cd ~//
    
    *下载 SDK */
    
    wget software-dl.ti.com/.../PROCESSOR_SDK_VISION_03_08_00_00_setuplinux.bin
    
    chmod +x PROCESSOR_SDK_VISION_03_08_00_00_setuplinux.bin
    
    //建议在主目录中安装 SDK [/~]*/
    
    ./PROCESSOR_SDK_VISION_03_08_00_00_setuplinux.bin 

    • 安装 A15编译器、链接器
    cd ~/processor_sdk_vision_03_08_00_00/ti_compons/os_tools/linux/arm/ 
    wget developer.arm.com/.../gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz
    tar -xvf gcc-arm-8.3-2019.03-x86_64 arm-linux-gnueabihf.tar.xz

    • 下载并解压缩文件系统
    cd ~/processor_sdk_vision_03_08_00_00/ti_components/os_tools/linux/targetfs/chmod
    
    777 ../targetfs/wget
    
    software-dl.ti.com/.../tisdk-rootfs-image-dra7xx-evm_vsdk_3_8.tar.xz --no-check-certificate
    
    tar xf tar-sdfs-image-dra7xx-evm_vsdk_3_8.xz evm_sdk_tisdk_3rm-tisdk_3rm-tisdk_m_dest-rk_3rg.xdk_3_disdk_m_dest-rk_3_disdk_m.r
    
    

    • 对内核应用只需引导内核修补程序、 对 u-boot 应用只需引导的内核修补程序
    cd ~/processor_sdk_vision_03_08_00_00/ti_components /os_tools/linux/kernel/omap/
    
    git am ./linux-kernel-addon/earlyboot-lateattach-patches/kernel。patch
    
    cd ~ processor_sdk_vision_03_08_00_00/ti_compons/os_tools/linux/u-boot/u-boot/git
    
    am ./../kernel/linux-kernel-addon/earlyboot-lateattach-patches/u-boot。patch*
    

    谢谢

    加维拉尤