工具/软件:
下面是操作。 主机可以 ping EVM 板。 连接正确。
但无法使用 ssh@173.16 访问文件或将文件传输到 EVM 板。
是否有一些文档来介绍将此函数添加到微型文件系统中
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.
工具/软件:
下面是操作。 主机可以 ping EVM 板。 连接正确。
但无法使用 ssh@173.16 访问文件或将文件传输到 EVM 板。
是否有一些文档来介绍将此函数添加到微型文件系统中
尊敬的 Meng:
您需要严格遵循此处所述的 AM62A SDK 中的设置和构建说明: https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/10_01_00/exports/docs/linux/Overview_Building_the_SDK.html
然后、对前面讨论的 conf/local.conf 进行更改
最后、通过执行以下命令来构建"微小"映像...
$ MACHINE=am62axx-evm bitbake -k tisdk-tiny-image
我看不到这两个构建的连接方式。 以及如何在 SDK 中修改工程。
您可以使用 SDK 安装程序(通常是起点)、_or_ Yocto 构建来构建自定义映像(更高级、但更灵活、并且可以进行严重的定制、包括处理生产映像。
此致、Andreas