Difference between revisions of "OpenBTS: E110 Bekerja dengan opkg"

From OnnoWiki
Jump to navigation Jump to search
Line 18: Line 18:
 
* http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/sdk
 
* http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/sdk
 
* http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/machine/usrp-e1xx
 
* http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/machine/usrp-e1xx
 +
 +
==Script untuk copy source list opkg==
 +
 +
Edit file di PC misalnya
 +
 +
cd ~/Downloads
 +
vi ambilangstrimrepo.sh
 +
 +
Isi dengan
 +
 +
wget -c --no-parent -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/base
 +
wget -c --no-parent -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/debug
 +
wget -c --no-parent -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/gstreamer
 +
wget -c --no-parent -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/all
 +
wget -c --no-parent -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/perl
 +
wget -c --no-parent -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/python
 +
wget -c --no-parent -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/sdk
 +
wget -c --no-parent -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/machine/usrp-e1xx
 +
 +
Save & berikan permission utk di run
 +
 +
chmod 777 ambilangstrimrepo.sh
  
 
==Update source list==
 
==Update source list==

Revision as of 16:52, 11 February 2012

Nampaknya E110 menggunakan opkg untuk instalasi software / aplikasi.

Source List untuk opkg

Source List untuk opkg yang digunakan di OpenBTS E11 dapat dilihat dalam file yang ada di folder

/etc/opkg/

arah sources adalah

Script untuk copy source list opkg

Edit file di PC misalnya

cd ~/Downloads
vi ambilangstrimrepo.sh

Isi dengan

wget -c --no-parent -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/base wget -c --no-parent -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/debug wget -c --no-parent -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/gstreamer wget -c --no-parent -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/all wget -c --no-parent -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/perl wget -c --no-parent -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/python wget -c --no-parent -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/sdk wget -c --no-parent -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/machine/usrp-e1xx

Save & berikan permission utk di run

chmod 777 ambilangstrimrepo.sh

Update source list

Pastikan ada sambungan yang baik ke Internet. Lakukan

okpg update

Butuh waktu beberapa lama untuk memperoleh semua isi.

Mencari aplikasi

Gunakan misalnya mencari osip

opkg list | grep osip

Keluar

libosip2-3 - 3.1.0-r0.9 - Session Initiation Protocol (SIP) library
libosip2-dbg - 3.1.0-r0.9 - Session Initiation Protocol (SIP) library
libosip2-dev - 3.1.0-r0.9 - Session Initiation Protocol (SIP) library
libosip2-doc - 3.1.0-r0.9 - Session Initiation Protocol (SIP) library
libosip2-static - 3.1.0-r0.9 - Session Initiation Protocol (SIP) library


Menginstalasi Aplikasi

Misalnya

opkg install libosip2-3 libosip2-dev libosip2-dbg

Pranala Menarik

Persiapan Hardware

OpenBTS 2.6

OpenBTS 2.8

Ettus E110

Lain Lain

Catatan Legal dan Pendukung

Catatan Sejarah