Forum | Documentation | Website | Blog

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

bb-u-boot-beagleplay (2024.04.20240402.1)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 3e49f5a3
Branches
No related merge requests found
Showing
with 120 additions and 20 deletions
* 20240402 - v2024.04 - https://github.com/u-boot/u-boot/releases/tag/v2024.04 * 20240402 - v2024.04 - https://github.com/u-boot/u-boot/releases/tag/v2024.04
* 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 * 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
* 20240401 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/753da8ce4500b1084be41a1d3bb034d47cdf2add * 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240119 - 4.1.0 - https://github.com/OP-TEE/optee_os/commits/4.1.0 * 20240613 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/517b7f96c9b5f403f3372898421a0fddbcdf3e9b
* add extlinux.conf boot menu options over serial * add extlinux.conf boot menu options over serial
* Bump FAT partition to 256MB for boot recovery images * Bump FAT partition to 256MB for boot recovery images
* Enable a extlinux.conf option to flash other media directly * Enable a extlinux.conf option to flash other media directly
......
bb-u-boot-beagleplay (2024.04.20240402.0-0~bookworm+20240406) bookworm; urgency=low bb-u-boot-beagleplay (2024.04.20240402.1-0~bookworm+20240614) bookworm; urgency=low
* 20240402 - v2024.04 - https://github.com/u-boot/u-boot/releases/tag/v2024.04 * 20240402 - v2024.04 - https://github.com/u-boot/u-boot/releases/tag/v2024.04
* 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 * 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
* 20240401 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/753da8ce4500b1084be41a1d3bb034d47cdf2add * 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240119 - 4.1.0 - https://github.com/OP-TEE/optee_os/commits/4.1.0 * 20240613 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/517b7f96c9b5f403f3372898421a0fddbcdf3e9b
* add extlinux.conf boot menu options over serial * add extlinux.conf boot menu options over serial
* Bump FAT partition to 256MB for boot recovery images * Bump FAT partition to 256MB for boot recovery images
* Enable a extlinux.conf option to flash other media directly * Enable a extlinux.conf option to flash other media directly
...@@ -11,5 +11,5 @@ bb-u-boot-beagleplay (2024.04.20240402.0-0~bookworm+20240406) bookworm; urgency= ...@@ -11,5 +11,5 @@ bb-u-boot-beagleplay (2024.04.20240402.0-0~bookworm+20240406) bookworm; urgency=
* Flasher scripts, echo Serial over HDMI * Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic * extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Sat, 06 Apr 2024 14:48:55 -0500 -- Robert Nelson <robertcnelson@gmail.com> Fri, 14 Jun 2024 18:20:13 -0500
...@@ -23,6 +23,13 @@ label copy eMMC to microSD ...@@ -23,6 +23,13 @@ label copy eMMC to microSD
fdtdir / fdtdir /
initrd /initrd.img initrd /initrd.img
label eMMC (debug)
kernel /Image
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false
fdtdir /
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
label eMMC (default) label eMMC (default)
kernel /Image kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false quiet append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false quiet
......
...@@ -23,6 +23,13 @@ label copy eMMC to microSD ...@@ -23,6 +23,13 @@ label copy eMMC to microSD
fdtdir / fdtdir /
initrd /initrd.img initrd /initrd.img
label eMMC (debug)
kernel /Image
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk0p3 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
label eMMC (default) label eMMC (default)
kernel /Image kernel /Image
append root=/dev/mmcblk0p3 ro rootfstype=ext4 resume=/dev/mmcblk0p2 rootwait net.ifnames=0 quiet append root=/dev/mmcblk0p3 ro rootfstype=ext4 resume=/dev/mmcblk0p2 rootwait net.ifnames=0 quiet
......
...@@ -23,6 +23,13 @@ label copy eMMC to microSD ...@@ -23,6 +23,13 @@ label copy eMMC to microSD
fdtdir / fdtdir /
initrd /initrd.img initrd /initrd.img
label eMMC (debug)
kernel /Image
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
label eMMC (default) label eMMC (default)
kernel /Image kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 quiet append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 quiet
......
...@@ -23,6 +23,13 @@ label copy microSD to eMMC ...@@ -23,6 +23,13 @@ label copy microSD to eMMC
fdtdir / fdtdir /
initrd /initrd.img initrd /initrd.img
label microSD (debug)
kernel /Image
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false
fdtdir /
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
label microSD (default) label microSD (default)
kernel /Image kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false quiet append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false quiet
......
...@@ -23,6 +23,13 @@ label copy microSD to eMMC ...@@ -23,6 +23,13 @@ label copy microSD to eMMC
fdtdir / fdtdir /
initrd /initrd.img initrd /initrd.img
label microSD (debug)
kernel /Image
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk1p3 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
label microSD (default) label microSD (default)
kernel /Image kernel /Image
append root=/dev/mmcblk1p3 ro rootfstype=ext4 resume=/dev/mmcblk1p2 rootwait net.ifnames=0 quiet append root=/dev/mmcblk1p3 ro rootfstype=ext4 resume=/dev/mmcblk1p2 rootwait net.ifnames=0 quiet
......
...@@ -23,6 +23,13 @@ label copy microSD to eMMC ...@@ -23,6 +23,13 @@ label copy microSD to eMMC
fdtdir / fdtdir /
initrd /initrd.img initrd /initrd.img
label microSD (debug)
kernel /Image
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
label microSD (default) label microSD (default)
kernel /Image kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 quiet append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 quiet
......
...@@ -20,8 +20,9 @@ TILF_TAG=09.02.00.009 ...@@ -20,8 +20,9 @@ TILF_TAG=09.02.00.009
TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git" TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
#trusted-firmware-a #trusted-firmware-a
#HEAD: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/ #HEAD: https://github.com/ARM-software/arm-trusted-firmware
#TAGS: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/refs/ #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=master
#TFA_TAG=lts-v2.10.2 #TFA_TAG=lts-v2.10.2
#TFA_REPO="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git" #TFA_REPO="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git"
...@@ -33,7 +34,7 @@ TFA_BOARD=lite ...@@ -33,7 +34,7 @@ TFA_BOARD=lite
#HEAD: https://github.com/OP-TEE/optee_os #HEAD: https://github.com/OP-TEE/optee_os
#TAGS: https://github.com/OP-TEE/optee_os/tags #TAGS: https://github.com/OP-TEE/optee_os/tags
#OPTEE_TAG=master #OPTEE_TAG=master
OPTEE_TAG=4.1.0 OPTEE_TAG=4.2.0
#OPTEE_REPO="https://github.com/OP-TEE/optee_os" #OPTEE_REPO="https://github.com/OP-TEE/optee_os"
#Local Mirror #Local Mirror
OPTEE_REPO="https://git.gfnd.rcn-ee.org/mirror/optee_os.git" OPTEE_REPO="https://git.gfnd.rcn-ee.org/mirror/optee_os.git"
......
bb-u-boot-beagleplay (2024.04.20240402.0-0~jammy+20240406) jammy; urgency=low bb-u-boot-beagleplay (2024.04.20240402.1-0~jammy+20240614) jammy; urgency=low
* 20240402 - v2024.04 - https://github.com/u-boot/u-boot/releases/tag/v2024.04 * 20240402 - v2024.04 - https://github.com/u-boot/u-boot/releases/tag/v2024.04
* 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 * 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
* 20240401 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/753da8ce4500b1084be41a1d3bb034d47cdf2add * 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240119 - 4.1.0 - https://github.com/OP-TEE/optee_os/commits/4.1.0 * 20240613 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/517b7f96c9b5f403f3372898421a0fddbcdf3e9b
* add extlinux.conf boot menu options over serial * add extlinux.conf boot menu options over serial
* Bump FAT partition to 256MB for boot recovery images * Bump FAT partition to 256MB for boot recovery images
* Enable a extlinux.conf option to flash other media directly * Enable a extlinux.conf option to flash other media directly
...@@ -11,5 +11,5 @@ bb-u-boot-beagleplay (2024.04.20240402.0-0~jammy+20240406) jammy; urgency=low ...@@ -11,5 +11,5 @@ bb-u-boot-beagleplay (2024.04.20240402.0-0~jammy+20240406) jammy; urgency=low
* Flasher scripts, echo Serial over HDMI * Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic * extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Sat, 06 Apr 2024 14:48:55 -0500 -- Robert Nelson <robertcnelson@gmail.com> Fri, 14 Jun 2024 18:20:13 -0500
...@@ -23,6 +23,13 @@ label copy eMMC to microSD ...@@ -23,6 +23,13 @@ label copy eMMC to microSD
fdtdir / fdtdir /
initrd /initrd.img initrd /initrd.img
label eMMC (debug)
kernel /Image
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false
fdtdir /
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
label eMMC (default) label eMMC (default)
kernel /Image kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false quiet append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false quiet
......
...@@ -23,6 +23,13 @@ label copy eMMC to microSD ...@@ -23,6 +23,13 @@ label copy eMMC to microSD
fdtdir / fdtdir /
initrd /initrd.img initrd /initrd.img
label eMMC (debug)
kernel /Image
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk0p3 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
label eMMC (default) label eMMC (default)
kernel /Image kernel /Image
append root=/dev/mmcblk0p3 ro rootfstype=ext4 resume=/dev/mmcblk0p2 rootwait net.ifnames=0 quiet append root=/dev/mmcblk0p3 ro rootfstype=ext4 resume=/dev/mmcblk0p2 rootwait net.ifnames=0 quiet
......
...@@ -23,6 +23,13 @@ label copy eMMC to microSD ...@@ -23,6 +23,13 @@ label copy eMMC to microSD
fdtdir / fdtdir /
initrd /initrd.img initrd /initrd.img
label eMMC (debug)
kernel /Image
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
label eMMC (default) label eMMC (default)
kernel /Image kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 quiet append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 quiet
......
...@@ -23,6 +23,13 @@ label copy microSD to eMMC ...@@ -23,6 +23,13 @@ label copy microSD to eMMC
fdtdir / fdtdir /
initrd /initrd.img initrd /initrd.img
label microSD (debug)
kernel /Image
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false
fdtdir /
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
label microSD (default) label microSD (default)
kernel /Image kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false quiet append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false quiet
......
...@@ -23,6 +23,13 @@ label copy microSD to eMMC ...@@ -23,6 +23,13 @@ label copy microSD to eMMC
fdtdir / fdtdir /
initrd /initrd.img initrd /initrd.img
label microSD (debug)
kernel /Image
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk1p3 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
label microSD (default) label microSD (default)
kernel /Image kernel /Image
append root=/dev/mmcblk1p3 ro rootfstype=ext4 resume=/dev/mmcblk1p2 rootwait net.ifnames=0 quiet append root=/dev/mmcblk1p3 ro rootfstype=ext4 resume=/dev/mmcblk1p2 rootwait net.ifnames=0 quiet
......
...@@ -23,6 +23,13 @@ label copy microSD to eMMC ...@@ -23,6 +23,13 @@ label copy microSD to eMMC
fdtdir / fdtdir /
initrd /initrd.img initrd /initrd.img
label microSD (debug)
kernel /Image
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
label microSD (default) label microSD (default)
kernel /Image kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 quiet append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 quiet
......
...@@ -20,8 +20,9 @@ TILF_TAG=09.02.00.009 ...@@ -20,8 +20,9 @@ TILF_TAG=09.02.00.009
TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git" TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
#trusted-firmware-a #trusted-firmware-a
#HEAD: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/ #HEAD: https://github.com/ARM-software/arm-trusted-firmware
#TAGS: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/refs/ #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=master
#TFA_TAG=lts-v2.10.2 #TFA_TAG=lts-v2.10.2
#TFA_REPO="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git" #TFA_REPO="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git"
...@@ -33,7 +34,7 @@ TFA_BOARD=lite ...@@ -33,7 +34,7 @@ TFA_BOARD=lite
#HEAD: https://github.com/OP-TEE/optee_os #HEAD: https://github.com/OP-TEE/optee_os
#TAGS: https://github.com/OP-TEE/optee_os/tags #TAGS: https://github.com/OP-TEE/optee_os/tags
#OPTEE_TAG=master #OPTEE_TAG=master
OPTEE_TAG=4.1.0 OPTEE_TAG=4.2.0
#OPTEE_REPO="https://github.com/OP-TEE/optee_os" #OPTEE_REPO="https://github.com/OP-TEE/optee_os"
#Local Mirror #Local Mirror
OPTEE_REPO="https://git.gfnd.rcn-ee.org/mirror/optee_os.git" OPTEE_REPO="https://git.gfnd.rcn-ee.org/mirror/optee_os.git"
......
bb-u-boot-beagleplay (2024.04.20240402.0-0~noble+20240406) noble; urgency=low bb-u-boot-beagleplay (2024.04.20240402.1-0~noble+20240614) noble; urgency=low
* 20240402 - v2024.04 - https://github.com/u-boot/u-boot/releases/tag/v2024.04 * 20240402 - v2024.04 - https://github.com/u-boot/u-boot/releases/tag/v2024.04
* 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 * 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
* 20240401 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/753da8ce4500b1084be41a1d3bb034d47cdf2add * 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240119 - 4.1.0 - https://github.com/OP-TEE/optee_os/commits/4.1.0 * 20240613 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/517b7f96c9b5f403f3372898421a0fddbcdf3e9b
* add extlinux.conf boot menu options over serial * add extlinux.conf boot menu options over serial
* Bump FAT partition to 256MB for boot recovery images * Bump FAT partition to 256MB for boot recovery images
* Enable a extlinux.conf option to flash other media directly * Enable a extlinux.conf option to flash other media directly
...@@ -11,5 +11,5 @@ bb-u-boot-beagleplay (2024.04.20240402.0-0~noble+20240406) noble; urgency=low ...@@ -11,5 +11,5 @@ bb-u-boot-beagleplay (2024.04.20240402.0-0~noble+20240406) noble; urgency=low
* Flasher scripts, echo Serial over HDMI * Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic * extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Sat, 06 Apr 2024 14:48:55 -0500 -- Robert Nelson <robertcnelson@gmail.com> Fri, 14 Jun 2024 18:20:13 -0500
...@@ -23,6 +23,13 @@ label copy eMMC to microSD ...@@ -23,6 +23,13 @@ label copy eMMC to microSD
fdtdir / fdtdir /
initrd /initrd.img initrd /initrd.img
label eMMC (debug)
kernel /Image
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false
fdtdir /
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
label eMMC (default) label eMMC (default)
kernel /Image kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false quiet append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 systemd.unified_cgroup_hierarchy=false quiet
......
...@@ -23,6 +23,13 @@ label copy eMMC to microSD ...@@ -23,6 +23,13 @@ label copy eMMC to microSD
fdtdir / fdtdir /
initrd /initrd.img initrd /initrd.img
label eMMC (debug)
kernel /Image
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk0p3 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
label eMMC (default) label eMMC (default)
kernel /Image kernel /Image
append root=/dev/mmcblk0p3 ro rootfstype=ext4 resume=/dev/mmcblk0p2 rootwait net.ifnames=0 quiet append root=/dev/mmcblk0p3 ro rootfstype=ext4 resume=/dev/mmcblk0p2 rootwait net.ifnames=0 quiet
......
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