Skip to content

Releases: teplofizik/nyaimagetool

NyaImageTool v1.2

31 Aug 19:52
Compare
Choose a tag to compare

Added interactive shell (basic) + different compressing/decompressing algorithms.

NyaImageTool v1.1

30 Aug 20:25
Compare
Choose a tag to compare

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

NyaImageTool v1.0

25 Aug 10:13
Compare
Choose a tag to compare

Editing cpio, cpio.gz, legacy, FIT images with CPIO filesystem.

.NET Core 3.1 console