Guest User

Untitled

a guest
Jun 23rd, 2015
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. [kernel]
  2. ; Kernel load address, NOT Modify
  3. kaddress=0x80008000
  4. ; RAM disk load Address, NOT Modify
  5. ;rdaddress=0x84000000
  6. ; Board Serial ID
  7. serial.low=00000001
  8. serial.high=00000000
  9. ; Board Revision
  10. revision=0080
  11. ; Kernel Image Name
  12. kImageName=zImage
  13. ; Kernel RAM Disk Image Name
  14. ;kRdImageName=initrd.img-2.6.35-1010-linaro-omap
  15. ; Define Machine ID (2344 = IGEPv2, 2717 = IGEP Module)
  16. MachineID=2717
  17. ; DSS Video Activation (0 disbale - !=0 enable)
  18. dss=1
  19. ; DSS color, enabled if not bitmap is used and dss=1 (hex data)
  20. dss_color=0xFF64648C
  21. ;dss_color=0x00FF0000
  22. ; DSS Bitmap image filename (string)
  23. ;dss_bitmap=splash.dat
  24.  
  25.  
  26. [kparams]
  27. ; Configure Baseboard or Expansion board
  28. ;buddy=igep0022 pour IGEP0020 pour carte IGEPV2
  29. ;buddy=base0010 buddy.revision=B
  30. ;buddy=search0030
  31. buddy=hastycam
  32. ;buddy.modem=yes
  33. board.ei485=yes
  34. ; Setup the Kernel console params
  35. ;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
  36. ;console=ttyS2,115200n8
  37. ;console=tty0 console=ttyO2,115200n8
  38. console=ttyO2,115200n8
  39. ; Enable early printk
  40. ;earlyprintk=serial,ttyS2,115200
  41. ; Setup the Board Memory Configuration
  42. mem=55M@0x80000000 mem=384M@0x88000000
  43. ;mem=430M
  44. ;mem=512M
  45. ; Setup the Boot Delay
  46. boot_delay=0
  47. ; Setup the ARM Processor Speed
  48. mpurate=1000
  49. ; Setup the loglevel
  50. loglevel=7
  51. ; Enable Kernel Debug Output
  52. debug=1
  53. ; Fix RTC Variable
  54. ;fixrtc=1
  55. ; Configure nocompcache variable
  56. nocompcache=1
  57. ; Configure Frame Buffer Configuration
  58. ;omapfb.mode=dvi:800x480MR-16@60^M
  59. omapfb.mode=dvi:1280x720MR-16@60
  60. ;omapfb.mode=dvi:hd720-16@60
  61. omapdss.def_disp=lcd-70
  62. ; Configure Video Ram assigned
  63. vram=40M
  64. ; Configure Video RAM assigned to every frame buffer
  65. omapfb.vram=0:12M,1:16M,2:12M
  66. ; Configure frame buffer debug output
  67. omapfb.debug=1
  68. ; Configure DSS Video Debug option
  69. omapdss.debug=1
  70. ; Configure the Board Ethernet Mac Address
  71. smsc911x.mac=0xb2,0xb0,0x14,0xb5,0xcd,0xde
  72. ; --- Config partitions flash by JHB ---
  73. mtdparts=omap2-nand.0:512k(X-Loader),12m(Boot),511488k(Rootfs)
  74. ; --- Configure UBI FS boot ---
  75. ;ubi.mtd=2
  76. ;root=ubi0:igep0020-rootfs
  77. ;rootfstype=ubifs
  78. ; --- Configure NFS boot ---
  79. ;ip=192.168.2.123:192.168.2.129:192.168.2.1:255.255.255.0::eth0:
  80. ;root=/dev/nfs
  81. ;nfsroot=192.168.0.1:/home/flb/rootfs
  82. ;ip=192.168.0.100:::::eth0:none
  83. ;ip=192.168.0.100:::::usb0:none
  84. ; --- Configure MMC boot ---
  85. root=/dev/mmcblk0p2 rw rootwait
  86. ; Assign Init program
  87. ;init=/bin/bash
Advertisement
Add Comment
Please, Sign In to add comment