Hi, @JoshStrobl
I use a few different tools in Android development and I noticed that a tool I use for unpacking and repacking boot.img's and the ramdisk no longer produces working boot.img's. Since I have not updated the unpacking and repacking tool I looked to the tools it uses from the OS.
I noticed CPIO got a update recently so wondered if this is the cause of the deformed boot.img's.
I re-compiled one android kernel about 6 times thinking it was something I was doing wrong 😅
I Just wondered if anyone has had any weird issues lately since the updated cpio?
EDIT: Never mind the dev of the unpacking and repacking tool replied and said it's a know issue with cpio v2.13.
Is there a easy way to revert back to the previous version of cpio?