Advertisement
Guest User

Untitled

a guest
Sep 16th, 2021
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. #Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0
  2.  
  3.  
  4.  
  5. uname_r=4.14.108-ti-r136
  6.  
  7. #uuid=
  8.  
  9. #dtb=
  10.  
  11.  
  12.  
  13.  
  14.  
  15. ###U-Boot Overlays###
  16.  
  17. ###Documentation: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays
  18.  
  19. ###Master Enable
  20.  
  21. enable_uboot_overlays=1
  22.  
  23. ###
  24.  
  25. ###Overide capes with eeprom
  26.  
  27. #uboot_overlay_addr0=/lib/firmware/BB-UART1-00A0.dtbo
  28.  
  29. #uboot_overlay_addr1=/lib/firmware/BB-UART2-00A0.dtbo
  30.  
  31. #uboot_overlay_addr2=/lib/firmware/BB-UART4-00A0.dtbo
  32.  
  33. #uboot_overlay_addr3=/lib/firmware/BB-UART5-00A0.dtbo
  34.  
  35. ##uboot_overlay_addr3=/lib/firmware/<file3>.dtbo
  36.  
  37. ###
  38.  
  39. ###Additional custom capes
  40.  
  41. #uboot_overlay_addr4=/lib/firmware/BB-PPS-P9_12.dtbo
  42.  
  43. #uboot_overlay_addr5=/lib/firmware/BB-UART4-00A0.dtbo
  44.  
  45. #uboot_overlay_addr6=/lib/firmware/<file6>.dtbo
  46.  
  47. #uboot_overlay_addr7=/lib/firmware/<file7>.dtbo
  48.  
  49. ###
  50.  
  51. ###Custom Cape
  52.  
  53. #dtb_overlay=/lib/firmware/NF3H-PPS-00A0.dtbo
  54.  
  55. #dtb_overlay=/lib/firmware/<file8>.dtbo
  56.  
  57. #----------test custom overlay-----------------
  58.  
  59. #dtb_overlay=/lib/firmware/gpio_test_config.dtbo
  60.  
  61. dtb_overlay=/lib/firmware/new_boot_config.dtbo
  62.  
  63. #dtb_overlay=~/boot_overlays/new_boot_config.dtbo
  64.  
  65. #----------------------------------------------
  66.  
  67. ###
  68.  
  69. ###Disable auto loading of virtual capes (emmc/video/wireless/adc)
  70.  
  71. #disable_uboot_overlay_emmc=1
  72.  
  73. disable_uboot_overlay_video=1
  74.  
  75. disable_uboot_overlay_audio=1
  76.  
  77. #disable_uboot_overlay_wireless=1
  78.  
  79. #disable_uboot_overlay_adc=1
  80.  
  81. ###
  82.  
  83. ###PRUSS OPTIONS
  84.  
  85. ###pru_rproc (4.4.x-ti kernel)
  86.  
  87. #uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo
  88.  
  89. ###pru_rproc (4.9.x-ti kernel)
  90.  
  91. #uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-9-TI-00A0.dtbo
  92.  
  93. ###pru_rproc (4.14.x-ti kernel)
  94.  
  95. #uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-14-TI-00A0.dtbo
  96.  
  97. ###pru_uio (4.4.x-ti, 4.9.x-ti, 4.14.x-ti & mainline/bone kernel)
  98.  
  99. #uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo
  100.  
  101. ###
  102.  
  103. ###Cape Universal Enable
  104.  
  105. #enable_uboot_cape_universal=1
  106.  
  107. ###
  108.  
  109. ###Debug: disable uboot autoload of Cape
  110.  
  111. #disable_uboot_overlay_addr0=1
  112.  
  113. #disable_uboot_overlay_addr1=1
  114.  
  115. #disable_uboot_overlay_addr2=1
  116.  
  117. #disable_uboot_overlay_addr3=1
  118.  
  119. ###
  120.  
  121. ###U-Boot fdt tweaks... (60000 = 384KB)
  122.  
  123. #uboot_fdt_buffer=0x60000
  124.  
  125. ###U-Boot Overlays###
  126.  
  127.  
  128.  
  129. cmdline=coherent_pool=1M net.ifnames=0 quiet
  130.  
  131.  
  132.  
  133. #In the event of edid real failures, uncomment this next line:
  134.  
  135. #cmdline=coherent_pool=1M net.ifnames=0 quiet video=HDMI-A-1:1024x768@60e
  136.  
  137.  
  138.  
  139. ##enable Generic eMMC Flasher:
  140.  
  141. ##make sure, these tools are installed: dosfstools rsync
  142.  
  143. #cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
  144.  
  145.  
  146.  
  147. #cape_enable=bone_capemgr.enable_partno=BB-UART1,BB-UART2,BB-UART4,BB-UART5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement