Android Deep Exploration (Volume I) fifth chapter

Source: Internet
Author: User

S3C6410 is a low-power, cost-effective SC (reduced instruction set computer, introduced by Samsung,

Compact instruction set computer processor, which is based on the ARM11 kernel.

OK6410 Development Board with "core board + backplane" structure

Install serial debugging tool: Minicom

First step: Detect if the current system supports SB-turn serial port

Lsmod | grep usbserial

Step Two: Install Minicom

sudo apt-get install minicom

Step Three: Configure Minicom

sudo minicom-s

Entering the "Serial Port Setup" menu will display the submenu shown in-4. The reader needs to configure Minicomm as shown in 5-4

Fourth Step: Test minicom

sudo minicom

Connect and open the board to see if the information is output

Burn and write Android system

Attention:

Three images (Uboot-fs210.bin, zimage_gt818, android4.0-fs210.img), SD card boot maker all under Android 4.0 for Nandflash folder, you must use the

First guarantee to Ping, put U-boot-fs210.bin, zimage_gt818 android4.0-fs210.img into the/tftpboot directory

Make Nandflash SD card boot (if the hardware dial is 1000 to start the Development Board, you can go to the Uboot Setup interface, this step omitted)

TFTP 20008000 Uboot-fs210.bin

NAND Erase 0 100000

NAND Write 20008000 0 100000

    1. Close the Development Board
    2. Toggle hardware Dial Code to 1000
    3. Open the Development Board, pause Uboot startup with any key

TFTP 20008000 zimage_gt818

NAND Erase 500000 500000

NAND write 20008000 500000 500000

    1. Restart

SETENV bootcmd NAND read 20008000 500000 500000\; Bootm 20008000

Saveenv

TFTP 30008000 android4.0-fs210.img

NAND Erase A00000

NAND write.yaffs 30008000 A00000 4c31100 (specific size here)

    1. Restart

setenv Bootargs root=/dev/mtdblock3 rootfstype=yaffs2 init=/init console=ttysac0,115200

Saveenv

    1. Restart
    2. Success

Refer to Android4.0 image burn experiment. pdf

Default environment variables

setenv Bootargs root=/dev/mtdblock3 rootfstypes=yaffs2 init=/init console=ttysac0,115200

SETENV bootcmd NAND read 20008000 0 100000; Bootm 20008000

Android Deep Exploration (Volume I) 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.