Thank you.Please have a look at the user guide README_PINN.md on my github and the tutorials on my Wiki. Ask again if there is something you don't understand from those.
I believe I need to read https://github.com/procount/pinn/blob/m ... os-version and I did read that.
But still not able to fully understand how to achieve this.
Here is what I did so far,
The custom OS I want is already flashed to USB drive and booted fine.
PINN is flashed to another USB drive with two OS from the list (one being Ubuntu) and Project Space 1
Booted to ubuntu and connected the USB drive where custom OS is installed and ran lsblk which shows the partitions on the drive as,
sdb 8:16 1 7.5G 0 disk
├─sdb1 8:17 1 64M 0 part /media/pi/boot1
└─sdb2 8:18 1 1G 0 part /media/pi/disk
Then cd to /media/pi/ and ran tar -cJf /home/pi/Downloads/system-boot.tar.xz -C boot1 .
Then cd to /media/pi/ and ran tar -cJf /home/pi/Downloads/read-only.tar.xz -C disk .
Uploaded both files to sourceforge
Went inside /media/pi/SETTINGS/os/ProjectSpace_-_1/partitions.json and modified as below,
Code:
{ "configpath" : "http://downloads.sourceforge.net/project/simtcr", "partitions" : [ { "filesystem_type" : "FAT", "label" : "system-boot", "partition_size_nominal" : 64, "requires_label" : true, "sha512sum" : "0d5d73d64a3cbdbd9b26612c8d13ff382482bd366aefc0a43bc3ef9c5b1a1172830e691ff2ac89a78cf59bf519f7aa4ea71cf18759c0c11f57d702793957d536", "tarball" : "http://downloads.sourceforge.net/project/simtcr/system-boot.tar.xz", "uncompressed_tarball_size" : 16, "want_maximised" : false }, { "filesystem_type" : "ext4", "label" : "read-only", "mkfs_options" : "-O ^huge_file", "partition_size_nominal" : 1024, "requires_label" : true, "sha512sum" : "d453f5e48ea3396232c3e2ae8d2f619f65f50c833c504cecbc4cb41a91d339c7bbd1fa3f7aa8e947af247f82350e4db1f257858bdff397769b2a7a351a6c1d85", "tarball" : "http://downloads.sourceforge.net/project/simtcr/read-only.tar.xz", "uncompressed_tarball_size" : 464, "want_maximised" : true } ]}Statistics: Posted by sim_tcr — Thu Oct 10, 2024 6:08 am