root@beaglebone:/home/debian# apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages have been kept back: c9-core-installer 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. root@beaglebone:/home/debian# ping www.google.com ping: www.google.com: Temporary failure in name resolution root@beaglebone:/home/debian# /sbin/route add default gw 192.168.7.1 erver 8.8.8.8" >> /etc/resolv.conf ping www.googleroot@beaglebone:/home/debian# echo "nameserver 8.8.8.8" >> /etc/resolv.conf root@beaglebone:/home/debian# ping www.google.com PING www.google.com (172.217.14.100) 56(84) bytes of data. 64 bytes from lax31s01-in-f4.1e100.net (172.217.14.100): icmp_seq=1 ttl=115 time=7.80 ms 64 bytes from lax31s01-in-f4.1e100.net (172.217.14.100): icmp_seq=2 ttl=115 time=8.35 ms 64 bytes from lax31s01-in-f4.1e100.net (172.217.14.100): icmp_seq=3 ttl=115 time=7.69 ms 64 bytes from lax31s01-in-f4.1e100.net (172.217.14.100): icmp_seq=4 ttl=115 time=7.42 ms ^C --- www.google.com ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 8ms rtt min/avg/max/mdev = 7.418/7.815/8.354/0.357 ms root@beaglebone:/home/debian# apt update Hit:1 http://deb.debian.org/debian buster InRelease Hit:2 http://deb.debian.org/debian buster-updates InRelease Hit:3 http://deb.debian.org/debian-security buster/updates InRelease Hit:4 http://repos.rcn-ee.com/debian buster InRelease Reading package lists... Done Building dependency tree Reading state information... Done 1 package can be upgraded. Run 'apt list --upgradable' to see it. root@beaglebone:/home/debian# apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages have been kept back: c9-core-installer 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. root@beaglebone:/home/debian# apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages have been kept back: c9-core-installer 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. root@beaglebone:/home/debian# cd /opt/scripts/tools root@beaglebone:/opt/scripts/tools# git pull || true remote: Enumerating objects: 294, done. remote: Counting objects: 100% (294/294), done. remote: Compressing objects: 100% (162/162), done. remote: Total 261 (delta 188), reused 166 (delta 96), pack-reused 0 Receiving objects: 100% (261/261), 30.19 KiB | 754.00 KiB/s, done. Resolving deltas: 100% (188/188), completed with 27 local objects. From https://github.com/RobertCNelson/boot-scripts b39ec67..2338ea7 master -> origin/master Updating b39ec67..2338ea7 Fast-forward boot/am335x_evm.sh | 301 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------------------- boot/bbai.sh | 53 +++++++++++++++++++++-------------- boot/bbai_usb_gadget.sh | 8 +++--- boot/beagle_x15.sh | 8 +++--- boot/generic-startup.sh | 22 ++------------- desktop-defaults/buster/lxqt/lxqt/globalkeyshortcuts.conf | 132 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ desktop-defaults/buster/lxqt/lxqt/panel.conf | 5 ++++ device/bone/capes/BeagleBoard.org/A1Fan_Cape.dump | Bin 0 -> 88 bytes tools/config_checking/docker/check-config.sh | 238 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------- tools/developers/update_bootloader.sh | 4 +-- tools/eMMC/bbb-eMMC-flasher-eewiki-12mb.sh | 8 +++--- tools/eMMC/bbb-eMMC-flasher-eewiki-ext4.sh | 8 +++--- tools/eMMC/functions.sh | 92 ++++++++++++++++++++++++++++++++++--------------------------- tools/eMMC/init-eMMC-flasher-v2.sh | 4 +-- tools/generate_extlinux.sh | 44 +++++++++++++++++++++++++++++ tools/grow_partition.sh | 4 +-- tools/software/mjpg-streamer/install_mjpg_streamer.sh | 10 +++++-- tools/update_kernel.sh | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------- tools/version.sh | 11 ++++++++ 19 files changed, 768 insertions(+), 361 deletions(-) create mode 100644 desktop-defaults/buster/lxqt/lxqt/globalkeyshortcuts.conf create mode 100644 device/bone/capes/BeagleBoard.org/A1Fan_Cape.dump create mode 100755 tools/generate_extlinux.sh root@beaglebone:/opt/scripts/tools# Update Kernel bash: Update: command not found root@beaglebone:/opt/scripts/tools# /opt/scripts/tools/update_kernel.sh info: checking archive 2021-08-18 18:29:53 URL:https://rcn-ee.com/repos/latest/buster-armhf/LATEST-ti [195/195] -> "LATEST-ti" [1] ----------------------------- Kernel Options: ABI:1 LTS414 4.14.108-ti-r143 ABI:1 LTS419 4.19.94-ti-r64 ABI:1 LTS54 5.4.106-ti-r32 ABI:1 LTS510 5.10.41-ti-r13 ----------------------------- Kernel version options: ----------------------------- LTS414: --lts-4_14 LTS419: --lts-4_19 LTS54: --lts-5_4 LTS510: --lts-5_10 ----------------------------- info: you are running: [4.19.94-ti-r42], latest is: [4.19.94-ti-r64] updating... Hit:1 http://deb.debian.org/debian buster InRelease Hit:2 http://deb.debian.org/debian buster-updates InRelease Hit:3 http://repos.rcn-ee.com/debian buster InRelease Hit:4 http://deb.debian.org/debian-security buster/updates InRelease Reading package lists... Done Building dependency tree Reading state information... Done 1 package can be upgraded. Run 'apt list --upgradable' to see it. Checking dpkg... Checking apt-cache... debug: installing: [linux-image-4.19.94-ti-r64] Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: linux-image-4.19.94-ti-r64 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. Need to get 28.6 MB of archives. After this operation, 48.8 MB of additional disk space will be used. Get:1 http://repos.rcn-ee.com/debian buster/main armhf linux-image-4.19.94-ti-r64 armhf 1buster [28.6 MB] Fetched 28.6 MB in 13s (2,228 kB/s) Selecting previously unselected package linux-image-4.19.94-ti-r64. (Reading database ... 73174 files and directories currently installed.) Preparing to unpack .../linux-image-4.19.94-ti-r64_1buster_armhf.deb ... Unpacking linux-image-4.19.94-ti-r64 (1buster) ... Setting up linux-image-4.19.94-ti-r64 (1buster) ... update-initramfs: Generating /boot/initrd.img-4.19.94-ti-r64 zz-uenv_txt: Updating /boot/uEnv.txt [uname_r=4.19.94-ti-r64] Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: libpruio-modules-4.19.94-ti-r64 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. Need to get 6,064 B of archives. After this operation, 26.6 kB of additional disk space will be used. Get:1 http://repos.rcn-ee.com/debian buster/main armhf libpruio-modules-4.19.94-ti-r64 armhf 1buster [6,064 B] Fetched 6,064 B in 0s (28.7 kB/s) Selecting previously unselected package libpruio-modules-4.19.94-ti-r64. (Reading database ... 76161 files and directories currently installed.) Preparing to unpack .../libpruio-modules-4.19.94-ti-r64_1buster_armhf.deb ... Unpacking libpruio-modules-4.19.94-ti-r64 (1buster) ... Setting up libpruio-modules-4.19.94-ti-r64 (1buster) ... Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: ti-sgx-ti335x-modules-4.19.94-ti-r64 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. Need to get 100 kB of archives. After this operation, 396 kB of additional disk space will be used. Get:1 http://repos.rcn-ee.com/debian buster/main armhf ti-sgx-ti335x-modules-4.19.94-ti-r64 armhf 1buster [100 kB] Fetched 100 kB in 0s (331 kB/s) Selecting previously unselected package ti-sgx-ti335x-modules-4.19.94-ti-r64. (Reading database ... 76167 files and directories currently installed.) Preparing to unpack .../ti-sgx-ti335x-modules-4.19.94-ti-r64_1buster_armhf.deb ... Unpacking ti-sgx-ti335x-modules-4.19.94-ti-r64 (1buster) ... Setting up ti-sgx-ti335x-modules-4.19.94-ti-r64 (1buster) ... Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: seeed-modules-4.19.94-ti-r64 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. Need to get 138 kB of archives. After this operation, 614 kB of additional disk space will be used. Get:1 http://repos.rcn-ee.com/debian buster/main armhf seeed-modules-4.19.94-ti-r64 armhf 1buster [138 kB] Fetched 138 kB in 0s (451 kB/s) Selecting previously unselected package seeed-modules-4.19.94-ti-r64. (Reading database ... 76173 files and directories currently installed.) Preparing to unpack .../seeed-modules-4.19.94-ti-r64_1buster_armhf.deb ... Unpacking seeed-modules-4.19.94-ti-r64 (1buster) ... Setting up seeed-modules-4.19.94-ti-r64 (1buster) ... update-initramfs: Generating /boot/initrd.img-4.19.94-ti-r64 root@beaglebone:/opt/scripts/tools#