Other Parts Discussed in Thread: AM6442, DP83822I
器件型号: AM6442
主题中讨论的其他器件: SK-AM64B、 DP83822I
大家好、我成功地在 Linux 上设置了 tftp 和 DHCP 服务器、但我似乎在通过以太网引导时遇到了一些问题。
bootpcap.txt <-从 Wireshark 输出文本
bootpcap.pcapng.txt <--这是 Wireshark pcap 文件
。 频率 是带有 am6442 的定制板。
网络设置是一台 Linux 笔记本电脑(名为 labtop ) 运行 tftp + DHCP 服务器;禁用防火墙;电缆将主板的输出直接连接到插入的 USB 以太网适配器 labtop 。
我可以看到、器件正在获取 IP 地址、并且正在为引导文件 (tiboot3.bin) 发送响应。
No. Time Source Destination Protocol Length Info
29 7.966018088 0.0.0.0 255.255.255.255 BOOTP 342 Boot Request from 28:b5:e8:cc:c9:11 (28:b5:e8:cc:c9:11)
Frame 29: 342 bytes on wire (2736 bits), 342 bytes captured (2736 bits) on interface enx3c18a022fdf6, id 0
Ethernet II, Src: 28:b5:e8:cc:c9:11 (28:b5:e8:cc:c9:11), Dst: Broadcast (ff:ff:ff:ff:ff:ff)
Internet Protocol Version 4, Src: 0.0.0.0, Dst: 255.255.255.255
User Datagram Protocol, Src Port: 68, Dst Port: 67
Dynamic Host Configuration Protocol
No. Time Source Destination Protocol Length Info
30 7.966145987 10.0.0.1 10.0.0.3 BOOTP 342 Boot Reply
Frame 30: 342 bytes on wire (2736 bits), 342 bytes captured (2736 bits) on interface enx3c18a022fdf6, id 0
Ethernet II, Src: Luxshare_22:fd:f6 (3c:18:a0:22:fd:f6), Dst: 28:b5:e8:cc:c9:11 (28:b5:e8:cc:c9:11)
Internet Protocol Version 4, Src: 10.0.0.1, Dst: 10.0.0.3
User Datagram Protocol, Src Port: 67, Dst Port: 68
Dynamic Host Configuration Protocol

我已单独确认,我可以从 tftp 服务器(本地在 labtop 上,以及通过网络从 Windows 计算机上的 Linux VM 使用相同的电缆+以太网 USB)拉 tiboot3.bin。
想了解接下来的步骤?
谢谢、
James













