SkyEye : um4

o 4.1 Run linux on SkyEye
o 4.2 Run uClinux on SkyEye
o 4.3 Run ucosii on SkyEye
o 4.4 Run linux with network
o 4.5 Run linux with GUI
o 4.6 Run SkyEye IDE
o 4.7 Run linux with flash
o 4.8 Run uBoot on SkyEye

Appendix:
1) skyeye.conf example for u-boot + flash
# skyeye config file for S3C44B0X
cpu: arm7tdmi
mach: s3c44b0x

# physical memory
#mem_bank: map=F, type=RW, addr=0x00000000, size=0x00200000, file=./u-boot.flash
mem_bank: map=F, type=RW, addr=0x00000000, size=0x00030000, file=./u-boot/u-boot.bin
mem_bank: map=F, type=RW, addr=0x00030000, size=0x000c0000, file=./u-boot/uImage
mem_bank: map=F, type=RW, addr=0x000f0000, size=0x00110000, file=./u-boot/uInitrd
mem_bank: map=M, type=RW, addr=0x0c000000, size=0x00800000

# peripherals I/O mapping area
mem_bank: map=I, type=RW, addr=0x01c00000, size=0x00400000

# uart 0
uart: mod=stdio

# flash
flash: type=SST39VF160, base=0x00000000, size=0x00200000, dump=./u-boot.flash

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.3
Page was generated in 0.1317 seconds