Advertisement
Guest User

ldb

a guest
Sep 16th, 2014
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.75 KB | None | 0 0
  1. hi,
  2.  
  3. I'm trying to enable LVDS on wandboard solo.The following is what i did.
  4.  
  5. 1. bitbake -c devshell linux-wandboard and tried to alter the imx6dl-wandboard.dts in the location
  6. root@minda-HP-dx2480-MT-VP562PA:~/bin/fsl-community-bsp/build/tmp/work/wandboard_solo-poky-linux-gnueabi/linux-wandboard/3.10.17-r0/git/arch/arm/boot/dts
  7.  
  8. 2. Now the imx6dl-wandboard.dts  with ldb added looks something like  http://pastebin.com/dDxWhiRP (copied from imx6dl-sabreauto.dts for ldb)
  9.  
  10. 3. then make imx6dl-wandboard.dtb in top of the kernel directory
  11.  
  12. 4. bitbake -f -c compile linux-wandboard
  13.  
  14. 5. bitbake -c deploy linux-wandboard
  15.  
  16. 6. sudo cp tmp/deploy/images/zImage /media/Boot\ wandbo/
  17.  
  18.  
  19. can you please help.The lvds not seems to be working
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement