This is a work in progress ... when I have free time. I need your help. If you are a Linux user, please contact me.
Scripts are .sh file for running in Linux. They are based on various .bat and .cmd scripts from this post #30 https://www.goprawn.com/forum/allwin...?p=839#post839 . Be sure to install 'squashfs-tools' and 'java-common' packages. The 'openjdk-11-jre' package for java may also work. Read the ' readme txt ' file inside each downloaded archive file.
These scripts are only for 12058624 bytes size full_img.fex files. Scripts for the 3 to 4 other common sizes of full_img.fex files are not yet available.
Download all together in an archive tar.gz here - https://drive.google.com/open?id=1Zd...AqB4x87a92bTmA
Individual .sh and other files, download here - https://drive.google.com/open?id=1oO...IZnofKHRR47Spq
Available scripts as of now:
Scripts are .sh file for running in Linux. They are based on various .bat and .cmd scripts from this post #30 https://www.goprawn.com/forum/allwin...?p=839#post839 . Be sure to install 'squashfs-tools' and 'java-common' packages. The 'openjdk-11-jre' package for java may also work. Read the ' readme txt ' file inside each downloaded archive file.
These scripts are only for 12058624 bytes size full_img.fex files. Scripts for the 3 to 4 other common sizes of full_img.fex files are not yet available.
Download all together in an archive tar.gz here - https://drive.google.com/open?id=1Zd...AqB4x87a92bTmA
Individual .sh and other files, download here - https://drive.google.com/open?id=1oO...IZnofKHRR47Spq
Available scripts as of now:
Code:
Open a Terminal application window. Run 'bash ./unfex.sh' to create separate 0/1/2/3/4/5/6 partition img files. Run 'bash ./squashfs_unmake.sh' to extract data from 2-system.img partition file. Run 'bash ./scriptbin_read.sh' to create script.bin hardware description file. Run 'bash ./convertscriptbin.sh' to get script.fex readable text. Run 'bash ./refex.sh' to create a FULL_IMG.FEX file from 0/1/2/3/4/5/6 img files. Run 'bash ./squashfs_make.sh' to create a 2-system.img file from data in 'squashfs-root' folder.
Comment