Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. #Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0
  2.  
  3. uname_r=4.9.82-ti-r102
  4. #uuid=
  5. #dtb=
  6.  
  7.  
  8. ###U-Boot Overlays###
  9. ###Documentation: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays
  10. ###Master Enable
  11. enable_uboot_overlays=1
  12. ###
  13. ###Overide capes with eeprom
  14. #uboot_overlay_addr0=/lib/firmware/<file0>.dtbo
  15. #uboot_overlay_addr1=/lib/firmware/<file1>.dtbo
  16. #uboot_overlay_addr2=/lib/firmware/<file2>.dtbo
  17. #uboot_overlay_addr3=/lib/firmware/<file3>.dtbo
  18. ###
  19. ###Additional custom capes
  20. #uboot_overlay_addr4=/lib/firmware/<file4>.dtbo
  21. #uboot_overlay_addr5=/lib/firmware/<file5>.dtbo
  22. #uboot_overlay_addr6=/lib/firmware/<file6>.dtbo
  23. #uboot_overlay_addr7=/lib/firmware/<file7>.dtbo
  24. ###
  25. ###Custom Cape
  26. #dtb_overlay=/lib/firmware/<file8>.dtbo
  27. ###
  28. ###Disable auto loading of virtual capes (emmc/video/wireless/adc)
  29. #disable_uboot_overlay_emmc=1
  30. disable_uboot_overlay_video=1
  31. #disable_uboot_overlay_audio=1
  32. #disable_uboot_overlay_wireless=1
  33. #disable_uboot_overlay_adc=1
  34. ###
  35. ###PRUSS OPTIONS
  36. ###pru_rproc (4.4.x-ti kernel)
  37. #uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo
  38. ###pru_uio (4.4.x-ti, 4.14.x-ti & mainline/bone kernel)
  39. #uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo
  40. ###
  41. ###Cape Universal Enable
  42. enable_uboot_cape_universal=1
  43. ###
  44. ###Debug: disable uboot autoload of Cape
  45. #disable_uboot_overlay_addr0=1
  46. #disable_uboot_overlay_addr1=1
  47. #disable_uboot_overlay_addr2=1
  48. #disable_uboot_overlay_addr3=1
  49. ###
  50. ###U-Boot fdt tweaks... (60000 = 384KB)
  51. #uboot_fdt_buffer=0x60000
  52. ###U-Boot Overlays###
  53.  
  54. cmdline=coherent_pool=1M net.ifnames=0 quiet
  55.  
  56. #In the event of edid real failures, uncomment this next line:
  57. #cmdline=coherent_pool=1M net.ifnames=0 quiet video=HDMI-A-1:1024x768@60e
  58.  
  59. ##enable Generic eMMC Flasher:
  60. ##make sure, these tools are installed: dosfstools rsync
  61. #cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement