stm32mp157c implementation initramfs
Hi,
I usestm32mp157c and the filesystem runs emmc default. But I want it to change it and run at ramfs. I added
CONFIG_BLK_DEV_INITRD=y
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
CONFIG_RD_LZO=y
CONFIG_RD_LZ4=y
in kernel config file. Also,
DISTRO_FEATURES_append = " ram"
IMAGE_FSTYPES_append = " cpio.xz"
in local.conf. After above additon operation, i have
uImage-initramfs.bin
But I don't know how to set the settings in U-boot. Like where should the starting address be? Can you help me with this?
Regards.
Ali MesutInce
