Hello!
I've got WD MyCloud EX2 Ultra, a device with 1Gb of RAM and 2 slots for HDDs. I do have access to the serial console. I attach screenshot of my boot log.
I have actually collected different pieces of data into my github with customized uImage and uInitrd. But I would like to update cryptsetup version for whole disk encryption which requires new glibc 2.25 which requires new kernel.
I have example of .DTS file from my friend. But I don't have kernel config to compile the .DTB file for your Linux Kernel 5.5.3.
I think I can compile right on the device for correct achitecture environment as I have Debian 10 already installed on the device.
Do I just compile last stable kernel with a default config:
and then add this to your Kernel compilation?
I've got WD MyCloud EX2 Ultra, a device with 1Gb of RAM and 2 slots for HDDs. I do have access to the serial console. I attach screenshot of my boot log.
I have actually collected different pieces of data into my github with customized uImage and uInitrd. But I would like to update cryptsetup version for whole disk encryption which requires new glibc 2.25 which requires new kernel.
I have example of .DTS file from my friend. But I don't have kernel config to compile the .DTB file for your Linux Kernel 5.5.3.
I think I can compile right on the device for correct achitecture environment as I have Debian 10 already installed on the device.
Do I just compile last stable kernel with a default config:
DTS_FILE = armada-385-wdmc-Ex2-Ultra make -j 4 $DTS_FILE.dtb
and then add this to your Kernel compilation?