diff --git a/README.md b/README.md index d2a6071..cf4773c 100644 --- 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 index d3f03b3..a8820c1 100644 --- 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 index 3a1efcc..282d10b 100644 --- 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 -# -# Devuan SDK is designed, written and maintained by Denis Roio +# SDK is designed, written and maintained by parazyd # # 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 index 52aa893..3099d41 100644 --- 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 # -# Devuan SDK is designed, written and maintained by Denis Roio +# ARM SDK is designed, written and maintained by parazyd # # 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 index bdd4335..5d63595 100755 --- a/sdk +++ b/sdk @@ -4,7 +4,7 @@ # Copyright (C) 2015-2016 Dyne.org Foundation # -# Devuan SDK is written and maintained by Denis Roio +# ARM SDK is written and maintained by parazyd # # 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