Linux Embedded configuration real-time operating system
I. Establishment of an embedded linux development environment.
To use linux for application development on the Development Board, you must first establish a development environment. Because the development platform is bare metal, the system must be burned and solidified. Connect the Development Board to our development host.
1. Install serial Super Terminal on the host machine to display and control the Development Board.
2. install and configure Fedora10 on the host machine
3. Configure the SAMBA service in the host Fedora Environment
4. Configure the NFS service
5. Install the cross-compilation environment in the host Fedora10 Environment
6. Run the cross-compiled Hell Program (another hellworld program) on the Development Board)
Ii. bootloader, kernel and file system burning
During linux installation in Windows xp, the bootloader application, linux operating system kernel, root file system, and application programs are required: uboot,uImage,root.cramfs,run_exp.tar.bz2
After the two experiments are completed successfully, you can write the program below.
Iii. Embedded file I/O Programming
Compilation and running of programs in linux