Search Criteria
Package Details: lpcscrypt 2.1.1.15-0
Package Actions
| Git Clone URL: | https://aur.archlinux.org/lpcscrypt.git (read-only, click to copy) |
|---|---|
| Package Base: | lpcscrypt |
| Description: | Programming tool for LPC1800 and LPC4000 series microcontrollers |
| Upstream URL: | https://www.nxp.com/design/microcontrollers-developer-resources/lpc-microcontroller-utilities/lpcscrypt-v2-1-1:LPCSCRYPT |
| Licenses: | proprietary |
| Submitter: | codyps |
| Maintainer: | codyps (potatoe, rhssk, jaskij) |
| Last Packager: | codyps |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-08-25 03:21 (UTC) |
| Last Updated: | 2020-08-18 17:42 (UTC) |
Dependencies (5)
- dfu-util (dfu-util-gitAUR)
- libutil-linux (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR, util-linux-libs)
- libarchive (libarchive-gitAUR) (make)
- unmakeselfAUR (make)
- bash (bash-devel-gitAUR, bash-gitAUR) (optional)
Latest Comments
jaskij commented on 2021-04-12 18:07 (UTC) (edited on 2021-04-12 18:08 (UTC) by jaskij)
The script
dfu_bootincluded in the package fails withdfu-util0.10.There is a bug in checking
dfu-utilversion. What, presumably, was a check for version 0.1, checks only the first three characters. Depending on this check, different VID:PID formatting is (in this case incorrectly) used. This makes the script fail at find the correct device in the output ofdfu-util -l.Most likely this check can be dealt away with in it's entirety, since version 0.5 is dated at 2012. As seen here 0.1 did indeed use different formatting.
Below is a quick patch (which works for me) removing that test and the used variable entirely. Meanwhile, I'll post this also on NXP's forums.
My version of
dfu-utilis the current Manjaro community package. Can re-test on Arch if necessary.