Forum | Documentation | Website | Blog

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

bb-u-boot-sk-am69 (2023.04.20230717.3)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 64317cfc
Branches
No related merge requests found
bb-u-boot-sk-am69 (2023.04.20230717.2-0~bookworm+20230728) bookworm; urgency=low
bb-u-boot-sk-am69 (2023.04.20230717.3-0~bookworm+20230801) bookworm; urgency=low
* Rebuild for repos.rcn-ee.com
* SK-AM69, add extlinux.conf boot options over serial
-- Robert Nelson <robertcnelson@gmail.com> Fri, 28 Jul 2023 18:23:54 -0500
-- Robert Nelson <robertcnelson@gmail.com> Tue, 01 Aug 2023 18:16:15 -0500
label Linux microSD
menu title microSD Boot Options
timeout 50
default Linux microSD (default)
label Recovery
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
label Linux microSD (default)
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
......
label Linux NVMe
menu title NVMe Boot Options
timeout 50
default Linux NVMe (default)
label Recovery
kernel /Image
append root=/dev/nvme0n1p1 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
label Linux NVMe (default)
kernel /Image
append root=/dev/nvme0n1p1 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
......
......@@ -4,7 +4,7 @@
package_name="bb-u-boot-sk-am69"
debian_pkg_name="${package_name}"
package_version="2023.04.20230717.2"
package_version="2023.04.20230717.3"
package_source=""
src_dir=""
......@@ -19,4 +19,4 @@ debian_patch=""
clear_changelog="enable"
bookworm_version="~bookworm+20230728"
bookworm_version="~bookworm+20230801"
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