-
Notifications
You must be signed in to change notification settings - Fork 157
Description
Dear all,
I am trying to install Debian on a FydeTab Duo following the procedure that is shown in the below link:
https://wiki.fydetabduo.com/os-release-board/Debian/deb-install
I used a microSD card to install a Debian image, as shown in the above link.
Everything is fine until I try to execute this command (inside the "Install rkdeveloptool" procedure)
"
git am *.patch
"
When I execute the above command the following error appears:
"Applying: change sprintf to snprint
error: patch failed: RKDevice.cpp:108
error: RKDevice.cpp: patch does not apply
error: patch failed: RKLog.cpp:76
error: RKLog.cpp: patch does not apply
error: patch failed: main.cpp:71
error: main.cpp: patch does not apply
Patch failed at 0001 change sprintf to snprintf
hint: "Use 'git am --show-current-patch-diff' to see the failed patch
"
If I execute the above command 'git-am --show-current-patch-diff' some code appears in the terminal ...
I am 100% sure that I did all steps previous to the command "git am *.patch" properly. I also have the directory rkdeveloptool in the debian installation.
Do you know what can be wrong.
Thanks for your help !!