Download uboot to nandflash of s3c2442, using Openocd?

Source: Internet
Author: User
Download uboot to nandflash of s3c2442, using Openocd? -- Linux general technology-Linux technology and application information. For details, refer to the following section. Dear friends, have you downloaded uboot to Samsung s3c2442's nand flash? I have encountered a problem. If I use jlink to burn it, I will only burn it indirectly, that is to say, we need to first burn the data into the sdram, and then use the existing Uboot in the board to move the data to the nand flash, but there is no uboot on the board itself. What tools should we use to burn the data, some information on the Internet Prompts openocd, but I cannot connect the configuration file. How can I configure the file?
This is the interface for running openocd.
Yuanye @ yuanye-VirtualBox :~ $ Openocd
Open On-Chip Debugger 0.1.0 (2011-11-02-16:25) Release


BUGS? Read http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS


$ URL: https: // kc8apf@svn.berlios.de/sv... 0.1.0/src/openocd. c $
Error: No valid jtag interface found (ft2232)
Error: compiled-in jtag interfaces:
Runtime error, file "openocd. cfg", line 4:

This is my openocd. cfg content. I won't configure it, according to what others wrote
# Interface
Telnet_port 4444
Gdb_port 3333
Interface ft2232
Jtag_speed 0
Ft2232_vid_pid 0x1457 00x5118
Ft2232_layout jtagkey
# Jtag_device 4 0x1 0xf 0xe
Ft2232_device_desc "USB <=> JTAG & RS232"

# Target configuration for the Samsung 2440 system on chip
# Tested on a S3C2440 Evaluation board by keesj
# Processor: ARM920Tid (wb) rev 0 (v4l)
# Info: JTAG tap: s3c2440. cpu tap/device found: 0x0032409d (Manufacturer: 0x04e, Part: 0x0324, Version: 0x0)

If {[info exists CHIPNAME]} {
Set _ CHIPNAME $ CHIPNAME
} Else {
Set _ CHIPNAME s3c2440
}

If {[info exists ENDIAN]} {
Related Article

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.