~We are evaluating the uLCD-32PTU device.
Program is already running from uSD and updates are made by replacing the uSD but we need some kind of copy protection to 'flag' the program to a specific device.
-> Is there a built in copy protection mechanism to use?
Otherwise,
my attempt is to 'hardcode' a serial number or HW id into source code and verify against it at startup.
-> How can we retrieve a 'unique' Id from the device?
Later I'd want to replace the Id in source and build automatically.
-> Is a command-line compiler available or any other way to automate the build process?
many thanks in advance!
Program is already running from uSD and updates are made by replacing the uSD but we need some kind of copy protection to 'flag' the program to a specific device.
-> Is there a built in copy protection mechanism to use?
Otherwise,
my attempt is to 'hardcode' a serial number or HW id into source code and verify against it at startup.
-> How can we retrieve a 'unique' Id from the device?
Later I'd want to replace the Id in source and build automatically.
-> Is a command-line compiler available or any other way to automate the build process?
many thanks in advance!
Comment