Advertisement
Guest User

Untitled

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