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.

[参考译文] TDA4VEN-Q1:J722S 超小型 rootfs 问题

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1534582/tda4ven-q1-j722s-tiny-rootfs-problem

器件型号:TDA4VEN-Q1

工具/软件:

您好、

SDK 版本:11.0

tisdk-adas-image-j722s-evm.rootfs.tar.xz、它可以使用 rootfs 挂载 NFS、

  但使用 tisdk-tiny-image-j722s-evm.rootfs.tar.xz 安装失败

root@j722s-evm:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 58:A1:5F:C1:D6:A0
          inet addr:192.168.0.62  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::5aa1:5fff:fec1:d6a0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4505 errors:0 dropped:954 overruns:0 frame:0
          TX packets:48 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:595890 (581.9 KiB)  TX bytes:4330 (4.2 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

root@j722s-evm:~# ping 192.168.0.100
PING 192.168.0.100 (192.168.0.100): 56 data bytes
64 bytes from 192.168.0.100: seq=0 ttl=64 time=0.289 ms
64 bytes from 192.168.0.100: seq=1 ttl=64 time=0.230 ms
64 bytes from 192.168.0.100: seq=2 ttl=64 time=0.170 ms
^C
--- 192.168.0.100 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.170/0.229/0.289 ms
root@j722s-evm:~# mount -t nfs -o nolock 192.168.0.100:/home/cesar/work/nfs /mnt
mount: /mnt: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program.
       dmesg(1) may have more information after failed mount system call.

此致、

Cesar

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

    Cesar、

    Tiny FS 可以使启动最小。 对于超小型 rootfs、没有加载任何模块。 最有可能的故障是由于依赖其中一个模块,在完整的 tisdk 情况下加载,而不是在 tinyFS 上没有模块。

    - Keerthy

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

    尊敬的  Keerthy:

    已加载所有模块。 您还能对其进行测试吗? 我们需要使用此 rootfs

    此致、

    Cesar

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

    您好 Cesar、

    mount -t nfs -o nollock 192.168.0.100:/home/cesar/work/nfs /mnt
    mount:/mnt:错误选项;用于多个文件系统(例如 NFS、CIFS) 您可能需要/sbin/mount. 辅助程序
    挂载系统调用失败后、dmesg(1) 可能有更多信息。

    最小文件系统没有所需的库。 /sbin/mount 缺失。 您可以尝试将所有/sbin/*从完整的文件系统复制到 Tiny。
    您将试用并检查、因为可能存在多个依赖项。

    - Keerthy

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

    尊敬的  Keerthy:

    这个小的有这个错误。 您还应该对其进行测试、验证和修复。 我在这里尝试过。

    但稍后我会遇到更多问题、也请进行测试

    此致、

    Cesar

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

    Cesar、

    [引述 userid=“557095" url="“ url="~“~/support/processors-group/processors/f/processors-forum/1534582/tda4ven-q1-j722s-tiny-rootfs-problem/5908160 #5908160“]

    这个小的有这个错误。 您还应该对其进行测试、验证和修复。 我在这里尝试过。

    但稍后我会遇到更多问题、也请进行测试

    [/报价]

    Tiny 并不意味着完整的功能。 这就是我们拥有完整文件系统的原因。

    - Keerthy