tdocumentation fixes, added info for static tchain - arm-sdk - os build toolkit for various embedded devices HTML git clone https://git.parazyd.org/arm-sdk DIR Log DIR Files DIR Refs DIR Submodules DIR README DIR LICENSE --- DIR commit ac7c24fabb603da1ff79903a67b07892afd72414 DIR parent 9d9f3a11060d743b8385c9501c2aed9591d30741 HTML Author: parazyd <parazyd@dyne.org> Date: Thu, 14 Apr 2016 17:31:19 +0200 documentation fixes, added info for static tchain Diffstat: M README.md | 4 ++-- M arm/README.md | 6 ++++++ M arm/common | 7 ++----- M arm/init-arm | 5 +---- M sdk | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) --- DIR diff --git a/README.md b/README.md t@@ -39,7 +39,7 @@ Please note that: First clone the SDK repository: ``` -git clone https://git.devuan.org/devuan/devuan-sdk.git +git clone https://github.com/dyne/arm-sdk.git ``` Then run ZSh. In case you have conflicting extensions on your zsh t@@ -52,7 +52,7 @@ zsh --no-rcs then step inside the sdk, "source" it: ``` -cd devuan-sdk +cd arm-sdk source sdk ``` DIR diff --git a/arm/README.md b/arm/README.md t@@ -1,5 +1,11 @@ # ARM image builds +## Custom toolchains +**ARMv6**: `https://pub.parazyd.cf/mirror/gcc-arm-eabi-linaro-4.6.2.txz` +**ARMv7**: `https://pub.parazyd.cf/mirror/gcc-arm-linux-gnueabihf-4.7.txz` +**ARM64**: `https://pub.parazyd.cf/mirror/gcc-linaro-aarch64-linux-gnu-4.9.txz` +SHA256sums are available by downloading $filename.sha + ## qemu-wrapper For certain devices, you will want to pass arguments to qemu, such as the cpu model. To enable this, you will have to modify and compile qemu-wrapper.c with: DIR diff --git a/arm/common b/arm/common t@@ -1,11 +1,8 @@ #!/usr/bin/env zsh # -# Devuan SDK - build management +# Copyright (C) 2016 Dyne.org Foundation # -# Copyright (C) 2015-2016 Dyne.org Foundation -# Copyright (C) 2016 parazyd <parazyd@dyne.org> -# -# Devuan SDK is designed, written and maintained by Denis Roio <jaromil@dyne.org> +# SDK is designed, written and maintained by parazyd <parazyd@dyne.org> # # This source code is free software; you can redistribute it and/or # modify it under the terms of the GNU Public License as published by DIR diff --git a/arm/init-arm b/arm/init-arm t@@ -1,11 +1,8 @@ #!/usr/bin/env zsh # -# Devuan SDK - build management -# # Copyright (C) 2015-2016 Dyne.org Foundation -# Copyright (C) 2016 parazyd <parazyd@dyne.org> # -# Devuan SDK is designed, written and maintained by Denis Roio <jaromil@dyne.org> +# ARM SDK is designed, written and maintained by parazyd <parazyd@dyne.org> # # This source code is free software; you can redistribute it and/or # modify it under the terms of the GNU Public License as published by DIR diff --git a/sdk b/sdk t@@ -4,7 +4,7 @@ # Copyright (C) 2015-2016 Dyne.org Foundation # -# Devuan SDK is written and maintained by Denis Roio <jaromil@dyne.org> +# ARM SDK is written and maintained by parazyd <parazyd@dyne.org> # # This source code is free software; you can redistribute it and/or # modify it under the terms of the GNU Public License as published by