Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to forge a local file system server with IGEPv2 Board

2,064 bytes added, 12:21, 26 October 2011
no edit summary
Under construction
= Installing Linaro Headless =
Under constructionUsing this [http://labs.igep.es/index.php/How_to_boot_from_MicroSD_Card tutorial] to install Linaro Headless in your SD card. I&nbsp;run well with the software detailed above. Use igep0020_config to make MLO file. Is not necessary to compile the Kernel if you don't need it, but it's necessary that its name is zImage.  Create a new file into the boot partition named igep.ini with these content and save the file. <pre>[kernel]; Kernel load address, NOT Modifykaddress=0x80008000; RAM disk load Address, NOT Modify;rdaddress=0x84000000; Board Serial IDserial.low=00000001serial.high=00000000; Board Revisionrevision=0003; Kernel Image NamekImageName=zImage; Kernel RAM Disk Image Name;kRdImageName=initrd.img-2.6.35-1010-linaro-omapMachineID=2344; Where Machine ID = 2344 for IGEPv2 and ID = 2717 for IGEP Module [kparams];buddy=igep0022;buddy=base0010; Setup the Kernel console paramsconsole=ttyS2,115200n8; Enable early printk;earlyprintk=serial,ttyS2,115200; Setup the Board Memory Configuration;mem=430Mmem=512M; Setup the Boot Delayboot_delay=0; Setup the ARM Processor Speed;mpurate=800; Setup the loglevel;loglevel=7; Enable Kernel Debug Output;debug=1; Fix RTC Variable;fixrtc=1; Configure nocompcache variablenocompcache=1; Configure Frame Buffer Configuration;omapfb.mode=dvi:1280x720MR-16@60;omapfb.mode=dvi:hd720-16@60; Configure Video Ram assignedvram=40M; Configure Video RAM assigned to every frame bufferomapfb.vram=0:12M,1:16M,2:12M; Configure frame buffer debug output;omapfb.debug=1; Configure DSS Video Debug option;omapdss.debug=1; Configure the Board Ethernet Mac Addresssmsc911x.mac=0xb2,0xb1,0x1f,0xb5,0xcd,0xdf; --- Configure UBI FS boot --- ;ubi.mtd=2 ;root=ubi0:igep0020-rootfs ;rootfstype=ubifs; --- Configure NFS boot --- ;ip=192.168.2.123:192.168.2.129:192.168.2.1:255.255.255.0::eth0:;root=/dev/nfs;nfsroot=192.168.2.129:/srv/nfs/igep_rootfs; --- Configure MMC boot --- root=/dev/mmcblk0p2 rw rootwait; Assign Init program;init=/bin/bash</pre> NOTE: I recomend change MAC adress.
= Set up internet connection =
4,199
edits