Trying to use LZ4 compression for customized rootfile system.
by harry911 from LinuxQuestions.org on (#53F9H)
I am trying to boot Beaglebone Black using kernel 4.4.26 and customized root file system. I am using LZ4 algorithm to compresse kernel image and root file system. LZ4 configuration inside defconfig as shown below:
cat arch/arm/configs/defconfig | grep LZ4
CONFIG_KERNEL_LZ4=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_RD_LZ4=y
CONFIG_DECOMPRESS_LZ4=y
After the above changes kernel is booting successfully but the kernel is unable to find the rootfile system.
did i miss something? please guide me.


cat arch/arm/configs/defconfig | grep LZ4
CONFIG_KERNEL_LZ4=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_RD_LZ4=y
CONFIG_DECOMPRESS_LZ4=y
After the above changes kernel is booting successfully but the kernel is unable to find the rootfile system.
did i miss something? please guide me.