mirror of https://github.com/parazyd/arm-sdk.git
documentation fixes, added info for static tchain
This commit is contained in:
parent
9d9f3a1106
commit
ac7c24fabb
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
sdk
2
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue