Skip to content

Instantly share code, notes, and snippets.

@RobertCNelson
Last active October 20, 2021 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobertCNelson/d1c9380f8ed99b95b5ca8e4d4a7e4c4a to your computer and use it in GitHub Desktop.
Save RobertCNelson/d1c9380f8ed99b95b5ca8e4d4a7e4c4a to your computer and use it in GitHub Desktop.
BeagleBoard.org Debian Buster IoT Image 2020-04-06
root@beaglebone:~# apt update
root@beaglebone:~# apt install --only-upgrade wget
Reading package lists... Done
Building dependency tree
Reading state information... Done
wget is already the newest version (1.20.1-1.1).
0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded.
root@beaglebone:~# apt install --only-upgrade ca-certificates
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
ca-certificates
1 upgraded, 0 newly installed, 0 to remove and 144 not upgraded.
Need to get 166 kB of archives.
After this operation, 18.4 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main armhf ca-certificates all 20200601~deb10u2 [166 kB]
Fetched 166 kB in 0s (582 kB/s)
Preconfiguring packages ...
(Reading database ... 72570 files and directories currently installed.)
Preparing to unpack .../ca-certificates_20200601~deb10u2_all.deb ...
Unpacking ca-certificates (20200601~deb10u2) over (20190110) ...
Setting up ca-certificates (20200601~deb10u2) ...
Updating certificates in /etc/ssl/certs...
13 added, 4 removed; done.
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for ca-certificates (20200601~deb10u2) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
root@beaglebone:~# wget https://rcn-ee.com/repos/debian/dists/buster/Release
--2021-10-20 14:17:49-- https://rcn-ee.com/repos/debian/dists/buster/Release
Resolving rcn-ee.com (rcn-ee.com)... 45.33.2.10, 2600:3c00::f03c:91ff:fe37:6ad5
Connecting to rcn-ee.com (rcn-ee.com)|45.33.2.10|:443... connected.
ERROR: The certificate of ‘rcn-ee.com’ is not trusted.
ERROR: The certificate of ‘rcn-ee.com’ has expired.
root@beaglebone:~# apt install --only-upgrade libssl1.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libssl-dev
Suggested packages:
libssl-doc
The following packages will be upgraded:
libssl-dev libssl1.1
2 upgraded, 0 newly installed, 0 to remove and 142 not upgraded.
Need to get 2,898 kB of archives.
After this operation, 4,096 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://deb.debian.org/debian buster/main armhf libssl-dev armhf 1.1.1d-0+deb10u7 [1,598 kB]
Get:2 http://deb.debian.org/debian buster/main armhf libssl1.1 armhf 1.1.1d-0+deb10u7 [1,300 kB]
Fetched 2,898 kB in 1s (4,185 kB/s)
Preconfiguring packages ...
(Reading database ... 72579 files and directories currently installed.)
Preparing to unpack .../libssl-dev_1.1.1d-0+deb10u7_armhf.deb ...
Unpacking libssl-dev:armhf (1.1.1d-0+deb10u7) over (1.1.1d-0+deb10u2) ...
Preparing to unpack .../libssl1.1_1.1.1d-0+deb10u7_armhf.deb ...
Unpacking libssl1.1:armhf (1.1.1d-0+deb10u7) over (1.1.1d-0+deb10u2) ...
Setting up libssl1.1:armhf (1.1.1d-0+deb10u7) ...
Setting up libssl-dev:armhf (1.1.1d-0+deb10u7) ...
Processing triggers for libc-bin (2.28-10) ...
root@beaglebone:~# wget https://rcn-ee.com/repos/debian/dists/buster/Release
--2021-10-20 14:26:49-- https://rcn-ee.com/repos/debian/dists/buster/Release
Resolving rcn-ee.com (rcn-ee.com)... 45.33.2.10, 2600:3c00::f03c:91ff:fe37:6ad5
Connecting to rcn-ee.com (rcn-ee.com)|45.33.2.10|:443... connected.
ERROR: The certificate of ‘rcn-ee.com’ is not trusted.
ERROR: The certificate of ‘rcn-ee.com’ has expired.
root@beaglebone:~# apt install --only-upgrade libgnutls30
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
gnutls-bin
The following packages will be upgraded:
libgnutls30
1 upgraded, 0 newly installed, 0 to remove and 141 not upgraded.
Need to get 1,065 kB of archives.
After this operation, 1,024 B of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main armhf libgnutls30 armhf 3.6.7-4+deb10u7 [1,065 kB]
Fetched 1,065 kB in 0s (2,542 kB/s)
(Reading database ... 72579 files and directories currently installed.)
Preparing to unpack .../libgnutls30_3.6.7-4+deb10u7_armhf.deb ...
Unpacking libgnutls30:armhf (3.6.7-4+deb10u7) over (3.6.7-4+deb10u3) ...
Setting up libgnutls30:armhf (3.6.7-4+deb10u7) ...
Processing triggers for libc-bin (2.28-10) ...
root@beaglebone:~# wget https://rcn-ee.com/repos/debian/dists/buster/Release
--2021-10-20 14:29:01-- https://rcn-ee.com/repos/debian/dists/buster/Release
Resolving rcn-ee.com (rcn-ee.com)... 45.33.2.10, 2600:3c00::f03c:91ff:fe37:6ad5
Connecting to rcn-ee.com (rcn-ee.com)|45.33.2.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2196 (2.1K)
Saving to: ‘Release’
Release 100%[===================>] 2.14K --.-KB/s in 0s
2021-10-20 14:29:02 (7.26 MB/s) - ‘Release’ saved [2196/2196]
root@beaglebone:~# curl https://rcn-ee.com/repos/debian/dists/buster/Release
Origin: rcn-ee.net
Label: rcn-ee.net
Codename: buster
Date: Tue, 19 Oct 2021 03:06:19 UTC
Architectures: armhf
Components: main
Description: Apt repository for debian.beagleboard.org
MD5Sum:
2b1e6e4133b5c077c8e9de27c9ecd4e5 12212157 main/binary-armhf/Packages
1c1892eac3e59c592dcbaac459378f91 2077180 main/binary-armhf/Packages.gz
22758e0c447bbda1bc08a99f744b0a44 116 main/binary-armhf/Release
5fba7a8b0ecb9501162eca373e17c4eb 2815 main/debian-installer/binary-armhf/Packages
c6387e3c135def2a97c12382be75dde8 1130 main/debian-installer/binary-armhf/Packages.gz
3976001398895dd8f0d1abe6c73057da 154986 main/source/Sources
9dea94d5c50ca6f24885413284a8ca25 39379 main/source/Sources.gz
8f16d5bad22629edf2333a1c58a4158c 117 main/source/Release
SHA1:
4832069266111abf410bd6e220c6b71e9e2fb90b 12212157 main/binary-armhf/Packages
7645d6c874a4d546fca878279c08addb1c277490 2077180 main/binary-armhf/Packages.gz
94bc92e1b2c2acbff5a8b331ebf790e33614fb8a 116 main/binary-armhf/Release
83c53baecd539276ea09ee72c7dfb69d1a94a5d8 2815 main/debian-installer/binary-armhf/Packages
f6b777a74f22cd3c04c50cde0eb47b2b697fd144 1130 main/debian-installer/binary-armhf/Packages.gz
9e8b2a1da8a65bff594b88bf8f7059159d0878f5 154986 main/source/Sources
9fe03add78c264879d079586fec7b3f24d173289 39379 main/source/Sources.gz
181ee3a81092146db9259cd51fa2b0c918433670 117 main/source/Release
SHA256:
f6042541a6759c275ae9ae55db8a366af266cd7b123a1f4c88237e0cc8943aeb 12212157 main/binary-armhf/Packages
1a18ed4d1f0ecf45b1bd6bb51ab7896d530f4755fe4e12873faef97cdc658912 2077180 main/binary-armhf/Packages.gz
85b856062ab45a03eb5649bfa346b0fc7a96a31dbb42bbfdd306880bd99ca874 116 main/binary-armhf/Release
7372dbc27a98dbb23d056cf41bf30a9d05c8bb25bc0e56f11ad8f80621d8120b 2815 main/debian-installer/binary-armhf/Packages
cb88a59b7f2f874eb5ae0d0af1faf8e28c25f879f4eef5aa9045b281599d20fd 1130 main/debian-installer/binary-armhf/Packages.gz
05a1bebadbcf2d2917cc8c04d101f415b302debb155af54cc7eb41dcb85b86eb 154986 main/source/Sources
0d08799cf7a7cd4720ec37ad73b049bf12f835478f0ba8ef68d79cc86d4e4363 39379 main/source/Sources.gz
ad3abccfcf2d3aaeacecff833f58f136b168d2aedd8430f7a373a1dca1263d0a 117 main/source/Release
root@beaglebone:~# apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
gt libbrotli1 libconfig9 libusbgx
The following packages have been kept back:
c9-core-installer
The following packages will be upgraded:
apt apt-utils avahi-daemon avahi-utils base-files bb-bbai-firmware
bb-cape-overlays bb-customizations bb-node-red-installer bb-usb-gadgets
bb-wl18xx-firmware bind9-host bluetooth bluez bone101 connman curl dbus
debconf debconf-i18n debian-archive-keyring device-tree-compiler
distro-info-data dnsmasq dnsmasq-base file git git-man groff-base hostapd
iproute2 ipumm-dra7xx-installer iputils-ping isc-dhcp-client isc-dhcp-common
klibc-utils libapt-inst2.0 libapt-pkg5.0 libavahi-client3
libavahi-common-data libavahi-common3 libavahi-core7 libbind9-161
libbluetooth3 libbsd0 libc-ares2 libcpupower1 libcurl3-gnutls libcurl4
libdbus-1-3 libdbus-1-dev libdns-export1104 libdns1104 libfreetype6
libgcrypt20 libglib2.0-0 libgnutls30 libgssapi-krb5-2 libhogweed4
libisc-export1100 libisc1100 libisccc161 libisccfg163 libjpeg62-turbo
libjs-jquery libjson-c3 libk5crypto3 libklibc libkrb5-3 libkrb5support0
libldap-2.4-2 libldap-common liblwres161 liblz4-1 libmagic-mgc libmagic1
libnettle6 libnginx-mod-http-auth-pam libnginx-mod-http-dav-ext
libnginx-mod-http-echo libnginx-mod-http-geoip
libnginx-mod-http-image-filter libnginx-mod-http-subs-filter
libnginx-mod-http-upstream-fair libnginx-mod-http-xslt-filter
libnginx-mod-mail libnginx-mod-stream libnode-dev libnode64 libnss-systemd
libp11-kit0 libpam-systemd libperl5.28 libpython3.7 libpython3.7-dev
libpython3.7-minimal libpython3.7-stdlib librobotcontrol libsqlite3-0
libssl-dev libssl1.1 libsystemd0 libtiff5 libudev1 libuv1 libuv1-dev
libwebp6 libx11-6 libx11-data libxml2 libzstd1 linux-cpupower linux-libc-dev
mjpg-streamer nginx nginx-common nginx-full node-ansi-regex
node-hosted-git-info node-ini node-minimist node-tar node-y18n
node-yargs-parser nodejs nodejs-doc npm openssl perl perl-base
perl-modules-5.28 python3.7 python3.7-dev python3.7-minimal screen sudo
systemd systemd-sysv ti-pru-cgt-installer tzdata udev vpdma-dra7xx-installer
wpasupplicant
143 upgraded, 4 newly installed, 0 to remove and 1 not upgraded.
Need to get 289 MB of archives.
After this operation, 99.8 MB of additional disk space will be used.
root@beaglebone:~# dpkg --list | grep wget
ii wget 1.20.1-1.1 armhf retrieves files from the web
root@beaglebone:~# dpkg --list | grep ca-certi
ii ca-certificates 20190110 all Common CA certificates
root@beaglebone:~# wget https://rcn-ee.com/repos/debian/dists/buster/Release
--2021-10-20 14:07:22-- https://rcn-ee.com/repos/debian/dists/buster/Release
Resolving rcn-ee.com (rcn-ee.com)... 45.33.2.10, 2600:3c00::f03c:91ff:fe37:6ad5
Connecting to rcn-ee.com (rcn-ee.com)|45.33.2.10|:443... connected.
ERROR: The certificate of ‘rcn-ee.com’ is not trusted.
ERROR: The certificate of ‘rcn-ee.com’ has expired.
root@beaglebone:~# wget beagle.cc
--2021-10-20 14:10:21-- http://beagle.cc/
Resolving beagle.cc (beagle.cc)... 104.21.96.96, 172.67.176.143, 2606:4700:3033::6815:6060, ...
Connecting to beagle.cc (beagle.cc)|104.21.96.96|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://beagle.cc/ [following]
--2021-10-20 14:10:21-- https://beagle.cc/
Connecting to beagle.cc (beagle.cc)|104.21.96.96|:443... connected.
HTTP request sent, awaiting response... 303 See Other
Location: https://beaglev.org [following]
--2021-10-20 14:10:22-- https://beaglev.org/
Resolving beaglev.org (beaglev.org)... 44.226.162.25
Connecting to beaglev.org (beaglev.org)|44.226.162.25|:443... connected.
ERROR: The certificate of ‘beaglev.org’ is not trusted.
ERROR: The certificate of ‘beaglev.org’ has expired.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment