Could you give a detailed information how to use the serial port on AmiNet110. Thank you.Now, open the cover of IP STB and prepare a standard serial cable.
Aminet has a debug interface ( I have done all of these myself ) this is a serial debug interface, if you connect it to the serial port of your pc you will be able to connect to aminet using Hyper Terminal and you will be able to see the main linux operating system running on aminet.
Code: Select all
[acidburn@lr1 ~]$ more /etc/dhcpd.conf
allow bootp;
ddns-update-style ad-hoc;
next-server 10.41.0.2;
option space AMINO;
option AMINO.address code 1 = ip-address;
option AMINO.port code 2 = integer 16;
option AMINO.product code 3 = text;
option AMINO.option code 4 = text;
option AMINO.version code 5 = text;
option AMINO.middleware code 6 = ip-address;
option AMINO.mw_port code 7 = integer 16;
option AMINO.homepage code 8 = text;
class "AmiNET110 mboot"
{
match if (option vendor-class-identifier="aminoAMINET11xmboot1.31") or
((substring(option vendor-encapsulated-options, 2,
9)="AMINET110")
and (substring(option vendor-encapsulated-options, 13, 5)="mboot"));
vendor-option-space AMINO;
option AMINO.address 225.50.50.52;
option AMINO.port 11111;
}
class "AmiNET110 upgrd"
{
match if (option vendor-class-identifier="Aminoaminet110upgrd") or
((substring( option vendor-encapsulated-options,2,9)="aminet110")
and (substring( option vendor-encapsulated-options,13,5)="upgrd"));
vendor-option-space AMINO;
option AMINO.address 225.50.50.53;
option AMINO.port 11111;
}
class "AmiNET110 fisys"
{
match if (option vendor-class-identifier="Aminoaminet110fisys") or
((substring( option vendor-encapsulated-options, 2, 9)="aminet110")
and (substring(option vendor-encapsulated-options, 13, 5)="fisys"));
vendor-option-space AMINO;
option AMINO.homepage "http://10.41.0.1/LE";
}
subnet 10.41.1.0 netmask 255.255.255.0 {
option routers 10.41.1.254;
option subnet-mask 255.255.255.0;
option domain-name "letcom.lv";
option domain-name-servers 10.0.37.1;
option ntp-servers 10.41.1.2;
pool {
range dynamic-bootp 10.41.1.200 10.41.1.210;
range 10.41.1.100 10.41.1.150;
allow members of "AmiNET110 mboot";
allow members of "AmiNET110 upgrd";
allow members of "AmiNET110 fisys";
# allow unknown clients;
}
}
subnet 10.41.0.0 netmask 255.255.255.240 {
option routers 10.41.0.14;
option subnet-mask 255.255.255.240;
option domain-name "letcom.lv";
option domain-name-servers 192.168.55.10;
option time-offset 2; # Eastern Standard Time
option ntp-servers 192.168.55.10;
pool {
range 10.41.0.4 10.41.0.10;
allow members of "AmiNET110 mboot";
allow members of "AmiNET110 upgrd";
allow members of "AmiNET110 fisys";
# allow unknown clients;
}
}
Code: Select all
[acidburn@lr1 ~]$ more /etc/mcastbootd.conf
# Configuration file: Fri May 12 09:21:57 2006
[Server]
LogLevel=4
MulticastTTL=10
[Image bootstrap.signed]
MulticastIPAddress=225.50.50.52
MulticastUDPPort=11111
FileName=bootstrap.signed
Description=Linux bootstrap image
ImageType=1
SerialNumber=3
PacketSize=1456
CycleTime=0
[Filesystem mc2]
MulticastIPAddress=225.50.50.53
MulticastUDPPort=11111
ImageName=mc2
Description=upgrade filesystem
SerialNumber=3
DirsPerCycle=128
Not quite sure what you mean about development board... The actual aminet boxes are good enough for development on.Saw the forum and come to know we can log into the box as well.. is there development board available for Amino 110/125 boxes.. what's the cost of the board
HI!HI.
what you mean by connecting to your PC? and why you need that?
if you want, then for sure by the cross cable direct to your pc, not by the USB,
the USB port in the STB is used to connect Keyborad / mouse/ wireless .. and such devices
let me know more about your installation
Code: Select all
#EXTINF:0,Nederland 2 - Voetbal Internationaal
udp://@239.193.128.12:1234
Users browsing this forum: No registered users and 0 guests