This article is translated from embedded Linux? Hands-on Tutorial for the Zedboard?
This article is mainly about Zedboard hardware system construction, U-boot,linux-kernel transplant, Linaro file system porting. The files that need to be generated in the process are system.bit,fsbl.elf,u-boot.elf,devicetree.dtb,uimage (see Zimage and Uimage differences), Linaro file system (linaro.org can be downloaded). Can you refer to embedded Linux for specific steps? Hands-on Tutorial for the Zedboard?
- 0, using GParted partition tool to partition an SD card (FAT32+EXT4)
- 1, first download zedboard_linux_design
- 2, Generate System.bit and FSBL (FSBL need to modify MAIN.C file, mainly reset USB)
- 3, download u-boot-digilent, compile build u-boot.elf
- 4. Create Boot.bin with U-boot.elf,fsbl.elf,system.bit
- 5, download v3.6-digilent-13.01 compile build zimage, generate DIGILENT-ZED.DTB device tree file simultaneously
- 6, copy BOOT.BIN,ZIMAGE,DIGILENT-ZED.DTB to SD card FAT32 file system
- 7. Download the Linaro desktop graphics file system and sync to the EXT4 file system in SD card
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
[Zedboard u-boot Linux system porting]-embedded linux®hands-on Tutorial for the zedboard?