ARM64 - Debian 11.x (Bullseye) - Monthly Snapshots - 2023-10-07

Network

We migrated from connman to Debian Systemd-Networkd

debian@BeagleBone:~$ sudo networkctl 
IDX LINK TYPE     OPERATIONAL SETUP
  1 lo   loopback carrier     unmanaged
  2 eth0 ether    routable    configured 
  3 usb0 gadget   no-carrier  configuring
  4 usb1 gadget   no-carrier  configuring
  5 can0 can      off         unmanaged
  6 can1 can      off         unmanaged

6 links listed.

Configuration files

eth0 -> /etc/systemd/network/eth0.network
usb0 (Windows - 192.168.7.x) -> /etc/systemd/network/usb0.network
usb1 (Mac - 192.168.6.x) -> /etc/systemd/network/usb1.network
wlan0 -> /etc/systemd/network/wlan0.network

WiFi Configuration (wpa_supplicant)

sudo nano /etc/wpa_supplicant/wpa_supplicant-wlan0.conf

and then

sudo wpa_cli -i wlan0 reconfigure

WiFI Configuration thru wpa_cli

Example:

SSID = BeagleBone
Pass = BeagleBone

root@BeagleBone:~# wpa_cli -i wlan0
wpa_cli v2.9
Copyright (c) 2004-2019, Jouni Malinen <j@w1.fi> and contributors

This software may be distributed under the terms of the BSD license.
See README for more details.

Interactive mode

> scan
OK
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
> scan_results
bssid / frequency / signal level / flags / ssid
b4:fb:e4:f5:7b:d2	5180	-86	[WPA2-PSK-CCMP][ESS]	XYZA
be:fb:e4:f5:7b:d2	5180	-87	[WPA2-PSK-CCMP][ESS]	BeagleBone
ba:fb:e4:f5:7b:d2	5180	-87	[WPA2-PSK-CCMP][ESS]	XYZB
c2:fb:e4:f5:7b:d2	5180	-87	[WPA2-PSK-CCMP][ESS]	XYZC
> 
> add_network
1
> set_network 1 ssid "BeagleBone"
OK
> set_network 1 psk "BeagleBone"
OK
> enable_network 1
OK
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>SME: Trying to authenticate with be:fb:e4:f5:7b:d2 (SSID='BeagleBone' freq=5180 MHz)
<3>Trying to associate with be:fb:e4:f5:7b:d2 (SSID='BeagleBone' freq=5180 MHz)
<3>Associated with be:fb:e4:f5:7b:d2
<3>CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
<3>WPA: Key negotiation completed with be:fb:e4:f5:7b:d2 [PTK=CCMP GTK=CCMP]
<3>CTRL-EVENT-CONNECTED - Connection to be:fb:e4:f5:7b:d2 completed [id=1 id_str=]

Update U-Boot

bbai64: (debian package: bb-u-boot-beagleboneai64)

sudo /opt/u-boot/bb-u-boot-beagleboneai64/install-emmc.sh
sudo /opt/u-boot/bb-u-boot-beagleboneai64/install-microsd.sh

Flash eMMC thru boot menu

This is new with 2023-09-02 the release, connect a TTL serial adapter to UART0 (BBAI64) or UART (BeaglePlay) and select the copy microSD to eMMC menu option

BeagleBone AI-64 microSD (extlinux.conf) Options
1:	BeagleBone AI-64 microSD Recovery
2:	BeagleBone AI-64 copy microSD to eMMC
3:	BeagleBone AI-64 microSD (default)
Enter choice:

eMMC Flasher

Copy board specific configuration files, example:

sudo enable-beagle-flasher
sudo reboot

Cloud 9 → VSCode port 3000

VSCode on these devices is still a work in progress, the ide works with extensions.

To disable and get the cpu cycles back:

sudo systemctl disable --now bb-code-server

NodeRED port 1880

To enable, as it’s pre-installed, but not actually running:

sudo systemctl enable --now nodered

Current built-in overlays:

BBAI64-DSI-RPi-7inch-panel.dtbo
BBAI64-P8_37-ehrpwm5_a.dtbo
BBAI64-P9_25-ehrpwm4_b.dtbo
BONE-I2C1.dtbo
BONE-I2C2.dtbo
BONE-I2C3.dtbo
BONE-PWM0.dtbo
BONE-PWM1.dtbo
BONE-PWM2.dtbo
BONE-SPI0_0.dtbo
BONE-SPI0_1.dtbo
BONE-UART1.dtbo
J721E-PRU-UIO-00A0.dtbo

