arm-sdk

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

commit 95b0272424a2dee95663002db19c6f9a4d03d36c
parent 7fd1825675cdd9bb427460cf4bc94a2ac6db3aad
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 10 Oct 2016 19:59:26 +0200

update doc/

Diffstat:
Mdoc/crosstool-ng.md | 2+-
Mdoc/quirks.md | 8+++-----
2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/doc/crosstool-ng.md b/doc/crosstool-ng.md @@ -21,7 +21,7 @@ working toolchain: * Install the required dependencies for using ct-ng ``` -; sudo apt-get install build-essential autoconf automake ncurses-dev gperf flex texinfo help2man libtool-bin +; sudo apt-get install build-essential autoconf automake ncurses-dev gperf flex texinfo help2man libtool-bin bison gawk ``` * Compile crosstool-ng diff --git a/doc/quirks.md b/doc/quirks.md @@ -28,10 +28,6 @@ Notes and quirks for specific devices * You will need android tools * Run the bootloader -## Nokia N900 -* Please read the following on what to do: - [http://talk.maemo.org/showthread.php?t=81613](http://talk.maemo.org/showthread.php?t=81613) - ``` adb reboot-bootloader ``` @@ -41,5 +37,7 @@ adb reboot-bootloader ``` fastboot boot zImage-3.1.10-tk* ``` - +## Nokia N900 +* Please read the following on what to do: + [http://talk.maemo.org/showthread.php?t=81613](http://talk.maemo.org/showthread.php?t=81613)