Hi team,
I am using the imx8qxp-mek board where i have to enable the btrfs support for rootfs partition. But its getting fail in booting and getting stuck at initramfs step.
I have enabled the below btrfs config in kernel
+CONFIG_FS_BTRFS=y
and giving below cmd for BSP
console=\${console} root=${ROOTFS_DEV} rw rootfstype=btrfs rootwait
and in wic image generation I am giving below command
part u-boot --source rawcopy --sourceparams="file=${UBOOT_NAME}" --ondisk mmcblk --no-table --align ${IMX_BOOT_SEEK}
part u-boot --ondisk mmcblk --no-table --align ${IMX_BOOTENV_SEEK} --fixed-size 16
part / --source rootfs --ondisk mmcblk --fstype=btrfs --label root --align 4 --fixed-size 8160M --active
I am using kernel 6.1 with u-boot 04-2023
Please suggest me for this issue .