Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 99682fed authored by Robert Nelson's avatar Robert Nelson
Browse files

bb-u-boot-beagleboneai64-mainline (2024.07.20240506.0)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 050b1c8c
Branches
No related merge requests found
Showing
with 70 additions and 68 deletions
* 20240422 - v2024.07-rc1 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc1
* 20240506 - v2024.07-rc2 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc2
* 20240320 - 09.02.00.009 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.009
* 20240422 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/9196add7fd7b94cbdfc31bd612830840feb0538d
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240510 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/09a1cc2a0bd066702daa269bf35de9c5743ccc93
* add extlinux.conf boot menu options over serial
* Bump FAT partition to 256MB for boot recovery images
* Enable a extlinux.conf option to flash other media directly
......
bb-u-boot-beagleboneai64-mainline (2024.07.20240422.0-0~bookworm+20240422) bookworm; urgency=low
bb-u-boot-beagleboneai64-mainline (2024.07.20240506.0-0~bookworm+20240513) bookworm; urgency=low
* 20240422 - v2024.07-rc1 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc1
* 20240506 - v2024.07-rc2 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc2
* 20240320 - 09.02.00.009 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.009
* 20240422 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/9196add7fd7b94cbdfc31bd612830840feb0538d
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240510 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/09a1cc2a0bd066702daa269bf35de9c5743ccc93
* add extlinux.conf boot menu options over serial
* Bump FAT partition to 256MB for boot recovery images
* Enable a extlinux.conf option to flash other media directly
......@@ -11,5 +11,5 @@ bb-u-boot-beagleboneai64-mainline (2024.07.20240422.0-0~bookworm+20240422) bookw
* Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Mon, 22 Apr 2024 21:11:32 -0500
-- Robert Nelson <robertcnelson@gmail.com> Mon, 13 May 2024 13:30:15 -0500
......@@ -4,15 +4,15 @@ timeout 50
default eMMC (default)
label eMMC Recovery
label copy eMMC to microSD
kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
label copy eMMC to microSD
label eMMC (debug)
kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false
fdtdir /
initrd /initrd.img
......
......@@ -4,15 +4,15 @@ timeout 50
default eMMC (default)
label eMMC Recovery
label copy eMMC to microSD
kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
label copy eMMC to microSD
label eMMC (debug)
kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
......
......@@ -4,15 +4,15 @@ timeout 50
default microSD (default)
label microSD Recovery
label copy microSD to eMMC
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
label copy microSD to eMMC
label microSD (debug)
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false
fdtdir /
initrd /initrd.img
......
......@@ -4,15 +4,15 @@ timeout 50
default microSD (default)
label microSD Recovery
label copy microSD to eMMC
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
label copy microSD to eMMC
label microSD (debug)
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
......
......@@ -4,7 +4,7 @@ timeout 50
default NVMe (default)
label NVMe Recovery
label NVMe (debug)
kernel /Image
append root=/dev/nvme0n1p1 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
......
......@@ -20,8 +20,9 @@ TILF_TAG=09.02.00.009
TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
#trusted-firmware-a
#HEAD: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/
#TAGS: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+refs
#HEAD: https://github.com/ARM-software/arm-trusted-firmware
#TAGS: https://github.com/ARM-software/arm-trusted-firmware/tags
#TAGS: https://github.com/ARM-software/arm-trusted-firmware/commits/master/
TFA_TAG=master
#TFA_TAG=lts-v2.10.2
#TFA_REPO="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git"
......
bb-u-boot-beagleboneai64-mainline (2024.07.20240422.0-0~bullseye+20240422) bullseye; urgency=low
bb-u-boot-beagleboneai64-mainline (2024.07.20240506.0-0~bullseye+20240513) bullseye; urgency=low
* 20240422 - v2024.07-rc1 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc1
* 20240506 - v2024.07-rc2 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc2
* 20240320 - 09.02.00.009 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.009
* 20240422 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/9196add7fd7b94cbdfc31bd612830840feb0538d
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240510 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/09a1cc2a0bd066702daa269bf35de9c5743ccc93
* add extlinux.conf boot menu options over serial
* Bump FAT partition to 256MB for boot recovery images
* Enable a extlinux.conf option to flash other media directly
......@@ -11,5 +11,5 @@ bb-u-boot-beagleboneai64-mainline (2024.07.20240422.0-0~bullseye+20240422) bulls
* Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Mon, 22 Apr 2024 21:11:32 -0500
-- Robert Nelson <robertcnelson@gmail.com> Mon, 13 May 2024 13:30:15 -0500
......@@ -4,15 +4,15 @@ timeout 50
default eMMC (default)
label eMMC Recovery
label copy eMMC to microSD
kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
label copy eMMC to microSD
label eMMC (debug)
kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false
fdtdir /
initrd /initrd.img
......
......@@ -4,15 +4,15 @@ timeout 50
default eMMC (default)
label eMMC Recovery
label copy eMMC to microSD
kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
label copy eMMC to microSD
label eMMC (debug)
kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
......
......@@ -4,15 +4,15 @@ timeout 50
default microSD (default)
label microSD Recovery
label copy microSD to eMMC
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
label copy microSD to eMMC
label microSD (debug)
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false
fdtdir /
initrd /initrd.img
......
......@@ -4,15 +4,15 @@ timeout 50
default microSD (default)
label microSD Recovery
label copy microSD to eMMC
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
label copy microSD to eMMC
label microSD (debug)
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
......
......@@ -4,7 +4,7 @@ timeout 50
default NVMe (default)
label NVMe Recovery
label NVMe (debug)
kernel /Image
append root=/dev/nvme0n1p1 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
......
......@@ -17,8 +17,9 @@ TILF_TAG=09.02.00.009
TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
#trusted-firmware-a
#HEAD: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/
#TAGS: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+refs
#HEAD: https://github.com/ARM-software/arm-trusted-firmware
#TAGS: https://github.com/ARM-software/arm-trusted-firmware/tags
#TAGS: https://github.com/ARM-software/arm-trusted-firmware/commits/master/
TFA_TAG=master
#TFA_TAG=lts-v2.10.2
#TFA_REPO="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git"
......
bb-u-boot-beagleboneai64-mainline (2024.07.20240422.0-0~jammy+20240422) jammy; urgency=low
bb-u-boot-beagleboneai64-mainline (2024.07.20240506.0-0~jammy+20240513) jammy; urgency=low
* 20240422 - v2024.07-rc1 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc1
* 20240506 - v2024.07-rc2 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc2
* 20240320 - 09.02.00.009 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.009
* 20240422 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/9196add7fd7b94cbdfc31bd612830840feb0538d
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240510 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/09a1cc2a0bd066702daa269bf35de9c5743ccc93
* add extlinux.conf boot menu options over serial
* Bump FAT partition to 256MB for boot recovery images
* Enable a extlinux.conf option to flash other media directly
......@@ -11,5 +11,5 @@ bb-u-boot-beagleboneai64-mainline (2024.07.20240422.0-0~jammy+20240422) jammy; u
* Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Mon, 22 Apr 2024 21:11:32 -0500
-- Robert Nelson <robertcnelson@gmail.com> Mon, 13 May 2024 13:30:15 -0500
......@@ -4,15 +4,15 @@ timeout 50
default eMMC (default)
label eMMC Recovery
label copy eMMC to microSD
kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
label copy eMMC to microSD
label eMMC (debug)
kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false
fdtdir /
initrd /initrd.img
......
......@@ -4,15 +4,15 @@ timeout 50
default eMMC (default)
label eMMC Recovery
label copy eMMC to microSD
kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
label copy eMMC to microSD
label eMMC (debug)
kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
......
......@@ -4,15 +4,15 @@ timeout 50
default microSD (default)
label microSD Recovery
label copy microSD to eMMC
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
label copy microSD to eMMC
label microSD (debug)
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false
fdtdir /
initrd /initrd.img
......
......@@ -4,15 +4,15 @@ timeout 50
default microSD (default)
label microSD Recovery
label copy microSD to eMMC
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
label copy microSD to eMMC
label microSD (debug)
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment