Itay Sperling
Itay Sperling
After update to 6.3.0 with bropat's 1.5.2 This error originated from a custom integration. ```Logger: homeassistant.config_entries Source: custom_components/eufy_security/eufy_security_api/api_client.py:350 Integration: Eufy Security (documentation, issues) First occurred: 07:07:28 (1 occurrences) Last logged:...
OK. So should I open an issue under wishlist ?
Do you use or have 'network-manager' installed? Random Mac address is a feature of network-manager
can you check if your U-BOOT is configured with **CONFIG_NET_RANDOM_ETHADDR ** ? I've never experienced such an issue, but from U-BOOT documentation I can see that if some conditions are...
We didn't try it with Raspberry Pi 4, and the instruction are little different (I hope you use the **rpi_3_32b_defconfig** file but **rpi_4_defconfig** or **rpi_4_32b_defconfig** ) We are not planning...
netconsole is only related to the U-BOOT part. After the kernel is executed, and then takes control and loads the drivers needed for video. We don't use our Raspberry Pis...
This code section is before the TFTP server. The **boot.scr.uimg** file is now loaded (this is the boot script) and this script will try to reach the TFTP server
sorry for the late response
U-BOOT does support DHCP, but we had issues with that on our network. I believe it's an issue with our network configurations and not related to U-BOOT/Raspberry Pi