hej,
so i'm trying to have a fully encrypted archlinux on an emmc in my odroid u3. i'm stuck right now: during the boot process the cryptdevice is not getting mounted and the process stops "waiting for /dev/mapper/root". to me it seems as if the initrd i specified is not getting loaded.
my boot file:
$this->bbcode_second_pass_code('', 'setenv initrd_high "0xffffffff"
setenv fdt_high "0xffffffff"
setenv fb_x_res "1920"
setenv fb_y_res "1080"
setenv hdmi_phy_res "1080"
setenv bootcmd "fatload mmc 0:1 0x40008000 zImage; fatload mmc 0:1 0x42000000 uInitrd; bootm 0x40008000 0x42000000"
setenv bootargs "fb_x_res=${fb_x_res} fb_y_res=${fb_y_res} hdmi_phy_res=${hdmi_phy_res} cryptdevice=/dev/mmcblk0p2:root root=/dev/mapper/root rootwait ro mem=2047M"
boot
')
do you have any ideas on this?