mirror of https://github.com/parazyd/arm-sdk.git
update doc/
This commit is contained in:
parent
7fd1825675
commit
95b0272424
|
|
@ -21,7 +21,7 @@ working toolchain:
|
||||||
* Install the required dependencies for using ct-ng
|
* 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
|
* Compile crosstool-ng
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,10 +28,6 @@ Notes and quirks for specific devices
|
||||||
* You will need android tools
|
* You will need android tools
|
||||||
* Run the bootloader
|
* 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
|
adb reboot-bootloader
|
||||||
```
|
```
|
||||||
|
|
@ -41,5 +37,7 @@ adb reboot-bootloader
|
||||||
```
|
```
|
||||||
fastboot boot zImage-3.1.10-tk*
|
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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue