With the amazing shortage of Raspberry Pi's, I finally broke down and purchased a BeagleBone Black to run Venos OS. The time is way off and when I went looking to set up the NTP server, it looks like the ntp client is not installed. When I go look at the different packages (opkg list | grep ntp) it comes up with nothing!
How does one go about configuring and setting up the NTP client to set the time on the BeagleBone?
The results of doing a opkg update: root@beaglebone:~# opkg update Downloading https://updates.victronenergy.com/feeds/venus/release/packages/dunfell/all/Packages.gz. Downloading https://updates.victronenergy.com/feeds/venus/release/packages/dunfell/cortexa8hf-neon/Packages.gz. Downloading https://updates.victronenergy.com/feeds/venus/release/packages/dunfell/beaglebone/Packages.gz. Collected errors: * opkg_download_backend: Failed to download https://updates.victronenergy.com/feeds/venus/release/packages/dunfell/all/Packages.gz, wget returned 5. * opkg_download_backend: Failed to download https://updates.victronenergy.com/feeds/venus/release/packages/dunfell/cortexa8hf-neon/Packages.gz, wget returned 5. * opkg_download_backend: Failed to download https://updates.victronenergy.com/feeds/venus/release/packages/dunfell/beaglebone/Packages.gz, wget returned 5. root@beaglebone:~#