Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

Zalmotek RA6M1, RA8M1, and RZ/A3UL Feather SoMs Target High-Performance Embedded Applications

Zalmotek expands its Feather System on Module portfolio with high-performance options designed for advanced embedded systems. These modules are based on Renesas processors and follow the Feather form factor, enabling flexibility for robotics, industrial control, and edge computing applications.

NUCLEO-WBA65RI Brings Bluetooth LE, Thread, and Zephyr RTOS to STM32 Nucleo-64 Platform

The NUCLEO-WBA65RI is a wireless STM32 Nucleo-64 development board built around the STM32WBA65RIV7 microcontroller. It combines the MB2130 MCU RF board with the MB1801 mezzanine board to support Bluetooth LE and IEEE 802.15.4-based protocols such as Thread, Matter, and Zigbee.

Beetle RP2350 is a $4.90 Mini Development Board for Embedded Projects

The Beetle RP2350 is a coin-sized development board designed for space-constrained embedded projects. Despite its compact 25 × 20.5 mm footprint, it offers a wide range of hardware features and low power consumption, enabling its use in portable devices such as retro computers, game consoles, lighting controllers, and electronic badges.

Zalmotek RA0E1, RA2E1, and RA4M1 Feather SoMs for Energy-Efficient Embedded Development

The RA0E1 Feather SoM is designed for ultra-low-power use cases. It features an Arm Cortex-M23 CPU core operating at up to 32 MHz with 64 KB of Flash memory. Its minimal power draw makes it suitable for battery-powered systems that require extended uptime. Standard Feather features are included, such as analog/digital GPIOs, I2C, SPI, UART, a LiPo battery connector, and USB Type-C for both power and programming.

Ubuntu Buzz !

Download Fedora 42 Full Editions (Workstation, Server, IoT Included)

9to5Linux

COSMIC Alpha 7 Desktop Adds Pinned Workspaces, New Accessibility Features

COSMIC Alpha 7 is here to improve workspaces by allowing users to move them by clicking and dragging, reorder them on the current display, or move them across displays. It also introduces a new feature that lets you pin workspaces, which lets you have a persistent or fixed number of workspaces opened at all times.

news

FreeBSD 13.3-BETA3 Now Available

posted by Roy Schestowitz on Feb 25, 2024

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

