Advertisement
silver2row

a boot/uEnv.txt

Dec 25th, 2020
1,049
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.33 KB | None | 0 0
  1. #Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0
  2.  
  3. uname_r=4.19.94-ti-r56
  4. #uuid=
  5. dtb=am5729-beagleboneai.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=<file0>.dtbo
  14. #uboot_overlay_addr1=<file1>.dtbo
  15. #uboot_overlay_addr2=<file2>.dtbo
  16. #uboot_overlay_addr3=<file3>.dtbo
  17. ###
  18. ###Additional custom capes
  19. uboot_overlay_addr4=BONE-PWM1.dtbo
  20. uboot_overlay_addr5=BONE-PWM2.dtbo
  21. uboot_overlay_addr6=BONE-PWM0.dtbo
  22. #uboot_overlay_addr7=<file7>.dtbo
  23. ###
  24. ###Custom Cape
  25. #dtb_overlay=<file8>.dtbo
  26. ###
  27. ###Debug: disable uboot autoload of Cape
  28. #disable_uboot_overlay_addr0=1
  29. #disable_uboot_overlay_addr1=1
  30. #disable_uboot_overlay_addr2=1
  31. #disable_uboot_overlay_addr3=1
  32. ###
  33. ###U-Boot fdt tweaks... (60000 = 384KB)
  34. #uboot_fdt_buffer=0x60000
  35. ###U-Boot Overlays###
  36.  
  37. cmdline=coherent_pool=1M net.ifnames=0 rng_core.default_quality=100 quiet
  38.  
  39. #In the event of edid real failures, uncomment this next line:
  40. #cmdline=coherent_pool=1M net.ifnames=0 rng_core.default_quality=100 quiet video=HDMI-A-1:1024x768@60e
  41.  
  42. ##enable x15: eMMC Flasher:
  43. ##make sure, these tools are installed: dosfstools rsync
  44. #cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3-no-eeprom.sh
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement