Host shared file system
First, the host needs to configure NFS and share the file system
Setting kernel parameters
The kernel parameters are set as follows:
console=ttySAC0 root=/dev/nfs nfsroot=172.20.11.88:/root/linux_kernel/rootfs ip=172.20.11.41:172.20.11.88:172.20.11.1:255.255.255.0:S3C2440A:eth0:off
Kernel parameter description
The meaning of its parameters are as follows:
nfsroot is the IP address of your development host.
After "ip=":
The first item (172.20.11.41) is the temporary IP of the target board (be careful not to conflict with other IPs in the LAN);
The second item (172.20.11.88) is the IP address of the development host.
The third item (172.20.11.1) is the setting of the gateway (GW) on the target board;
The fourth item (255.255.255.0) is the subnet mask;
The fifth item is the name of the development host (generally it doesn’t matter, you can fill it in casually)
eth0 is the name of the network card device.
Startup Results
You can see that the target board successfully mounts the file system from NFS.
Previous article:Linux kernel configuration support for USB disk (for mini2440)
Next article:Driver development DM9000 (for mini2440)
- Popular Resources
- Popular amplifiers
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
- Huawei's Strategic Department Director Gai Gang: The cumulative installed base of open source Euler operating system exceeds 10 million sets
- Download from the Internet--ARM Getting Started Notes
- Learn ARM development(22)
- Learn ARM development(21)
- Learn ARM development(20)
- Learn ARM development(19)
- Learn ARM development(14)
- Learn ARM development(15)
- Analysis of the application of several common contact parts in high-voltage connectors of new energy vehicles
- Wiring harness durability test and contact voltage drop test method
- Video Album: ST MEMS Sensor Online Seminar (Continuously Updated)
- Absorption characteristics of oxygenated hemoglobin (HbO2) and deoxygenated hemoglobin (Hb) to red light RED and infrared light IR
- Openmv4 for sale
- 【NXP Rapid IoT Review】- Unboxing and Demo Experience
- Master Verilog HDL: IC Design Core...
- How much driving time is required for transistors and MOS?
- The PCB drawing is initially drawn, but I am a novice and don't understand my own problem. I hope to get your advice and help
- A big mistake
- How to draw the PCB package of diodes? Is there any industry standard?
- Share a simple calculator program based on LPC1768