Advertisement
Learning

Untitled

Sep 30th, 2011
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. I am trying to build angstrom kernel, with only dss2 driver replaced
  2. with a custom frame buffer driver. I am using bootargs as:
  3.  
  4. setenv bootargs console=ttyS2,115200n8 root=/dev/mmcblk0p2 noinitrd rw
  5. rootdelay=2 rootfstype=ext3 mpurate=600 buddy=unknown omapfb.vram=0:4M,
  6. 1:4M omapfb.mode=dvi:1024x768MR-16@60 omapdss.def_disp=dvi
  7.  
  8. and i am getting error from, dma_alloc_coherent, when i try to use
  9. more than one frame buffers.
  10.  
  11. When i got this error in vmlinux kernel, increasing, device driver->
  12. graphics support -> Consistent DMA memory size in menuconfig, helped
  13. me to solve that error, now in angstrom, i did not find exactly the
  14. same option in menuconfig. Does this option exist?
  15.  
  16. as i did not find Consistent DMA memory size option in angstrom
  17. kernel's menuconfig , I increased, VRAM size in Device Drivers-
  18. >Graphics support ->OMAP2/3 Display Subsystem support, to 32MB from
  19. 14MB, but that did not solve dma_alloc_coherent failure for me. Any
  20. suggestions about solving this error?
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement