arm-sdk

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

commit ac7c24fabb603da1ff79903a67b07892afd72414
parent 9d9f3a11060d743b8385c9501c2aed9591d30741
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 14 Apr 2016 17:31:19 +0200

documentation fixes, added info for static tchain

Diffstat:
MREADME.md | 4++--
Marm/README.md | 6++++++
Marm/common | 7++-----
Marm/init-arm | 5+----
Msdk | 2+-
5 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md @@ -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 @@ -52,7 +52,7 @@ zsh --no-rcs then step inside the sdk, "source" it: ``` -cd devuan-sdk +cd arm-sdk source sdk ``` diff --git a/arm/README.md b/arm/README.md @@ -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: diff --git a/arm/common b/arm/common @@ -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 diff --git a/arm/init-arm b/arm/init-arm @@ -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 diff --git a/sdk b/sdk @@ -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