DebianBullseye

All these example Snapshots can be written to a microSD with: balenaEtcher

Architecture Compatible Devices
BBAI64 BeagleBone AI-64
BeaglePlay BeaglePlay, SK-AM62

Debian 11.x (Bullseye) Minimal Snapshot

Please submit all bugs to: Issue Tracker

2023-10-07 notes

  • Kernel: 5.10.168-ti-arm64-r111
  • U-Boot: BBAI64 v2021.01
  • U-Boot: BeaglePlay v2021.01
  • default username:password is [debian:temppwd]
Media BBAI64 Minimal Snapshot
microSD Download bbai64-debian-11.8-minimal-arm64-2023-10-07-4gb.img.xz
microSD sha256sum 212d36871d8b71f4be0cf712d5bc3d8bb5c1aec748e551a2a770d9b84c758391
eMMC Download bbai64-emmc-flasher-debian-11.8-minimal-arm64-2023-10-07-4gb.img.xz
eMMC sha256sum f86ca6b8450d5dde6ad42f07de2bffa9e8dd41f32d44a55273fcc031420ed10f
Media BeaglePlay Minimal Snapshot
microSD Download beagleplay-debian-11.8-minimal-arm64-2023-10-07-4gb.img.xz
microSD sha256sum 231dfe0c9aa747556b5f3104d8867788f576093f6c96930fdaa9691c7d712551
eMMC Download beagleplay-emmc-flasher-debian-11.8-minimal-arm64-2023-10-07-4gb.img.xz
eMMC sha256sum 7acfa0d68024e3676ce27b4224e035273adacd95af1aee182aeff7c416ac50d0

Debian 11.x (Bullseye) Xfce Desktop Snapshot

Please submit all bugs to: Issue Tracker

2023-10-07 notes

  • Kernel: 5.10.168-ti-arm64-r111
  • U-Boot: BBAI64 v2021.01
  • U-Boot: BeaglePlay v2021.01
  • default username:password is [debian:temppwd]
Media BBAI64 Xfce Snapshot
microSD Download bbai64-debian-11.8-xfce-arm64-2023-10-07-10gb.img.xz
microSD sha256sum fd619cd0463562b0779e134d2dbe1cd1d17af26a5200ad1faac8bfdfea4b30ac
eMMC Download bbai64-emmc-flasher-debian-11.8-xfce-arm64-2023-10-07-10gb.img.xz
eMMC sha256sum 59b32098a687bf430a32d8d0551919299f25beece4aef14c0457831cc7d86261
Media BeaglePlay Xfce Snapshot
microSD Download beagleplay-debian-11.8-xfce-arm64-2023-10-07-10gb.img.xz
microSD sha256sum 329b0b85d502a1f1dae45d348777022a8f02aca9c024c4f20ff3fb58790fbe4b
eMMC Download beagleplay-emmc-flasher-debian-11.8-xfce-arm64-2023-10-07-10gb.img.xz
eMMC sha256sum 48249785211a25661d315338645cb0789441279bdb799f4492b1949c209964c7

Debian 11.x (Bullseye) TI EDGEAI (Xfce) Desktop Snapshot

Please submit all bugs to: Issue Tracker

2023-10-07 notes

  • Kernel: 5.10.168-ti-arm64-r111
  • U-Boot: BBAI64 v2021.01
  • default username:password is [debian:temppwd]
Media BBAI64 TI EDGEAI (Xfce) Snapshot
microSD Download bbai64-debian-11.8-xfce-edgeai-arm64-2023-10-07-10gb.img.xz
microSD sha256sum a014613ce00c051c09cc34bd9e492899f3bfb0354402138f72b502555837b149
eMMC Download bbai64-emmc-flasher-debian-11.8-xfce-edgeai-arm64-2023-10-07-10gb.img.xz
eMMC sha256sum b0ac052fb4363c221a7476d55f45c0cba352329c2ac878c15a4bc3bdfeb2c34d

Debian 11.x (Bullseye) Home Assistant Snapshot

Please submit all bugs to: Issue Tracker

2023-10-07 notes

  • Kernel: 5.10.168-ti-arm64-r111
  • U-Boot: BeaglePlay v2021.01
  • default username:password is [debian:temppwd]
