Advertisement
zefie

pi0 config.txt (otg part 1)

Sep 5th, 2017
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. # For more options and information see
  2. # http://rpf.io/configtxt
  3.  
  4. disable_overscan=1
  5. hdmi_group=1
  6. hdmi_mode=4
  7. hdmi_drive=1
  8. #hdmi_force_hotplug=0
  9.  
  10. temp_limit=75
  11. gpu_mem=16
  12.  
  13. # GPIO Pin Serial Port
  14. enable_uart=1
  15.  
  16. # For OTG Goodness
  17. dtoverlay=dwc2
  18.  
  19.  
  20. # zefie custom stuff
  21. # see zefie/gadget_setup.sh in this partition
  22.  
  23. # Enable multi gadget (1), or fall back to g_ether (0)
  24. zefie_enable_configfs=1
  25.  
  26. # Device will attempt DHCP on the USB ethernet connection, but will also listen on this IP (multi IP)
  27. zefie_diag_ip=192.168.99.1/30
  28.  
  29. ## The following require zefie_enable_configfs to be enabled, otherwise are ignored ##
  30.  
  31. # Enable a second serial port, which isn't used by anything (such as a tty)
  32. zefie_second_serial=1
  33.  
  34. # Enable file-backed Mass Storage Device (if file exists in pi land)
  35. zefie_msd_file=/var/lib/gadgetstore.img
  36.  
  37. # Enable Mass Storage in CD-ROM mode (for ISOs) (0 = no, 1 = yes)
  38. zefie_msd_cdrom=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement