BBB: custom: bb.org-debian-trixie-base-v6.18-armhf-am335x.conf

On Index of /rootfs/eewiki/minfs, I don’t see any tarball higher than 13.2. Where did you get debian-13.5-base-armhf-2026-05-19 one to build image BeagleBone Black Debian 13.5 2026-05-19 IoT (v6.18.x) - BeagleBoard ?

That would be this config. omap-image-builder/configs/bb.org-debian-trixie-base-v6.18-armhf-am335x.conf at master · RobertCNelson/omap-image-builder · GitHub

I guess I need to follow Creating a custom BBB Debian image non-interactively - General Discussion - BeagleBoard to build from the pointed conf, right ?

That would be this:

:~$ git clone https://github.com/beagleboard/image-builder.git
:~$ cd ./image-builder
:~$ ./RootStock-NG.sh -c bb.org-debian-trixie-base-v6.18-armhf-am335x.conf

After a 20 minutes, I am getting the following certificate related error :

Log: (chroot) Installing (repo_rcnee_pkg_list): bbb.io-headers-6.18-bone bbb.io-kernel-6.18-bone bbb.io-keyring bb-beagle-flasher bb-beagle-version bb-customizations bb-usb-gadgets bb-u-boot-am335x-evm bb-wl18xx-firmware bb-wlan0-defaults cockpit-packagekit cockpit-system cockpit-ws generic-sys-mods ti-pru-cgt-v2.3 libpwm-tools
Hit:1 http://deb.debian.org/debian trixie InRelease
Hit:2 http://deb.debian.org/debian trixie-updates InRelease
Hit:3 http://security.debian.org/debian-security trixie-security InRelease
Ign:4 https://rcn-ee.com/repos/debian-trixie-armhf trixie InRelease
Ign:5 https://debian.beagleboard.org/debian-trixie-armhf trixie InRelease
Ign:4 https://rcn-ee.com/repos/debian-trixie-armhf trixie InRelease
Ign:5 https://debian.beagleboard.org/debian-trixie-armhf trixie InRelease
Ign:4 https://rcn-ee.com/repos/debian-trixie-armhf trixie InRelease
Ign:5 https://debian.beagleboard.org/debian-trixie-armhf trixie InRelease
Err:4 https://rcn-ee.com/repos/debian-trixie-armhf trixie InRelease
SSL connection failed: error:0A000086:SSL routines::certificate verify failed / Success \[IP: 5.161.107.156 443\]
Err:5 https://debian.beagleboard.org/debian-trixie-armhf trixie InRelease
SSL connection failed: error:0A000086:SSL routines::certificate verify failed / Success \[IP: 44.226.162.25 443\]
Reading package lists... Done
W: Failed to fetch https://debian.beagleboard.org/debian-trixie-armhf/dists/trixie/InRelease  SSL connection failed: error:0A000086:SSL routines::certificate verify failed / Success \[IP: 44.226.162.25 443\]
W: Failed to fetch https://rcn-ee.com/repos/debian-trixie-armhf/dists/trixie/InRelease  SSL connection failed: error:0A000086:SSL routines::certificate verify failed / Success \[IP: 5.161.107.156 443\]
W: Some index files failed to download. They have been ignored, or old ones used instead.
Log: (chroot): \[apt-get install -yq bbb.io-headers-6.18-bone bbb.io-kernel-6.18-bone bbb.io-keyring bb-beagle-flasher bb-beagle-version bb-customizations bb-usb-gadgets bb-u-boot-am335x-evm bb-wl18xx-firmware bb-wlan0-defaults cockpit-packagekit cockpit-system cockpit-ws generic-sys-mods ti-pru-cgt-v2.3 libpwm-tools\]
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package bbb.io-headers-6.18-bone
E: Couldn't find any package by glob 'bbb.io-headers-6.18-bone'
E: Couldn't find any package by regex 'bbb.io-headers-6.18-bone'
E: Unable to locate package bbb.io-kernel-6.18-bone
E: Couldn't find any package by glob 'bbb.io-kernel-6.18-bone'
E: Couldn't find any package by regex 'bbb.io-kernel-6.18-bone'
E: Unable to locate package bbb.io-keyring
E: Couldn't find any package by glob 'bbb.io-keyring'
E: Couldn't find any package by regex 'bbb.io-keyring'
E: Unable to locate package bb-beagle-flasher
E: Unable to locate package bb-beagle-version
E: Unable to locate package bb-customizations
E: Unable to locate package bb-usb-gadgets
E: Unable to locate package bb-u-boot-am335x-evm
E: Unable to locate package bb-wl18xx-firmware
E: Unable to locate package bb-wlan0-defaults
E: Unable to locate package generic-sys-mods
E: Unable to locate package ti-pru-cgt-v2.3
E: Couldn't find any package by glob 'ti-pru-cgt-v2.3'
E: Couldn't find any package by regex 'ti-pru-cgt-v2.3'
E: Unable to locate package libpwm-tools

Familiar on your side ?

Nope, that’s an issue on your side..

Weekly build uploaded this morning like clock work: Index of /rootfs/debian-armhf-13-base-v6.18/2026-07-01

Either your clock is way off, or a proxy is intercepting and messing with https…

Regards,

I used Index of /rootfs/debian-armhf-13-base-v6.18/2026-07-01 : is it normal that etc/default/generic-sys-mods shows :
ROOT_PARTITION=3
ARCH_SOC_MODULES=am335x
against
ROOT_PARTITION=1
ARCH_SOC_MODULES=generic
for https://rcn-ee.com/rootfs/eewiki/minfs/debian-13.1-base-armhf-2025-11-14.tar.xz ?

Because I have the following error :
[ 31.170675] bbbio-set-sysconf[298]: RootFS: Resizing Root File System
[ 31.389657] bbbio-set-sysconf[299]: resize2fs -p /dev/mmcblk0p3
[ 31.462080] bbbio-set-sysconf[303]: resize2fs 1.47.2 (1-Jan-2025)
[ 31.472503] bbbio-set-sysconf[303]: open: No such file or directory while opening /dev/mmcblk0p3

Current production images have 3 partitions..

1st - fat (for bbbio-set-sysconf) to use as storage for UK/EU CRA laws, so Windows/Mac users can change first boot options:

2nd - swap

3rd - ext4 for root

Looking at your log:

[ 31.170675] bbbio-set-sysconf[298]: RootFS: Resizing Root File System
[ 31.389657] bbbio-set-sysconf[299]: resize2fs -p /dev/mmcblk0p3
[ 31.462080] bbbio-set-sysconf[303]: resize2fs 1.47.2 (1-Jan-2025)
[ 31.472503] bbbio-set-sysconf[303]: open: No such file or directory while opening /dev/mmcblk0p3

You set “ROOT_PARTITION=3”… thus you better have 3 partitions on your microSD.. If you don’t have 3 partitions, then you set it wrong..

Regards,

ok, so I can’t use Debian: Getting Started with the BeagleBone Black as is and I have to adapt since I extracted fs from your image.

So you just change..
ROOT_PARTITION=3ROOT_PARTITION=2

I also updated fstab :
/dev/mmcblk0p2 / auto errors=remount-ro 0 1
instead of
/dev/mmcblk0p3 / ext4 noatime,errors=remount-ro 0 1

The 6.18.x image was finalized with this command: omap-image-builder/ci/daily-debian-armhf-13-base-v6.18-am335x.sh at master · RobertCNelson/omap-image-builder · GitHub

sudo ./setup_sdcard.sh --img-${filesize} am335x-${export_filename} --dtb beaglebone-fat-swap

If you could replace --dtb beaglebone-fat-swap with --dtb beaglebone-fat

Regards,