Difference between revisions of "Beaglebone Black"

From Pumping Station One
Jump to navigation Jump to search
(Created page with "== Upgrades == edit <code>/etc/apt/sources.list</code> <syntaxhighlight lang=bash> deb http://ftp.us.debian.org/debian/ jessie main contrib non-free #deb-src http://ftp.us.de...")
 
Line 2: Line 2:
  
 
edit <code>/etc/apt/sources.list</code>
 
edit <code>/etc/apt/sources.list</code>
 +
* replace wheezy with jessie
 +
* comment out debian.beagleboard.org, there is no jessie-bbb
 
<syntaxhighlight lang=bash>
 
<syntaxhighlight lang=bash>
 
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
 
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free

Revision as of 04:37, 8 March 2015

Upgrades

edit /etc/apt/sources.list

  • replace wheezy with jessie
  • comment out debian.beagleboard.org, there is no jessie-bbb
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
#deb-src http://ftp.us.debian.org/debian/ jessie main contrib non-free

deb http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free
#deb-src http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free

deb http://security.debian.org/ jessie/updates main contrib non-free
#deb-src http://security.debian.org/ jessie/updates main contrib non-free

#deb http://ftp.debian.org/debian jessie-backports main contrib non-free
##deb-src http://ftp.debian.org/debian jessie-backports main contrib non-free

#deb [arch=armhf] http://debian.beagleboard.org/packages jessie-bbb main
#deb-src [arch=armhf] http://debian.beagleboard.org/packages jessie-bbb main

Upgrades

apt-get update