S3C2440 development board learning - openjtag download BootLoader

Publisher:温馨家园Latest update time:2022-07-22 Source: csdnKeywords:S3C2440  openjtag Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

       First, place oflash.exe and FTD2XX.dll in the C:WindowsSystem32 folder so that Dos can execute the oflash command;


       Secondly, enter the folder where BootLoader is located in the DOS command, use cd+absolute path, and select the file path of uboot.bin;


       Then, execute the oflash command, select parameters such as eeprom, IC, address, download program (u-boot.bin), etc.


       Finally, start the program and download the program to the development board through the openjtag port.


       Note:


      1. Differences and similarities between NAND and NOR flash. Similarities: Both NOR flash and NAND flash are EEPROMs, which can be repeatedly erased and read and written. Differences: The address bus and data bus of NOR flash are separate, so NOR flash can read and write data flexibly. It is usually used to place startup programs such as BootLoader. The address and data buses of NAND flash are multiplexed, and reading and writing are performed in "blocks". Of course, the cost of NOR flash is also higher than that of NAND flash.


      2. During the installation of the openjtag driver, the following error message appears: "The hash value of the file is not in the specified directory file. This file may have been damaged or tampered with." The solution is: a. On the win10 desktop, use the win+x combination; b. Enter Update and Security + Recovery + Advanced Startup + Troubleshooting + Advanced Options + Startup Settings + Restart + 7 (disable driver mandatory signature); c. Reinstall the driver. Note: This solution will become invalid after the computer is restarted.


       3. In the case of a bare board, it is not possible to directly burn the boot file, kernel and file system into the development board. The openjtag emulator is needed to help burn u-boot into the NOR flash of the development board. :https://blog.csdn.net/qq_37238696/article/details/79969738


Keywords:S3C2440  openjtag Reference address:S3C2440 development board learning - openjtag download BootLoader

Previous article:S3C2440 development board learning - how to use dnw to transfer data via USB
Next article:s3c2440 burns the entire system (and uses Jlink to download u-boot)

Recommended ReadingLatest update time:2024-11-16 19:55

ARM-Linux s3c2440 UART Analysis (Part 3)
Looking back at the above, the underlying driver of the s3c2440 serial port revolves around three data structures: UART specific driver structure definition: struct uart_driver s3c24xx_uart_drv; UART port structure definition: struct uart_port s3c24xx_serial_ops; UART related operation function structure definitio
[Microcontroller]
S3C2440 bare metal -------LCD_add division
In the s3c2440_lcd_controller.c we mentioned earlier int clkval = (float)HCLK/plcdparams- time_seq.vclk/2-1+0.5; //int clkval = 5; An error occurred during compilation. This is because we have not implemented division. The following method is generally used to solve this problem: Go to uboot to find; Go to t
[Microcontroller]
S3C2440 bare metal -------LCD_add division
s3c2440 learning series 6 (dma continued)
The advantage of DMA is that it does not require CPU intervention when transmitting data, which can greatly improve the CPU's work efficiency. DMA is very important in large-capacity data transmission, such as image data transmission, SD card data transmission, USB data transmission and so on. S3C2410 has four DMA
[Microcontroller]
Design and implementation of firewall supporting IPv6 protocol based on S3C2440 processor
1 Introduction Among many network security facilities, firewall is an important and effective network security device. It filters and shields network communications to prevent unauthorized access into and out of the computer network. A firewall is a security barrier between a trusted network and an untrusted network.
[Microcontroller]
Design and implementation of firewall supporting IPv6 protocol based on S3C2440 processor
Use of S3C2440 timer
#include "mytimer.h" #include "lhg_def.h" #include "uart.h" #include "lhg_def.h" #include "2440addr.h" //Timer input clock Frequency = PCLK / {prescaler value+1} / {divider value} //PCLK=50Mhz //prescaler : 0~255 #define prescaler234 99 //divider : 1/2,1/4,1/8,1/16 select (0,1,2,3) #define divider4 2 //Timer is set t
[Microcontroller]
[JZ2440] Use oflash + OpenJTAG to program U-Boot
 All relevant driver files for this article can be obtained in the "CD information - Burning tools  - Bare metal - eop&op" directory.   1. Install oflash oflash installation package path: eop&op  - Debugging Tools - 01.OpenOCD with GUI setup.exe Install OpenOCD with GUI setup.exe using administr
[Microcontroller]
[JZ2440] Use oflash + OpenJTAG to program U-Boot
s3c2440 header file Def.h
#ifndef __DEF_H__ #define __DEF_H__ #define U32 unsigned int #define U16 unsigned short #define S32 int #define S16 short int #define U8  unsigned char #define S8  char #define TRUE  1    #define FALSE  0 #define OK  1 #define FAIL 0 #define ESC_KEY ('q') // 0x1b #endif /*__DEF_H__*/
[Microcontroller]
S3C2440 memory initialization
It is divided into three parts:  ①2440 address space  ②Memory and chip hardware connection  ③Storage controller register S3C2440 Address Space S3C2440 provides 27 address lines to the outside. With only 27 pins on the chip, it can only access 128MB of peripheral space.  In order to expand the access range of peripher
[Microcontroller]
Latest Microcontroller Articles
  • Download from the Internet--ARM Getting Started Notes
    A brief introduction: From today on, the ARM notebook of the rookie is open, and it can be regarded as a place to store these notes. Why publish it? Maybe you are interested in it. In fact, the reason for these notes is ...
  • Learn ARM development(22)
    Turning off and on interrupts Interrupts are an efficient dialogue mechanism, but sometimes you don't want to interrupt the program while it is running. For example, when you are printing something, the program suddenly interrupts and another ...
  • Learn ARM development(21)
    First, declare the task pointer, because it will be used later. Task pointer volatile TASK_TCB* volatile g_pCurrentTask = NULL;volatile TASK_TCB* vol ...
  • Learn ARM development(20)
    With the previous Tick interrupt, the basic task switching conditions are ready. However, this "easterly" is also difficult to understand. Only through continuous practice can we understand it. ...
  • Learn ARM development(19)
    After many days of hard work, I finally got the interrupt working. But in order to allow RTOS to use timer interrupts, what kind of interrupts can be implemented in S3C44B0? There are two methods in S3C44B0. ...
  • Learn ARM development(14)
  • Learn ARM development(15)
  • Learn ARM development(16)
  • Learn ARM development(17)
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号