The third BETA build of the 13.3-RELEASE release cycle is now available.
Installation images are available for:
o 13.3-BETA3 amd64 GENERIC o 13.3-BETA3 i386 GENERIC o 13.3-BETA3 powerpc GENERIC o 13.3-BETA3 powerpc64 GENERIC64 o 13.3-BETA3 powerpc64le GENERIC64LE o 13.3-BETA3 powerpcspe MPC85XXSPE o 13.3-BETA3 armv6 RPI-B o 13.3-BETA3 armv7 GENERICSD o 13.3-BETA3 aarch64 GENERIC o 13.3-BETA3 aarch64 RPI o 13.3-BETA3 aarch64 PINE64 o 13.3-BETA3 aarch64 PINE64-LTS o 13.3-BETA3 aarch64 PINEBOOK o 13.3-BETA3 aarch64 ROCK64 o 13.3-BETA3 aarch64 ROCKPRO64 o 13.3-BETA3 riscv64 GENERIC o 13.3-BETA3 riscv64 GENERICSD
Note regarding arm SD card images: For convenience for those without console access to the system, a freebsd user with a password of freebsd is available by default for ssh(1) access. Additionally, the root user password is set to root. It is strongly recommended to change the password for both users after gaining access to the system.
Installer images and memory stick images are available here:
https://download.freebsd.org/releases/ISO-IMAGES/13.3/
The image checksums follow at the end of this e-mail.
If you notice problems you can report them through the Bugzilla PR system or on the -stable mailing list.
If you would like to use Git to do a source based update of an existing system, use the "releng/13.3" branch.
A summary of changes since 13.3-BETA2 includes:
o A kernel panic fix affecting the net-mgmt/ng_ipacct port.
o A fix to invalid birthtime values generated by fusefs.
o An update to the TLS root certificate bundle.
o Sendmail update to 8.18.1.
o Allowing mac_priority's authorized users to set realtime priority.
o An update to the source for the leap seconds database.
o A workaround for an elftoolchain bug which yielded boated RISCV binaries.
A list of changes since 13.2 will be available in the releng/13.3 release notes:
https://www.freebsd.org/releases/13.3R/relnotes/
Please note, the release notes page is not yet complete, and will be updated on an ongoing basis as the 13.3-RELEASE cycle progresses.
=== Virtual Machine Disk Images ===
VM disk images are available for the amd64, i386, aarch64, and riscv64 architectures. Disk images may be downloaded from the following URL (or any of the FreeBSD download mirrors):
https://download.freebsd.org/releases/VM-IMAGES/13.3-BETA3/
BASIC-CI images can be found at:
https://download.freebsd.org/releases/CI-IMAGES/13.3-BETA3/
The partition layout is:
~ 16 kB - freebsd-boot GPT partition type (bootfs GPT label) ~ 1 GB - freebsd-swap GPT partition type (swapfs GPT label) ~ 20 GB - freebsd-ufs GPT partition type (rootfs GPT label)
The disk images are available in QCOW2, VHD, VMDK, and raw disk image formats. The image download size is approximately 135 MB and 165 MB respectively (amd64/i386), decompressing to a 21 GB sparse image.
Note regarding arm64/aarch64 virtual machine images: a modified QEMU EFI loader file is needed for qemu-system-aarch64 to be able to boot the virtual machine images. See this page for more information:
https://wiki.freebsd.org/arm64/QEMU
To boot the VM image, run:
% qemu-system-aarch64 -m 4096M -cpu cortex-a57 -M virt \ -bios QEMU_EFI.fd -serial telnet::4444,server -nographic \ -drive if=none,file=VMDISK,id=hd0 \ -device virtio-blk-device,drive=hd0 \ -device virtio-net-device,netdev=net0 \ -netdev user,id=net0
Be sure to replace "VMDISK" with the path to the virtual machine image.
=== Amazon EC2 AMI Images ===
FreeBSD/amd64 EC2 AMI IDs can be retrieved from the Systems Manager Parameter Store in each region using the keys:
/aws/service/freebsd/amd64/base/ufs/13.3/BETA3
FreeBSD/aarch64 EC2 AMI IDs can be retrieved from the Systems Manager Parameter Store in each region using the keys:
/aws/service/freebsd/arm64/base/ufs/13.3/BETA3
=== Vagrant Images ===
FreeBSD/amd64 images are available on the Hashicorp Atlas site, and can be installed by running:
% vagrant init freebsd/FreeBSD-13.3-BETA3 % vagrant up
=== Upgrading ===
The freebsd-update(8) utility supports binary upgrades of amd64, i386, and aarch64 systems running earlier FreeBSD releases. Systems running earlier FreeBSD releases can upgrade by first installing any updates for the currently running release:
# freebsd-update fetch # freebsd-update install
and then downloading the new release:
# freebsd-update upgrade -r 13.3-BETA3
During this process, freebsd-update(8) may ask the user to help by merging some configuration files or by confirming that the automatically performed merging was done correctly.
# freebsd-update install
The system must be rebooted with the newly installed kernel before continuing.
# shutdown -r now
After rebooting, freebsd-update needs to be run again to install the new userland components:
# freebsd-update install
It is recommended to rebuild and install all applications if possible, especially if upgrading from an earlier FreeBSD release, for example, FreeBSD 12.x. Alternatively, the user can install misc/compat12x and other compatibility libraries, afterwards the system must be rebooted into the new userland:
# shutdown -r now
Finally, after rebooting, freebsd-update needs to be run again to remove stale files:
# freebsd-update install

Read on

Other Recent Tux Machines' Posts

