jaiarobotics / jaiabot

Jaiabot source code
Other
17 stars 2 forks source link

bug/slow-first-boot/JAIA-1288 #902

Closed tsaubergine closed 1 month ago

tsaubergine commented 1 month ago

Problem: first-boot is slow on Raspi with no Ethernet cable connected to a DHCP server.

Solution:

michael-jaia commented 1 month ago

I removed the static address code and saw the same low-end first boot times (~3 mins) and did not see the output hang on the Wait for Network job. Since no clear difference came from changing the addresses to static, I'm only going to keep the code that removes the cloud packages from the raspi image.

tsaubergine commented 1 month ago

OK cool.