Raspberry I2C Setup: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 25: Line 25:
pi@raspberrypi:~ $ sudo raspi-config
pi@raspberrypi:~ $ sudo raspi-config


┌────────────┤ Raspberry Pi Software Configuration Tool (raspi-config) ├───────────────┐
┌────────────┤ Raspberry Pi Software Configuration Tool (raspi-config) ├─────────────┐
                                                                                   
                                                                                 
│ 1 Change User Password Change password for the default user (pi)                    
│ 1 Change User Password Change password for the default user (pi)                  
│ 2 Hostname            Set the visible name for this Pi on a network                
│ 2 Hostname            Set the visible name for this Pi on a network              
│ 3 Boot Options        Configure options for start-up                              
│ 3 Boot Options        Configure options for start-up                            
│ 4 Localisation Options Set up language and regional settings to match your location  │
│ 4 Localisation Options Set up language and regional settings to match your location│
│ 5 Interfacing Options  Configure connections to peripherals                        
│ 5 Interfacing Options  Configure connections to peripherals                      
│ 6 Overclock            Configure overclocking for your Pi                          
│ 6 Overclock            Configure overclocking for your Pi                        
│ 7 Advanced Options    Configure advanced settings                                  
│ 7 Advanced Options    Configure advanced settings                                
│ 8 Update              Update this tool to the latest version                      
│ 8 Update              Update this tool to the latest version                    
│ 9 About raspi-config  Information about this configuration tool                    
│ 9 About raspi-config  Information about this configuration tool                  
                                                                                   
                                                                                 
                                                                                   
                                                                                 
                                                                                   
                                                                                 
│        <Select>                                                  <Finish>          
│        <Select>                                                  <Finish>        
                                                                                   
                                                                                 
└──────────────────────────────────────────────────────────────────────────────────────┘
└────────────────────────────────────────────────────────────────────────────────────┘
</syntaxhighlight>
</syntaxhighlight>


Line 47: Line 47:


<syntaxhighlight lang="shell-session">
<syntaxhighlight lang="shell-session">
┌────────────┤ Raspberry Pi Software Configuration Tool (raspi-config) ├───────────────┐
┌────────────┤ Raspberry Pi Software Configuration Tool (raspi-config) ├─────────────┐
                                                                                   
                                                                                 
│  P1 Camera      Enable/Disable connection to the Raspberry Pi Camera                
│  P1 Camera      Enable/Disable connection to the Raspberry Pi Camera              
│  P2 SSH        Enable/Disable remote command line access to your Pi using SSH      
│  P2 SSH        Enable/Disable remote command line access to your Pi using SSH    
│  P3 VNC        Enable/Disable graphical remote access to your Pi using RealVNC    
│  P3 VNC        Enable/Disable graphical remote access to your Pi using RealVNC  
│  P4 SPI        Enable/Disable automatic loading of SPI kernel module              
│  P4 SPI        Enable/Disable automatic loading of SPI kernel module            
│  P5 I2C        Enable/Disable automatic loading of I2C kernel module              
│  P5 I2C        Enable/Disable automatic loading of I2C kernel module            
│  P6 Serial      Enable/Disable shell and kernel messages on the serial connection  
│  P6 Serial      Enable/Disable shell and kernel messages on the serial connection
│  P7 1-Wire      Enable/Disable one-wire interface                                  
│  P7 1-Wire      Enable/Disable one-wire interface                                
│  P8 Remote GPIO Enable/Disable remote access to GPIO pins                          
│  P8 Remote GPIO Enable/Disable remote access to GPIO pins                        
                                                                                   
                                                                                 
                                                                                   
                                                                                 
                                                                                   
                                                                                 
                                                                                   
                                                                                 
│        <Select>                                                  <Back>            
│        <Select>                                                  <Back>          
                                                                                   
                                                                                 
└──────────────────────────────────────────────────────────────────────────────────────┘
└────────────────────────────────────────────────────────────────────────────────────┘
</syntaxhighlight>
</syntaxhighlight>


