So today is Launch Day!
https://www.debian.org/releases/bullseye/amd64/release-notes/
For the BeagleBoard.org family of Boards, i’ve kinda taken this release to “start-over” on things, for users running Debian 10 (Buster), feel free to upgrade thru apt, but tweak your /etc/apt/sources.list as the debian-security repo changed on this release…
deb http://deb.debian.org/debian/ bullseye main contrib non-free
#deb-src http://deb.debian.org/debian/ bullseye main contrib non-free
deb http://security.debian.org/debian-security bullseye-security main contrib non-free
#deb-src http://security.debian.org/debian-security bullseye-security main contrib non-free
deb http://deb.debian.org/debian bullseye-updates main contrib non-free
#deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free
deb [arch=armhf] http://repos.rcn-ee.com/debian/ bullseye main
#deb-src [arch=armhf] http://repos.rcn-ee.com/debian/ bullseye main
For users looking to start fresh, i have daily images here:
https://rcn-ee.net/rootfs/debian-armhf/
Some of the Major changes, v5.10.x based kernel, Network Manager over Connman, and Systemd has usb-gadget.target support.
usb-gadget.target:
libusbgx Docs: https://github.com/linux-usb-gadgets/libusbgx
gt Docs: https://github.com/linux-usb-gadgets/gt
USB Gadgets are way eaiser to load and modify now:
Frequency Asked Questions:
- /opt/scripts/tools/version.sh → sudo beagle-version
ToDo: (20210814)
- usb0/usb1 static routes
- BeagleBoard.org “Doc” fake Image
- wl18xx Firmware
- BB-AI WiFi Firmware
- bb-code-server out of box examples and wire up to systemd
- ReWrite eMMC Flasher…
Fixes: (20210816)
- added pkgs: bb-beagle-config, bb-cape-overlays, overlayroot,
Fixes: (20210818)
- added bb-beagle-version
- automatic resize of partition to max size of drive (takes 1 reboot to finalize) (bb-growpart/bb-resizefs)
root@BeagleBone:~# journalctl | grep bb-growpart
Aug 18 00:14:36 BeagleBone bb-growpart[310]: /usr/bin/growpart /dev/mmcblk0 1
Aug 18 00:14:39 BeagleBone bb-growpart[312]: CHANGED: partition=1 start=8192 old: size=7364608 end=7372800 new: size=31108063 end=31116255
root@BeagleBone:~# journalctl | grep bb-resizefs
Aug 18 00:31:15 BeagleBone bb-resizefs[310]: resize2fs /dev/mmcblk0p1
Aug 18 00:31:15 BeagleBone bb-resizefs[322]: resize2fs 1.46.2 (28-Feb-2021)
Aug 18 00:31:21 BeagleBone bb-resizefs[322]: Filesystem at /dev/mmcblk0p1 is mounted on /; on-line resizing required
Aug 18 00:31:21 BeagleBone bb-resizefs[322]: old_desc_blocks = 1, new_desc_blocks = 2
Aug 18 00:31:21 BeagleBone bb-resizefs[322]: The filesystem on /dev/mmcblk0p1 is now 3888507 (4k) blocks long.
Regards,