Differences From Artifact [4ea4dcd59f]:
- File rd-key.lua — part of check-in [4e2b17fce2] at 2021-09-11 22:18:39 on branch trunk — add rd-key (user: lexi, size: 5575) [annotate] [blame] [check-ins using]
To Artifact [d6b1682cfa]:
- File rd-key.lua — part of check-in [0f5a51907d] at 2023-04-13 07:26:12 on branch trunk — relicense to EUPL (user: lexi, size: 5578) [annotate] [blame] [check-ins using]
1 1 -- [ʞ] rd-key.lua 2 2 -- ~ lexi hale 3 --- © GNU AGPLv3 3 +-- © GNU EUPL v1.2 4 4 -- ? utility for generating and applying 64bit key 5 5 -- schedules to RD-5R "codeplug" provisioning profiles 6 6 -- > lua rd-key.lua gen sched.kch 7 7 -- > lua rd-key.lua apply sched.kch device.img 8 8 -- > dmrconfig -w device.img 9 9 10 10 function B(b, ...)