-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Howard Chen edited this page May 8, 2015
·
37 revisions
- connect the debug board.
- connect the UART and open it with a 921600 8N1 configuration.
- connect the power source
- connect the usb cable used for download
- turn on the power switch
The UART then shows a shell prompt.
$ uname -a
Linux (none) 3.16.0+ #1 SMP PREEMPT
fastboot flash boot boot.img
< waiting for device >
press the reset button on debug board
target reported max download size of .... bytes
sending 'boot' (7615 KB)...
OKAY [ 0.412s]
writing 'boot'...
OKAY [ 1.800s]
finished. total time: 2.212s
press the reset button to reboot
# uname -a
Linux (none) 3.19.0-rc1+ #4 SMP
use "fastboot boot" command to boot system without programming the flash
-
Update firmware to the latest version [https://github.com/ibanezchen/linux-8173/wiki/Firmware-Update]
-
Use the boot command
fastboot boot boot.img
< waiting for device >
downloading 'boot.img'...
OKAY [ 0.574s]
booting...
OKAY [ 0.012s]
There are three UARTs in mt8173, which are configured with jmps.
For example, the setting below binds the upper connect to UART0, and also unbind the lower connect to the UART2
please mail to howard.chen@linaro.org