You are not logged in.
Please send me the binaries and I will test them. The best would be "executable_bin_usb" which you didn't get, because application unsimgcr (binary from NXP) can't create an image ready for USB-DFU booting. Can you make it work?
Have you read the README.txt? You have to make unsimgcr executable and your OS has to find it... or if it is in the same folder.
Try unsimgcr like this:
unsimgcr -pd executable_binIf this does not work, this image is useless for LPC3141, because unsimgcr has to TEA encrypt it.
Last edited by 71GA (2015-02-03 21:27:52)
C, ARM, ARM assembly, HTML, CSS, JS, Linux
Offline
unsimgcr tool is independent from gcc toolset. You can either use precompiled or compile it yourself. I even added AUR package for you: https://aur.archlinux.org/packages/unsimgcr/
It compiles/encodes image without a problem:
$ ls -l
-rwxr-xr-x 1 anatol anatol 624 Feb 3 13:37 executable_bin
-rw-r--r-- 1 anatol anatol 3080 Feb 3 13:37 executable_bin_usb
-rwxr-xr-x 1 anatol anatol 40880 Feb 3 13:37 executable_elf
Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster
Offline
I also faced the same problem, but installing libnewlib-dev solved the problem.
Offline
Note that you are necroing an 8 year old thread, chances you really have the same issue are slim.
Closing.
Offline