Android Deep Explore fifth chapter

Source: Internet
Author: User

Setting up the test environment for S3C6410 Development Board

I. Installing the serial debugging tool: Minicom

1. Using the command Lsmod | grep usbserial to detect if the current system supports USB to serial port

2. Install the minicom using the command apt-get installation minicom

3. Configure Minicon with the command minicom-s

4. Use the command minicom test the Minicon whether the normal use

Two. Burn and write Android system

Erase Nandflash with Eboot

1. Connect the Development Board and PC using USB to serial cable and start minicom

2. Enter Eboot state

2. Erase Nandflash

Burn Write Android

1. Prepare an SD card in FAT32 partition format, insert the card reader and connect the PC

2. Write Mmc.bin and Zimage-sd.bin to SD card

3. Copy the Android_fs.bin, Mmc.bin, and zimage files to the SD card and set the start-up switch on the board

4. Insert the SD card into the Development Board slot, set the SD card to boot, and open the Development Board. Enter the command after the # prompt. Yjsx start copying data from SD card

5. After installing Android, close the Development Board, restore the switch to the Nandflash boot state, calibrate the screen

Three. Configure the Wired network

Set the IP and subnet masks using Ifconfig, and set the gateway with the route command.

Ifconfig eth0 192.168.17.150 netmask 255.255.255.0 up

Route add default GW 192.168.17.254 dev eth0

Android Deep Explore fifth chapter

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.