Debian 11.x (Bullseye) - Monthly Snapshot - 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=]

version.sh → beagle-version

debian@BeagleBone:~$ sudo beagle-version
eeprom:[A335BNLT00C02516BBBK2626]
model:[TI_AM335x_BeagleBone_Black]
dogtag:[BeagleBoard.org Debian Bullseye IoT Image 2021-12-29]
<lots of debugging info>

Update U-Boot

am335x: (debian package: bb-u-boot-am335x-evm)

sudo /opt/u-boot/bb-u-boot-am335x-evm/install.sh

am57xx: (debian package: bb-u-boot-am57xx-evm)

sudo /opt/u-boot/bb-u-boot-am57xx-evm/install.sh

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 enable, as it’s pre-installed, but not actually running:

sudo systemctl enable --now bb-code-server

NodeRED port 1880

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

sudo systemctl enable --now nodered

PRU uio enablement:

By default TI’s REMOTEPROC PRU is enabled, but you can switch to classic UIO in /boot/uEnv.txt: by adding/enabling, this was added as of: 5.10.106-ti-r41 for the v5.10.x-ti branch..

uboot_overlay_pru=AM335X-PRU-UIO-00A0.dtbo

DebianBullseye

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

Architecture Compatible Devices
AM335x BeagleBone, BeagleBone Black, BeagleBone Black Wireless, PocketBeagle
AM335x BeagleBone Blue, BeagleBone Green, BeagleBone Green Wireless,
AM335x BeagleBone Black Industrial,
AM57xx BeagleBoard-x15, BeagleBone AI

Debian 11.x (Bullseye) Minimal Snapshot

Please submit all bugs to: Issue Tracker

2023-10-07 notes

  • Kernel: 5.10.168-ti-r72
  • U-Boot: am335x v2022.04
  • U-Boot: am57xx v2022.04
  • default username:password is [debian:temppwd]
Media AM335x Minimal Snapshot
microSD Download am335x-debian-11.8-minimal-armhf-2023-10-07-2gb.img.xz
microSD sha256sum 3fdac493ab7074ef8d5258abf07a1bdff1afdd2fda88f6b4625a015f003f4687
eMMC Download am335x-eMMC-flasher-debian-11.8-minimal-armhf-2023-10-07-2gb.img.xz
eMMC sha256sum b3c69c6ad11d572ef05aa8805d37ad0ce1d34eac9c08ca34d5ada76cd34a15d0
Media AM57xx Minimal Snapshot
microSD Download am57xx-debian-11.8-minimal-armhf-2023-10-07-2gb.img.xz
microSD sha256sum d438951cd03e2b36f6646ff7da0b9976543f8534e786e70f253b470751e95461
eMMC Download am57xx-eMMC-flasher-debian-11.8-minimal-armhf-2023-10-07-2gb.img.xz
eMMC sha256sum f2b96ae04b74c0f8135141654e8a72780c5a64e6ee92a9803cbb798cae435b06

Debian 11.x (Bullseye) IOT Snapshot

Please submit all bugs to: Issue Tracker

2023-10-07 notes

  • Kernel: 5.10.168-ti-r72
  • U-Boot: am335x v2022.04
  • U-Boot: am57xx v2022.04
  • default username:password is [debian:temppwd]
Media AM335x IOT Snapshot
microSD Download am335x-debian-11.8-iot-armhf-2023-10-07-4gb.img.xz
microSD sha256sum 62ee9f6dab49d6df8b0822e5b5a491a34d92643d0b166392de0b5d0eb5bcf9f9
eMMC Download am335x-eMMC-flasher-debian-11.8-iot-armhf-2023-10-07-4gb.img.xz
eMMC sha256sum f0ee00a83a72abb09a74663f8b860ab1c3fc0f5fd4ea29202057c7c93892f27e
Media AM57xx IOT Snapshot
microSD Download am57xx-debian-11.8-iot-armhf-2023-10-07-4gb.img.xz
microSD sha256sum e166684df0cb0f6be1f8f2d4e9e39c4a14196fbc6d8f07d40ca51ce3bc4f62a9
eMMC Download am57xx-eMMC-flasher-debian-11.8-iot-armhf-2023-10-07-4gb.img.xz
eMMC sha256sum 5e99247dfc4ddfc5a354d6adbf320a1be55a14a499167ed609564d6d42f681af

Debian 11.x (Bullseye) Xfce Desktop Snapshot

Please submit all bugs to: Issue Tracker

2023-10-07 notes

  • Kernel: 5.10.168-ti-r72
  • U-Boot: am335x v2022.04
  • U-Boot: am57xx v2022.04
  • default username:password is [debian:temppwd]
