primoburner / primoburner-support

PrimoBurner Support
1 stars 0 forks source link

PrimoBurner SDK support Arm platform #1

Open fengjiannan2010 opened 1 year ago

fengjiannan2010 commented 1 year ago

I want to burn a CD on Raspberry Pi Debian 9, does our PrimoBurner SDK support Arm platform? Can a download link be provided for technical verification?

vkantchev commented 2 months ago

@fengjiannan2010

ARM builds are now generally available for Ubuntu 22.04 aarch64 including also for Raspberry Pi 4 and 5 (verified). Both C++ and .NET Core 6.

See https://primoburner.com/download/ for download links and sample code.

fengjiannan2010 commented 2 months ago

Hello, I am using BlockDevice to burn files. After the burning is completed, I call FinalizeDisc(fileSystemLayout, "HPCDEDISC", true, true, false, true) to complete the burning. I need to append the burning file and import the last burned fileSystemLayout before burning. How should I obtain the DataFile fileSystemLayout?

vkantchev commented 2 months ago

Hello, I am using BlockDevice to burn files. After the burning is completed, I call FinalizeDisc(fileSystemLayout, "HPCDEDISC", true, true, false, true) to complete the burning. I need to append the burning file and import the last burned fileSystemLayout before burning. How should I obtain the DataFile fileSystemLayout?

See the reply to BlockDevice import last fileSystemLayout?