Releases: Auto-CPUFreq 2.6.0, Boatswain 5.0, syslog-ng 4.8.2
software releases
OpenMandriva Lx 6.0 Released with Linux 6.14, KDE Plasma 6.3, and Server Edition
Today, the OpenMandriva project announced the release and general availability of OpenMandriva Lx 6.0, the latest stable version of this 100% community-driven GNU/Linux distribution and the direct successor to Mandriva Linux.
Incus 6.12 Container & Virtual Machine Manager Released
Incus 6.12 container & virtual machine manager adds online VM memory growth
Kubernetes v1.33 and Kiwi TCMS 14.2
some releases
COSMIC Alpha 7 Desktop Adds Pinned Workspaces, New Accessibility Features
Linux hardware vendor System76 released today COSMIC Alpha 7 as the latest development version for this up-and-coming desktop environment written in Rust for GNU/Linux distributions and the company’s in-house Pop!_OS Linux distro.
[GNOME's] The Elephant in the Room
broken promises by the Foundation
 
Android Leftovers
Gmail now lets you resize panes on Android tablets and foldable devices
Free and Open Source Software
This is free and open source software
Malbian is a Linux distribution for malware analysis and reverse engineering
Malbian Linux is a Debian-based Linux distribution aimed towards Malware Analysis and Reverse Engineering
today's leftovers
4 picks
today's howtos
many howtos
Free, Libre, and Open Source Software Leftovers
FOSS picks
Programming Leftovers
Development picks
Today in Techrights
Some of the latest articles
The Linux Link Tech Show and New Videos on GNU/Linux
new shows/clips
today's leftovers
Debian and more
KDE and GNOME: Fonts, Skrooge, and libfoundry
software updates
New Steam Games with Native GNU/Linux Clients and Godot 4.5 dev 3 Released
Some gaming updates
Red Hat and Fedora Leftovers
mostly Fedora
Free, Libre, and Open Source Software Leftovers
FOSS picks
Programming Leftovers
Development related picks
Security Leftovers
Security related picks
Linux Kernel and BSD Leftovers
more BSD than Linux
PhotoPrism Release and Linux Handbook Software News
FOSS update
today's howtos
many howtos
Android Leftovers
New Android spyware is targeting Russian military personnel on the front lines
Ubuntu 24.04 Now Available for OrangePi’s New RISC-V SBC
Of note, Ubuntu 24.04 developer images are now available for the new OrangePi RV2 RISC-V single-board computer (SBC)
IPFire 2.29 - Core Update 194 is available for testing
This update brings a wide range of package updates, new features
Free and Open Source Software, howtos and Installations
It’s free and open source software
Neptune is a Linux distribution built upon Debian Stable
Neptune is a Linux Distribution for desktops based fully upon Debian Stable
Murena & /e/OS 2025: another leap towards Usable Privacy for All
Moreover, our open source approach facilitates your digital sovereignty, whether you are a person
This Week in Plasma: multiple major Wayland and UI features
This week many KDE contributors gathered in the devastatingly sensible Austrian city of Graz for a long-awaited Plasma development sprint
This Week in GNOME: #197 XML Parsing
Update on what happened across the GNOME project in the week from April 18 to April 25
today's leftovers
Ubuntu and more
FSF Events IRC and Pittsburgh, GNU Taler News
Free software updates
Rocky Linux and Fedora Leftovers
the redhat-centric world
Open Hardware and Linux Devices
some hardware news
Stable kernels: Linux 6.14.4, Linux 6.12.25, Linux 6.6.88, and Linux 6.1.135
I'm announcing the release of the 6.14.4 kernel
Security and Linux Leftovers
mostly security
today's howtos
weekend batch to start the day
Games: Dune, Lost For Swords, and More
10 picks, mostly from GamingOnLinux
After Three Years, AlmaLinux Is Having an Election
Here’s some preliminary information about AlmaLinux OS Foundation’s upcoming board election
Today in Techrights
Some of the latest articles
Free, Libre, and Open Source Software Leftovers
FOSS picks
Web Browsers/Web Servers Stories
WWW leftovers
GNU/Linux and BSD Leftovers
mostly GNU/Linux
Programming Leftovers
Development stories
Security Leftovers
only a few more for now
Open Hardware/Modding: 3D Printing, ESP32, and More
hardware news
What It Takes to Be PostgreSQL Compatible and PostgreSQL Anonymizer 2.1 Released
PostgreSQL news
today's howtos
many from idroot
Free, Libre, and Open Source Software Leftovers
FOSS stories
IBM Problems and Red Hat Leftovers
mostly redhat.com
Open Hardware/Modding: Raspberry Pi, Arduino, and More
3 stories for this afternoon
Games: Frostrail, Discord CEO Leaves, and More
GamingOnLinux, 10 articles
Security Leftovers
Security news, inc. Linux
GStreamer 1.26.1 Improves dav1d AV1 Decoder, Matroska v4 Support in Muxer
Today, the GStreamer project released GStreamer 1.26.1 as the first maintenance update to the latest GStreamer 1.26 series of this popular open-source and cross-platform multimedia framework.
Lilbits: Snapdragon X Chromebooks, Pixel 7a battery swelling, and a Liberux NEXX Linux phone progress update
Earlier this year the folks at Liberux announced plans to build a Linux smartphone that combines the kind of features you’d expect from a modern phone with the hardware you’d expect from a pretty good single-board computer
Powerful Mini-PCs Provide Efficient Replacement for Desktop Computers
That was a choice I seriously considered since I already had a drawer full of free Linux installation disks
Free and Open Source Software
This is free and open source software
Today in Techrights
Some of the latest articles
Lenovo Cuts the Windows Tax and offers Cheaper Laptops with Linux Pre-installed
Lenovo is doing something that many aren't