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.

[参考译文] TDA4VE-Q1:TDA4VE-Q1:以太网

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1360509/tda4ve-q1-tda4ve-q1-ethernet

器件型号:TDA4VE-Q1

您好!  

我的问题是该问题的后续行动、

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1356266/tda4ve-q1-qnx---issue-with-evm-and-ethernet-setup/5172365#5172365

如何在引导期间配置以太网、每次引导时、每次启动时我都会给出以下命令:

//QNX ethernet enable commands
slog2info -w &
pidin ar
io-pkt-v6-hc -d cpsw2g
dhclient -nw am0
//wait for 10-15 sec
ifconfig -v

我希望它在启动时进行配置。  

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

    尊敬的 Rajarajan:

    PSDK QNX 提供的默认 QNX BSP 构建文件中不包含以太网驱动程序入门。

    如果需要在启动时自动启动该驱动程序、有几种方法、

    -1-修改 j721s2-evm-ti.build 文件
    -2-将命令添加到 底稿文件夹中 SDcard qnxfs 分区上的 user.sh 文件中。

    我们建议-2-、因此只需将以下行添加到 user.sh

    echo "Starting cpsw2g Ethernet driver.."
    mount -T io-pkt /ti_fs/tilib/devnp-cpsw2g.so
    if_up -p am0
    dhclient -nw am0

    谢谢。

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

    再次感谢 Praveen 的支持