arm-sdk

os build toolkit for various embedded devices
git clone https://git.parazyd.org/arm-sdk
Log | Files | Refs | Submodules | README | LICENSE

commit 1a6ba2426e058f34a978d17b5b9b0cfd072da370
parent 1377c494fe06765f58368a66e179de3e1d9852e8
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 25 Apr 2016 03:01:23 +0200

readme typo

Diffstat:
MREADME.md | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -28,7 +28,7 @@ On any other, find the equivalents of the aforementioned packages. # OR ; git clone https://git.devuan.org/devuan/arm-sdk.git ``` -If you have cloned the repository before, please to a `git pull` in order +If you have cloned the repository before, please do a `git pull` in order to update to the latest versions. Your experience will be better. Edit the `config` file to match your crosscompile toolchain. Consult @@ -81,7 +81,7 @@ If you are using a custom toolchain, add it to the PATH as described. ## Notes and quirks for specific devices -### ODROID XU +### ODROID-XU * The kernel refuses to build with Devuan's default toolchain `arm-none-eabi`. Use `arm-linux-gnueabi-4.7` that I provide on https://pub.parazyd.cf/mirror instead. @@ -102,6 +102,7 @@ Schumacher college in Dartington UK, greatly inspired by the laborious and mindful atmosphere of its wonderful premises. ARM SDK is Copyright (c) 2016 by the Dyne.org Foundation + ARM SDK is designed, written and maintained by parazyd <parazyd@dyne.org> The ARM SDK also uses code from Devuan SDK and Kali Linux ARM buildscripts.