Will this tool work with other systems? ie Orange Pi images? #150
Replies: 3 comments 7 replies
-
sdm assumes that it's operating on RasPiOS IMGs, but it doesn't check that in any way. You're certainly welcome to try it. If you run into problems, they may or may not be fixed depending on the nature of the problem, since I don't have an Orange Pi (or any Non-Raspberry Pi boards, for that matter) for testing. |
Beta Was this translation helpful? Give feedback.
-
I was about to ask a similar thing, that might have a connection to orangepi. The armbian image for orangepi 5 for example uses GPT as partition table, not MBR. Does this tool ever change the partition table or does it simply always copy what is done on the img file? |
Beta Was this translation helpful? Give feedback.
-
sdm only messes with partitions and partition tables under certain circumstances, and it's always done using
In all of the above operations sdm does not care at all about the partition table type, it only looks at the information on the partitions themselves. I think the bigger question is whether the operations that sdm does to fulfill your requests will work on your non-RasPiOS. sdm assumes that any files it uses are in the locations as they are on Debian, which is what RasPiOS is based on. It also assumes IOW if your distro is different from RasPiOS but you don't ask sdm to do anything that would uncover those differences, it should just work, as long as the host OS on which you're running sdm has these packages: systemd-container qemu-user-static binfmt-support parted It's easy enough to try sdm. Installing it doesn't spew stuff around the system, it's all in /usr/local/sdm, plus the link /usr/local/bin/sdm which points to /usr/local/sdm. Why don't you simply give it a try? EDIT: I just downloaded Armbian_23.11.1_Orangepi5_bookworm_legacy_5.10.160.img.xz, and it indeed has a GPT partition table:
As demonstrated above, sdm can operate on the IMG. Please give it a workout and LMK how it goes. |
Beta Was this translation helpful? Give feedback.
-
I'd like to use this for other system images on more boards
Beta Was this translation helpful? Give feedback.
All reactions