Media AM335x Xfce Snapshot
microSD Download am335x-debian-11.8-xfce-armhf-2023-10-07-4gb.img.xz
microSD sha256sum 8363a991d6115cf5906408f9875badc99fe38452436605af1906edbbc8dc0d36
eMMC Download am335x-eMMC-flasher-debian-11.8-xfce-armhf-2023-10-07-4gb.img.xz
eMMC sha256sum a7a5b804920802e77879bb7b75535892513db44d3b004b1570154f064762fc6f
Media AM57xx Xfce Snapshot
microSD Download am57xx-debian-11.8-xfce-armhf-2023-10-07-4gb.img.xz
microSD sha256sum 4199bbe55f3943e522707a9cdb4bc5b7b641de95324c70ca9915219f6fd93973
eMMC Download am57xx-eMMC-flasher-debian-11.8-xfce-armhf-2023-10-07-4gb.img.xz
eMMC sha256sum 9a15df6b80e5c6e680ca8d3e57700979eeb84837f161c1d0bc8f97d56b1fc9ba
8 Likes
Debian Bullseye Status
Debian 11 (bullseye) Testing Images
[ARCHIVE - 2022-01-01] Debian 11.x (Bullseye) - Monthly - Snapshots
how long does the LTS from the beagleboard.org foundation last
BeagleBone AI fails upgrade to 5.10
Best Kernel release to use with remoteproc, PRUs, C on PRU.
I can't boot with the microSD card of the BeagleBoard Black
Can't reach 192.168.7.2
BBB RevC will not boot from usb or eMMC
Where is /opt/scripts/tools/version.sh in Debian 11 minimal snapshot?
Is there a Debian 11 'console' image? (or is 'minimal' the smallest?)
How to get the latest ubuntu image for Beaglebone Black (via MicroSD Card)?
Update pl2303 driver
SSH into Beaglebone from Windows machine fails
2 IP addresses on my BBB
BBBlue connmanctl> enable wifi Error
Need help with a Bullseye BBB image: some files not flashed and other questions.
[2020-04-06] How to add HDMI back into BBB image after init-eMMC-flasher-v3.sh
NHD 7" Display on Current Debian Image
[BBB Buster] compiling gcc after flashing image on SD card
Beaglebone Green wireless Update Issue
BBB does not boot, user leds remain off
Beaglebone Black rev c Newbie
Can not connect to a new BB-Green at 192.168.7.1 using windows-7 laptop
Potential i2c group error in am335x-debian-11.5-minimal-armhf-2022-11-01-2gb.img.xz
BeagleBone AI-64 unable to connect to WiFi
BeagleBone Black - Unable to access built-in web apps
Beaglebone Black does not send any data on debug port - scope shows no data
BeagleBone Black Wireless connman doesn't exist
192.168.7.2 is NOT opening or reachable
Restore commercial BBBlack Industrial
BeagleBone Black not booting up when trying to boot with micro SD card
BBBlue connmanctl> enable wifi Error
Finding current image in Beaglebone Black
Force auto partition with new Debian 11 on BeagleBone Black
No activity in the usr LEDS when starting beaglebone
Beagle Black no boot holding S2
BBB: Problems with X server on a minimal Bullseye image
I'm new, come from the Pi world, hold my hand.
Bullseye for BBB, ? KDE?
/lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by ./thermADC)
BBAI and SD card booting and two penguins
[BeagleBone Black Wireles] Upgraded to Bullseye...can't access via wi-fi
[BBB] - [scratch] Please Help I have no clue what I am doing
[Debian Stretch 2018-03-05] BeagleBone Green: Reducing boot time
(Clone) [Insteon Hub Pro] Flashing eMMC help
Cannot find BBORG_COMMS-00A2.dtbo
Latest Debian images for older (2GB eMMC) BeagleBone Black boards?
what is the difference between omap image builder and github.com/beagleboard/image-builder
Which firmware for Beagleboard Blue?
(Clone) [Insteon Hub Pro] Flashing eMMC help
BBB does not boot - only power LED on. USR LEDs OFF
Debian 11 (bullseye) Testing Images
DS18B20 communication
Beaglebone Green Wireless Wifi
BBB issue to Connet
BeagleBone Black Wireless and not a WiFi in Sight?
Recommeded DHCP setup for HostAPD
Help to Configure and Display the Video Stream of a CSI Camera on BeagleBone AI-64
how to flash debian image in the sd card to emmc in beaglebone black industrial
通过USB将beaglebone black连接到电脑,但是却没有网络适配器出现
SSH fails to connect Buster IoT on BBB
the image for BeagleBoard xfce, 09/02/2023, ver 11.7 is lacking SSH not installed or not enabled
SSH fails to connect Buster IoT on BBB
BeagleBone Black Industrial fails to find Element 14 Wireless Cape
Storage full on EMMC
SSH fails to connect Buster IoT on BBB
usb webcam can not open with this simple code
How useful is BBB?
Creating a custom BBB Debian image non-interactively
BeagleBone Black Wireless connman doesn't exist
Black Wireless powers up on its own after shutdown
Cloud IDE (192.168.7.2) - Not Responding - BeagleBone Black
cant use apt becasue of error with CPU table and no desktop interface
Beaglebone Black: Is there a newer Debian with XFCE existing? Didn't found.. (Oct. 2023)
Can't connect via SSH on the BBB
Beglebone Black img send Email automaticaly on port 25
How to get the latest ubuntu image for Beaglebone Black (via MicroSD Card)?
How to get the latest ubuntu image for Beaglebone Black (via MicroSD Card)?
i2c oled splash screen
Where is /opt/scripts/tools/version.sh in Debian 11 minimal snapshot?
Potential tty symlink error in am335x-debian-11.5-minimal-armhf-2022-11-01-2gb.img.xz
[wl18xx 4.19.x-ti] ieee80211 phy0: Hardware restart was requested
Having issues flashing to eMMC
Beagleboard x15: access serial console through USB
[linuxcnc] Real time images for BBB
Beaglebone AI cpufreq is not changing

10 posts were split to a new topic: [ARCHIVE - 2022-01-01] Debian 11.x (Bullseye) - Monthly - Snapshots

4 posts were split to a new topic: [ARCHIVE - 2022-04-01] Debian 11.x (Bullseye) - Monthly - Snapshots

2 posts were split to a new topic: [ARCHIVE - 2022-01-01] Debian 11.x (Bullseye) - Monthly Snapshot - 2023-07-01