Skip to content

NyaImageTool v1.1

Compare
Choose a tag to compare
@teplofizik teplofizik released this 30 Aug 20:25
· 140 commits to main since this release

Reading CPIO, EXT2 filesystems.

There is possible convert ext2 initramfs to cpio initramfs for reducing result image size.
For example, exists kernel uImage (~8MiB), ramfs ext2.gz (~32MiB) and devtree (~8KiB). There are can be converted to FIT image (~16MiB) by such script:

load input/dtb.bin devtree dtb
load input/kernel.bin kernel legacy
load input/ramfs.bin ramfs legacy

set devtree arch arm

store output/composite_image.fit