Line 117: Line 117:


<syntaxhighlight lang="shell-session">
<syntaxhighlight lang="shell-session">
┌────────────┤ Raspberry Pi Software Configuration Tool (raspi-config) ├───────────────┐
┌────────────┤ Raspberry Pi Software Configuration Tool (raspi-config) ├─────────────┐
                                                                                   
                                                                                 
│  P1 Camera      Enable/Disable connection to the Raspberry Pi Camera                
│  P1 Camera      Enable/Disable connection to the Raspberry Pi Camera              
│  P2 SSH        Enable/Disable remote command line access to your Pi using SSH      
│  P2 SSH        Enable/Disable remote command line access to your Pi using SSH    
│  P3 VNC        Enable/Disable graphical remote access to your Pi using RealVNC    
│  P3 VNC        Enable/Disable graphical remote access to your Pi using RealVNC  
│  P4 SPI        Enable/Disable automatic loading of SPI kernel module              
│  P4 SPI        Enable/Disable automatic loading of SPI kernel module            
│  P5 I2C        Enable/Disable automatic loading of I2C kernel module              
│  P5 I2C        Enable/Disable automatic loading of I2C kernel module            
│  P6 Serial      Enable/Disable shell and kernel messages on the serial connection  
│  P6 Serial      Enable/Disable shell and kernel messages on the serial connection
│  P7 1-Wire      Enable/Disable one-wire interface                                  
│  P7 1-Wire      Enable/Disable one-wire interface                                
│  P8 Remote GPIO Enable/Disable remote access to GPIO pins                          
│  P8 Remote GPIO Enable/Disable remote access to GPIO pins                        
                                                                                   
                                                                                 
                                                                                   
                                                                                 
                                                                                   
                                                                                 
                                                                                   
                                                                                 
│        <Select>                                                  <Back>            
│        <Select>                                                  <Back>          
                                                                                   
                                                                                 
└──────────────────────────────────────────────────────────────────────────────────────┘
└────────────────────────────────────────────────────────────────────────────────────┘
</syntaxhighlight>
</syntaxhighlight>


Line 139: Line 139:


<syntaxhighlight lang="shell-session">
<syntaxhighlight lang="shell-session">
┌────────────┤ Raspberry Pi Software Configuration Tool (raspi-config) ├───────────────┐
┌────────────┤ Raspberry Pi Software Configuration Tool (raspi-config) ├─────────────┐
                                                                                   
                                                                                 
│ 1 Change User Password Change password for the default user (pi)                    
│ 1 Change User Password Change password for the default user (pi)                  
│ 2 Hostname            Set the visible name for this Pi on a network                
│ 2 Hostname            Set the visible name for this Pi on a network              
│ 3 Boot Options        Configure options for start-up                              
│ 3 Boot Options        Configure options for start-up                            
│ 4 Localisation Options Set up language and regional settings to match your location  │
│ 4 Localisation Options Set up language and regional settings to match your location│
│ 5 Interfacing Options  Configure connections to peripherals                        
│ 5 Interfacing Options  Configure connections to peripherals                      
│ 6 Overclock            Configure overclocking for your Pi                          
│ 6 Overclock            Configure overclocking for your Pi                        
│ 7 Advanced Options    Configure advanced settings                                  
│ 7 Advanced Options    Configure advanced settings                                
│ 8 Update              Update this tool to the latest version                      
│ 8 Update              Update this tool to the latest version                    
│ 9 About raspi-config  Information about this configuration tool                    
│ 9 About raspi-config  Information about this configuration tool                  
                                                                                   
                                                                                 
                                                                                   
                                                                                 
                                                                                   
                                                                                 
│        <Select>                                                  <Finish>          
│        <Select>                                                  <Finish>        
                                                                                   
                                                                                 
└──────────────────────────────────────────────────────────────────────────────────────┘
└────────────────────────────────────────────────────────────────────────────────────┘
</syntaxhighlight>
</syntaxhighlight>


534

edits

Navigation menu