Difference between revisions of "Quick Start Banana pi SBC"
(→how to write Linux image) |
(→how to write Linux image) |
||
Line 95: | Line 95: | ||
Download a tool that can wirte image to SD card, such as Win32 Diskimager from: [http://sourceforge.net/projects/win32diskimager/files/Archive/ Win32 Diskimager] | Download a tool that can wirte image to SD card, such as Win32 Diskimager from: [http://sourceforge.net/projects/win32diskimager/files/Archive/ Win32 Diskimager] | ||
− | + | Open the unzipped image file | |
− | + | [[File:Win32_Disk.png]] | |
− | + | Click Write button. Wait patiently to successfully complete writing. | |
burun Linux image under Linux os: | burun Linux image under Linux os: | ||
− | + | Run fdisk –l command to check the SD card node. | |
− | + | Run dd if=\[imagename\] of=/dev/sdx command to write image file to SD card. Wait patiently to successfully complete writing. |
Revision as of 03:46, 7 May 2018
Contents
what you need
First time to enjoy your Banana Pi, you need at least the accessories in the table below.
what you need to begin with banana pi | |||
No. | Item | Minimum recommended specification & notes | |
1 | MicroSD card | SD card is optional. If need to boot form SD card, Minimum size 8GB, class 10 \(the class indicates how fast the card is\). We recommend using branded SD cards as they are more reliable. | |
2 | HDMI\(Full sized\) to HDMI / DVI lead | HDMI to HDMI lead \(for HD TVs and monitors with HDMI input\).OR HDMI to DVI lead \(for monitors with DVI input\). | |
3 | Keyboard and mouse | Any standard USB keyboard and mouse should work. keyboards or mice that take a lot of power from the USB ports, however, may need a powered USB hub. This may include some wireless devices. | |
4 | Ethernet cable | Networking is optional, although it makes updating and getting new software for your Banana Pi much easier. | |
5 | Micro USB power adapter | A good quality, USB Power supply that can provide at least 5V/2A is essential.OTG also can power the board, but it is not recommended. | |
6 | Audio lead \(Optional\) | You can choose a 3.5mm jack audio led to connect to audio port to get stereo audio. | |
7 | Mobile Hard disk \(Optional\) | You can choose to connect a mobile hard disk to USB port to store more files. |
Base you need below:
Prepare your SD card for the Banana Pi
In order to enjoy your Banana Pi, you will need to install an Operating System \(OS\) onto an SD card or eMMC Flash. Instructions below will teach you how to write an OS image to your SD card or eMMC Flash under Windows and Linux.
1.Insert your SD card into your computer. The size of SD should be larger than the OS image size, generally 8 GB or greater.
2.Format the SD card.
Format your SD under Windows os
Download the a SD card format tool such as SD Formatter from: SD Formatter
Unzip the download file and run the setup.exe to install the tool on your machine.
In the "Options" menu, set "FORMAT TYPE" option to QUICK, "FORMAT SIZE ADJUSTMENT" option to "ON".
- Check that the SD card you inserted matches the one selected by the Tool.
- Click the “Format” button.
Format your SD under Linux os
- Run fdisk –l command to check the SD card node.
- Run sudo fdisk /dev/sdx command to delete all partition of SD card.
- Run mkfs –t vfat /dev/sdx command to format the entire SD card as FAT. \(x should be replaced according to your SD card node\)
Download the OS image from Download district
Unzip the download file to get the OS image.
*Windows: Right click on the file and choose “Extract all”. *Linux: Run unzip [downloaded filename] command.
Write the image file to the SD card
how to write Android image
You need to use Phoenix Card to make the SD card. Download the Phoenix Card from
https://drive.google.com/drive/folders/15PmiRk7alMxCKa6YskSW9\_S-a7rtiO2T?usp=sharing
Run PhoenixCard.exe, Press “Disk Check” and select disk of SD Card.
Press “Image File” and Select system.img.
Press “Burn” to start upgrading, Upgraded complete, Press “Exit”.
how to write Linux image
burun Linux image under Windows os:
Download a tool that can wirte image to SD card, such as Win32 Diskimager from: Win32 Diskimager
Open the unzipped image file
Click Write button. Wait patiently to successfully complete writing.
burun Linux image under Linux os:
Run fdisk –l command to check the SD card node.
Run dd if=\[imagename\] of=/dev/sdx command to write image file to SD card. Wait patiently to successfully complete writing.