silicann / blickwerk-boot

linux kernel and u-boot sources for blickwerk sensors
0 stars 3 forks source link

[RFC] u-boot: enable CDP network protocol support #12

Open dangowrt opened 4 years ago

dangowrt commented 4 years ago

Patch Kconfig to select CONFIG_CMDCDP by default (the blickwerk build system currently only calls urwerk${VARIANT}_defconfig and doesn't allow subsequent modification of the resulting configuration, hence patching Kconfig was the most convenient one-liner to test this).

Signed-off-by: Daniel Golle daniel@makrotopia.org

dangowrt commented 4 years ago

@kmohrf

kmohrf commented 4 years ago

Hi Daniel,

have you’ve seen any change in network behaviour after applying this patch? I’ve built a development kernel and a debian system image along with it and the first traffic I’ve seen on the device’s network interface via tcpdump is ICMP and DHCP after around ~37 seconds.

Did I miss anything?

kmohrf commented 4 years ago

ping @dangowrt

dangowrt commented 4 years ago

@kmohrf sorry, I saw this message only now. Probably I forgot to git-add some of the changes I have made, I will verify later this afternoon.

kmohrf commented 4 years ago

@dangowrt any news? :)

kmohrf commented 4 years ago

ping @dangowrt