Forum | Documentation | Website | Blog

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

bb-u-boot-beagleboneai64 (2021.10.20220106.0)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 9f3a3fc2
No related merge requests found
bb-u-boot-beagleboneai64 (2021.10.20220105.4-0~bullseye+20220105) bullseye; urgency=low
bb-u-boot-beagleboneai64 (2021.10.20220106.0-0~bullseye+20220106) bullseye; urgency=low
* Rebuild for repos.rcn-ee.com
-- Robert Nelson <robertcnelson@gmail.com> Wed, 05 Jan 2022 15:33:36 -0600
-- Robert Nelson <robertcnelson@gmail.com> Thu, 06 Jan 2022 11:58:44 -0600
......@@ -11,5 +11,6 @@ if [ -d /boot/firmware/ ] ; then
mkdir -p /boot/firmware/extlinux/
cp -v ${wdir}/emmc-extlinux.conf /boot/firmware/extlinux/extlinux.conf
cp -v /boot/Image-`uname -r` /boot/firmware/Image
cp -v /boot/*.dtb /boot/firmware/
cp -v /boot/initrd.img-`uname -r` /boot/firmware/initrd.img
cp -v /boot/dtbs/`uname -r`/ti/k3-j721e-*dtb /boot/firmware/
fi
......@@ -11,5 +11,6 @@ if [ -d /boot/firmware/ ] ; then
mkdir -p /boot/firmware/extlinux/
cp -v ${wdir}/microsd-extlinux.conf /boot/firmware/extlinux/extlinux.conf
cp -v /boot/Image-`uname -r` /boot/firmware/Image
cp -v /boot/*.dtb /boot/firmware/
cp -v /boot/initrd.img-`uname -r` /boot/firmware/initrd.img
cp -v /boot/dtbs/`uname -r`/ti/k3-j721e-*dtb /boot/firmware/
fi
......@@ -2,3 +2,4 @@ label Linux eMMC
kernel /Image
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 quiet
fdtdir /
initrd /initrd.img
......@@ -2,3 +2,4 @@ label Linux microSD
kernel /Image
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 quiet
fdtdir /
initrd /initrd.img
......@@ -4,7 +4,7 @@
package_name="bb-u-boot-beagleboneai64"
debian_pkg_name="${package_name}"
package_version="2021.10.20220105.4"
package_version="2021.10.20220106.0"
package_source=""
src_dir=""
......@@ -19,4 +19,4 @@ debian_patch=""
clear_changelog="enable"
bullseye_version="~bullseye+20220105"
bullseye_version="~bullseye+20220106"
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