1 Configure the network
'# pri
'# setenv ipaddr 192.168.1.22
'# setenv serverip 192.168.1.11
'# setenv gatewayip 192.168.1.1
'# saveenv
2 Burn u-boot
‘# tftp 0x40000000 u-boot-7-ok.bin
’# nand erase 0x0 0x600000
‘# nand write 0x40000000 0x0 0x600000
3. Burn the kernel
’# tftp 0x40000000 uImage-7-ok
‘# nand erase 0x600000 0x500000
’# nand write 0x40000000 0x600000 0x500000
4 Burn fs
'# tftp 0x40000000 gec-qt4-rootfs-7.img
'# nand erase 0xe00000 0xf200000
'# nand write.yaffs 0x40000000 0xe00000 0xxxxx (determined by the download size)
5 Restart and configure startup parameters
’# setenv bootargs root=/dev/mtdblock4 init=/linuxrc console=ttySAC0,115200 rootfstype=yaffs rw
'# clay v
6 Finally, restart.
Previous article:Ubuntu11.10 uses TFTP protocol to transfer files to TQ210 development board study notes-1
Next article:ITM serial port printing debugging provided by cotex_m3 kernel
- Popular Resources
- Popular amplifiers
- Learn ARM development(16)
- Learn ARM development(17)
- Learn ARM development(18)
- Embedded system debugging simulation tool
- A small question that has been bothering me recently has finally been solved~~
- Learn ARM development (1)
- Learn ARM development (2)
- Learn ARM development (4)
- Learn ARM development (6)
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- LED chemical incompatibility test to see which chemicals LEDs can be used with
- Application of ARM9 hardware coprocessor on WinCE embedded motherboard
- What are the key points for selecting rotor flowmeter?
- LM317 high power charger circuit
- A brief analysis of Embest's application and development of embedded medical devices
- Single-phase RC protection circuit
- stm32 PVD programmable voltage monitor
- Introduction and measurement of edge trigger and level trigger of 51 single chip microcomputer
- Improved design of Linux system software shell protection technology
- What to do if the ABB robot protection device stops
- Detailed explanation of intelligent car body perception system
- How to solve the problem that the servo drive is not enabled
- Why does the servo drive not power on?
- What point should I connect to when the servo is turned on?
- How to turn on the internal enable of Panasonic servo drive?
- What is the rigidity setting of Panasonic servo drive?
- How to change the inertia ratio of Panasonic servo drive
- What is the inertia ratio of the servo motor?
- Is it better for the motor to have a large or small moment of inertia?
- What is the difference between low inertia and high inertia of servo motors?
- Looking for a good and available domestic accelerometer
- nRF52832-QFAA Hardware Reference Design
- 【RPi PICO】Snapshot of the RP2040 chip
- Why does TIM1_CH3N not output PWM after configuring PWM in STM32F103C8T6?
- Can you recommend a chip that can boost 3.3V to 5V?
- How to quickly gain points?
- [National Technology N32G457 Review] RT_Thread solves the problem that SPI NSS cannot be pulled low
- [Silicon Labs BG22-EK4108A Bluetooth Development Review] 1: IoT product introduction and BLE environment construction
- How does the company evaluate working from home?
- IIC protocol based on STM8--Example--Clock module (DS3231) reading