浏览代码

Set software sources

Bob Mottram 11 年前
父节点
当前提交
da1071007c
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8
    0
      beaglebone.txt

+ 8
- 0
beaglebone.txt 查看文件

323
 
323
 
324
 If you go to the web administration screen for your internet router (often it's on 192.168.2.1 or 192.168.1.254) then after a few minutes you should see the BBB appear on the network.  It's name will be "arm".
324
 If you go to the web administration screen for your internet router (often it's on 192.168.2.1 or 192.168.1.254) then after a few minutes you should see the BBB appear on the network.  It's name will be "arm".
325
 
325
 
326
+If you're using a Cubieboard:
327
+
328
+#+BEGIN_SRC: bash
329
+nano /etc/apt/sources.list
330
+#+END_SRC
331
+
332
+Delete the existing sources and replace them with the sources [[Example software sources][listed here]], then save and exit.  If you use the default Cubian software sources then dependency problems will occur later on.
333
+
326
 ** Add a user
334
 ** Add a user
327
 
335
 
328
 Ssh back in to the BBB and login as root.  In this example the BBB's IP address is 192.168.1.60.
336
 Ssh back in to the BBB and login as root.  In this example the BBB's IP address is 192.168.1.60.