Media BBAI64 Home Assistant Snapshot
microSD Download bbai64-debian-11.8-home-assistant-arm64-2023-10-07-8gb.img.xz
microSD sha256sum 03cd24511a0a2b5baf3406c97b96a136eb5598a37c0adb2e18b953f14ae21ebf
eMMC Download bbai64-emmc-flasher-debian-11.8-home-assistant-arm64-2023-10-07-8gb.img.xz
eMMC sha256sum d05b7c80b41233a54201875cfac8afd3adc567e3be125d3cdb04b91a6b3c001d
Media BeaglePlay Home Assistant Snapshot
microSD Download beagleplay-debian-11.8-home-assistant-arm64-2023-10-07-8gb.img.xz
microSD sha256sum ba8c9b78c4d98be68abb9fc7d36165aa7fe5e6026e6a1af6650e97bcc182b6d7
eMMC Download beagleplay-emmc-flasher-debian-11.8-home-assistant-arm64-2023-10-07-8gb.img.xz
eMMC sha256sum 113cb3a489508477badbd246a255f02bef30b8b228cf022d47784b74002b4a8c
4 Likes
AI-64 how to flash eMMC
Debian image differences for AI64
Weekly Progress Report: BB-Config Improvements & GPIO Benchmark
Random WiFi Modules and BBAI-64 and BBAI FanCape for Heat Dissipation...
Safe procedure to downgrade kernel for "minimal" image and resonably stable kernel
BBAI-64 XBee Adapter
Beaglebone AI-64 can not boot both from eMMC and mircoSD card
Accessing BeaglePlay GPIOs and CSI
Can't install ti-edgeai or ti-vision packages
TDA4VM Debian 11.3 Flasher does not produce a functional eMMC
Overlays: BeagleBone AI-64 [PWM]
eMMC drive disappears on BBAI-64
AI-64 how to flash eMMC
BeagleBone BB AI-64 won't boot after kernel/linux-image change
[nginx 403] Error while tethering via USB - BB AI 64 via using Windows 10
[BBAI64: TI EDGEAI DEMOS] 5.10.120-ti-arm64-r66 (Auto-Loading of r5fss0_core0 and r5fss0_core1)
How to get the latest ubuntu image for Beaglebone Black (via MicroSD Card)?
ModuleNotFoundError: No module named 'onnxruntime'
Pipeline for imx219 on BB AI-64
How to customize the BBAI64 eMMC minimal image?
Micro SDXC card in BB AI-64 gives black screen and only flashing light.
MIcro SDXC card in BB AI-64 gives black screen and only solid light
fresh boot..only cylon leds blinking...then powers down - everytime
192.168.7.2 is NOT opening or reachable
Booting the BBAI-64 w/ an Updated EdgeAI Image...
bbai64 - "403 Forbidden ; nginx/1.18.0:" while connecting
Reset factory BeaglePlay
Overlays: BeagleBone AI-64 [PWM]
What are the machine learning tools in Debian Buster?
Internet over USB with ARM64 - Debian 11.x (Bullseye) and linux(ubuntu 22) laptop
unable to start with BB ai-64
BBAI-64 building Tensorflow Lite custom model artifacts for libtidl_tfl_delegate
sha256 verification
BB AI-64 does not show on tether to PC on first startup.
Beaglebone AI-64 stuck with error. Unable to flash any OS image
TIDL/EdgeAI benchmarks on the AI-64
Help to Configure and Display the Video Stream of a CSI Camera on BeagleBone AI-64
Beaglebone AI-64 documentation for GPIO/PWM and Analog pins
IMX219 not working still
TIDL/EdgeAI benchmarks on the AI-64
once compiled, how does one install the tflite_runtime?
AI 64 froze after using the latest image
AI-64 usb interface not found
Trying to perform inference on my compiled model in beagle bone ai64, using this repo :- https://github.com/WasabiFan/tidl-yolov5-custom-model-demo.
Release notes/changelogs for Bullseye AI-64 images
How to get the latest ubuntu image for Beaglebone Black (via MicroSD Card)?
BBAI-64 stuck in boot prompt or loop
After Flashing Images, Boot Failures After Sudo Apt Upgrade
BBAI-64 I2C-1 and I2C-5 not working
Is the bbb_debian, images search reporting 32-bit systems for aarch64?
tivxAlgiVisionCreate returned NULL
Booting the BBAI-64 w/ an Updated EdgeAI Image...
AI 64 froze after using the latest image
Installation of tflite_runtime on BeagleBone AI-64 getting failed

5 posts were split to a new topic: [ARCHIVE] ARM64 - Debian 11.x (Bullseye) - Monthly Snapshots - 2023-07-01