Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [kernel]
- ; Kernel load address, NOT Modify
- kaddress=0x80008000
- ; RAM disk load Address, NOT Modify
- ;rdaddress=0x84000000
- ; Board Serial ID
- serial.low=00000001
- serial.high=00000000
- ; Board Revision
- revision=0080
- ; Kernel Image Name
- kImageName=zImage
- ; Kernel RAM Disk Image Name
- ;kRdImageName=initrd.img-2.6.35-1010-linaro-omap
- ; Define Machine ID (2344 = IGEPv2, 2717 = IGEP Module)
- MachineID=2717
- ; DSS Video Activation (0 disbale - !=0 enable)
- dss=1
- ; DSS color, enabled if not bitmap is used and dss=1 (hex data)
- dss_color=0xFF64648C
- ;dss_color=0x00FF0000
- ; DSS Bitmap image filename (string)
- ;dss_bitmap=splash.dat
- [kparams]
- ; Configure Baseboard or Expansion board
- ;buddy=igep0022 pour IGEP0020 pour carte IGEPV2
- ;buddy=base0010 buddy.revision=B
- ;buddy=search0030
- buddy=hastycam
- ;buddy.modem=yes
- board.ei485=yes
- ; Setup the Kernel console params
- ;attention pour linux 2.6.37-5 ou 2.6.37-7 il faut TTYO2 et pour linux 2.6.35-13 il faut TTYS2
- ;console=ttyS2,115200n8
- ;console=tty0 console=ttyO2,115200n8
- console=ttyO2,115200n8
- ; Enable early printk
- ;earlyprintk=serial,ttyS2,115200
- ; Setup the Board Memory Configuration
- mem=55M@0x80000000 mem=384M@0x88000000
- ;mem=430M
- ;mem=512M
- ; Setup the Boot Delay
- boot_delay=0
- ; Setup the ARM Processor Speed
- mpurate=1000
- ; Setup the loglevel
- loglevel=7
- ; Enable Kernel Debug Output
- debug=1
- ; Fix RTC Variable
- ;fixrtc=1
- ; Configure nocompcache variable
- nocompcache=1
- ; Configure Frame Buffer Configuration
- ;omapfb.mode=dvi:800x480MR-16@60^M
- omapfb.mode=dvi:1280x720MR-16@60
- ;omapfb.mode=dvi:hd720-16@60
- omapdss.def_disp=lcd-70
- ; 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
- ; --- Config partitions flash by JHB ---
- mtdparts=omap2-nand.0:512k(X-Loader),12m(Boot),511488k(Rootfs)
- ; --- 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.0.1:/home/flb/rootfs
- ;ip=192.168.0.100:::::eth0:none
- ;ip=192.168.0.100:::::usb0:none
- ; --- Configure MMC boot ---
- root=/dev/mmcblk0p2 rw rootwait
- ; Assign Init program
- ;init=/bin/bash
Advertisement
Add Comment
Please, Sign In to add comment