Difference between revisions of "RockpiN10/dev/usb-install-for-android-image"
(→Boot To Maskrom Mode) |
|||
(One intermediate revision by the same user not shown) | |||
Line 45: | Line 45: | ||
It means the device is in '''maskrom mode''' now. | It means the device is in '''maskrom mode''' now. | ||
− | == | + | == Flash Image == |
+ | ==== Linux user follow here: ==== | ||
1. Use upgrade_tool on Linux. [[ Android/upgrage_tool | Configuration upgrade_tool. ]] | 1. Use upgrade_tool on Linux. [[ Android/upgrage_tool | Configuration upgrade_tool. ]] | ||
− | < | + | <pre> |
radxa$ upgrade_tool uf update.img | radxa$ upgrade_tool uf update.img | ||
− | </ | + | </pre> |
− | + | ||
− | + | ||
+ | ==== Windows user follow here: ==== | ||
+ | 1. Use AndroidTool on Windows. [[ Android/android_tool | Using AndroidTool. ]] |
Latest revision as of 02:19, 26 April 2020
Contents
Requirements
This page describe how to download and install the rkupdate image on an eMMC module and boot on ROCK Pi N10. You need at least the following.
- The EMMC module has been welded to the Rock PI N10, which is in this position
- an USB Male A to USB Male A cable
- a PC/laptop running Windows or Linux or MacOS
You also need the following to run on ROCK Pi N10
- ROCK Pi N10 board with power supply
- HDMI cable for display
- USB keyboard and mouse for input
Boot To Maskrom Mode
To boot ROCK Pi N10 into maskrom mode is simple since we have the maskrom key on board.
- Power off the board and remove any bootable storage media such as microSD card. If you have bootloader in SPI flash, you need to shortcut SPI flash first as picture below. Or you can erase SPI flash at first.
- Plug the USB Male A to Mail A cable to ROCK Pi N10 OTG port(the front USB3 port), the other side to PC
- Power on the board
- Press and hold the maskrom key, short press the reset key
- Release the maskrom key
Now on your Linux PC, lsusb command show show the following usb devices
Bus 003 Device 005: ID 2207:330c
Or open device manager in your Windows PC, and the following devices will be displayed
(click to view large image)
It means the device is in maskrom mode now.
Flash Image
Linux user follow here:
1. Use upgrade_tool on Linux. Configuration upgrade_tool.
radxa$ upgrade_tool uf update.img
Windows user follow here:
1. Use AndroidTool on Windows. Using AndroidTool.