Login  Register

Re: Itus Firmware v2

Posted by Grommish on Apr 20, 2020; 3:49pm
URL: https://itus.accessinnov.com/FIRMWARE-Itus-Networks-Shield-Firmware-Upgrade-WIP-tp1726p1976.html

Here's the issue with touch..

When you are booting and look at the console output, when it starts the counting (changed in the new version, btw), it is waiting for the eMMC handling to come online (/dev/mmvblk1).  At that point, it pivots to the rootfs (/dev/mmcblk1px) and the ItusgatewayImage bin is not touched again.

If refreshing the timestamp on the ELF binary image made a difference, it shouldn't even boot to the kexec() pivot.

Since you've got my latest build, from your console:

tcpdump -i eth0


root@OpenWrt:/# tcpdump -i eth0
[48431.418627] device eth0 entered promiscuous mode
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
06:25:09.226769 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 2c:26:5f:80:04:a4 (oui Unknown), length 300
06:25:10.849849 IP6 fe80::2e26:5fff:fe80:4a4.546 > ff02::1:2.547: dhcp6 solicit
06:25:12.237766 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 2c:26:5f:80:04:a4 (oui Unknown), length 300
06:25:15.248757 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 2c:26:5f:80:04:a4 (oui Unknown), length 300
06:25:18.259755 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 2c:26:5f:80:04:a4 (oui Unknown), length 300

These are the DHCP client solicit requests going OUT from eth0.  They are not actually going out though.  So.. Firewall issue?   I was reading that because it's got no IP (0.0.0.0) that it gets stopped by the WAN, dunno yet.

I'm going to need to fnd a way to wireshark the connection :(

Ah well, we'll continue and see what happens..  But if anyone knows, or knows someone, who can help em troubleshoot the networking driver issues, let me know
Running Itus Shield v2 Firmware