Fifth chapter build the test environment of s3c6410 Development Board notes

Source: Internet
Author: User

First, s3c6410 a more typical development board, integrated with a variety of components. It is a low power, cost-effective RISC processor by Samsung, which is based on the ARM11 core and can be widely used in mobile phones and general processing applications. Serial communication means that the Linux driver output debug information can be displayed in some way by using the Development Board. and the PC needs to communicate with the serial device need to install on the PC to receive and send serial data of the program, such as Minicom.

Second, to use the model of the Development Board

1> Install serial Debugging tool: Minicom:

The first step is to detect if the current system supports USB to serial port #lsmod | grep usbserial;

The second step, install minicom #apt_get installed minicom;

The third step is to configure the minicom #minicom-s;

Fourth step, test minicom #minicom;

2> burning the Android system (installing the Android system on the OK6410 board requires that your own WinCE6.0 be uninstalled before burning.) Start Eboot erase Nandflash before burning

Erase steps:

The first step is to connect the Development Board and PC with the serial cable and start the minicom;

The second step, enter the Eboot state;

Step three, Erase Nandflash:

Burn-Write steps:

First step, insert the card reader and connect the PC;

Second step, write Mmc.bin and zimage-sd.bin to SD card;

The third step is to copy the Android_fs.tar, Mmc.bin, and zimage files to the SD card. and set the start-up switch of the development Board;

Fourth step, burn the Android from SD card, insert SD card into the slot of the Development Board, and set the SD card to boot, open the Development Board;

Fifth step, calibrate the screen #rm/data/pointtercal; Then, configure the wired network: Execute the command on the board: #ifconfig eth0 192.168.17.150 netmask 255.255.255.0 up #route ad d default GW 192.168.17.254 dev eth0;

Use the command #/system/busybox/sbin/ifconfig #/system/busybox/sbin/route to see if the setting is successful.

Set IP and gateway #sh netconfig.sh 192.168.17.166 192.168.17.254

#关闭网卡设备/system/busybox/sbin/ifconfig eth0 Down

#设置新的MAC地址/system/busybox/sbin/ifconfig eth0 hw ether 08:09:00:a0:90:80

#打开网卡设备/system/busybox/sbin/ifconfig eth0 up.

Good text to the top concern me to collect the article

Fifth chapter build the test environment of s3c6410 Development Board notes

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.