Changes

How to boot from MicroSD Card

593 bytes added, 17:41, 2 June 2011
no edit summary
[kparams]
; Setup the Kernel console params
console=ttyS2,115200n8
; Enable early printk
;earlyprintk=serial,ttyS2,115200
; Setup the Board Memory Configuration
mem=430M
;mem=512M
; Setup the Boot Delay
boot_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 assigned
vram=40M
; Configure Video RAM assigned to every frame buffer
omapfb.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 Address
smsc911x.mac=0xb2,0xb0,0x14,0xb5,0xcd,0xde
; --- Configure UBI FS boot ---
;ubi.mtd=2
;root=ubi0:igep0020-rootfs
;rootfstype=ubifs
;fixrtc=1 nocompcache=1vram=40Momapfb.vram=0:12M,1:16M,2:12M --- Configure NFS boot --- ;ip=192.168.2.123:192.168.2.129:192.168.2.1:255.255.255.0::eth0:;root=/dev/mmcblk0p2 rw rootwaitroot=/dev/nfs;nfsroot=192.168.2.129:/srv/nfs/igep_webserviceigep_rootfs; --- Configure MMC boot --- root=/dev/mmcblk0p2 rw rootwait; Assign Init program
;init=/bin/bash
omapfb.debug=1omapdss.debug=1vt.consoleblank=0
</pre>
Create a new file into the boot partition named igep.ini with these content and save the file.