Amino 110 STB

Just have a drink and chat
quauhtlimtz
Blank Cone
Blank Cone
Posts: 10
Joined: 05 Jan 2008 23:37

Re:

Postby quauhtlimtz » 01 Jun 2008 05:08

Could you please tell me how you built the debug cable?

Thanks.

Do you have amilinux?

so, the failur in operation of your IP STB is due to an unsuccessful upgrade, YES?

so I should say that you may have difficult time correcting the IP STB.

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.

you should login as root, now, there is a folder in the linux folders of aminet, which contains the main files needed for upgrade operation. as far as i remember this was the bin directory.

There is a file in this directory which indicates if the upgrade operation has done successfully, or if it should begin from begining or if it is in the middle of the upgrade. Now you should set the proper value in this file to point to aminet that the entire upgrade procedure should be begun from the begining.

Take care of your serial cable, it should be a 3.3 volt one otherwise you will burn aminet.

Good luck.

yuanzhoulv
New Cone
New Cone
Posts: 2
Joined: 26 Apr 2009 15:53

Re: Amino 110 STB

Postby yuanzhoulv » 26 Apr 2009 16:03

It seems to me that all over the internet nobody wants to pin-out their serial cable. Thanks for being all so secretive about it.

Anyway, I took my oscilloscope to the internals and I've figured everything out. Here's everything you need:

J7 connector on the Aminet 110:
PIN 1 (square) - VCC
PIN 2 - TX
PIN 3 - RX
PIN 4 - GROUND

PC serial port DB9 connector:
PIN 2- RX
PIN 3 - TX
PIN 5 - GROUND

1. Jumper (short) pins 4,6 on the PC side
2. Jumper (short) pins 7,8 on the PC side
3. Build a TTL-RS232 signal level converter between the PC serial port's TX/RX and the Amino's RX/TX, respectively. This simple one worked beautifully for me
http://www.sparkfun.com/datasheets/Prot ... ter-v2.pdf
4. Connect at 115200,N,8,1.

That's it!

mustaculous
New Cone
New Cone
Posts: 5
Joined: 01 Jun 2009 15:45

Re: Amino 110 STB

Postby mustaculous » 02 Jun 2009 10:00

Does anyone has the idea on how to flash the opera image (0.14.7-A110-opera-gogi-ami_wm-subs-bitband-1) on Amino 110 STB... ?
I have been trying the following procedure, and i have been pretty much successful. STB able to get the IP and starts taking the image [as i believe the solid red light signals the downloading on the STB] but after few minutes it reboots and bring up with the Loading screen again... then again AMINO logo with \"upgrading, do not unplug\" message...


Here is the procedure...

DHCP Server
----------------
1- Login as root to the server
2- Create the /etc/dhcpd folder
#mkdir /etc/dhcpd
3- Copy the file “dhcp-latest.tar.gz” to the /etc/dhcpd folder
#cp /folder_path/; /etc/dhcpd
4- Extract the “dhcp-latest.tar.gz” folder
#tar –zxvf dhcp-latest.tar.gz
5- Navigate to the extracted folder
#cd /etc/dhcpd/dhcp-3.0pl1
6- Run the “configure” script
#./configure
7- Build the DHCP server
#make
8- Install the DHCP distribution
#make install
9- Create the leases file
#touch /var/state/dhcp/dhcpd.leases
10- Copy the “dhcpd.conf” file to the /etc folder
#cp <file_path> /etc
11- Edit the dhcpd.conf
Please refer to the dhcpd.conf editing document
12- Start the DHCPD server
#dhcpd
13- Configure the dhcpd server to start automatically via the rc.local file
#vi /etc/rc.local
Add the following line to the rc.local file
su –c ‘/usr/sbin/dhcpd -cf /etc/dhcpd.conf &’


Multicast server & STB Flashing station
--------------------------------------------------

1- Login as root user to the server
2- Copy the “0.14.7-A110.tar” folder to a temporary folder
#cp <folder_path> /tmp
3- Unpack the folder
#tar –xvf 0.14.7-A110.tar
4- Navigate to the “0.14.7-A110-opera-gogi-ami_wm-subs-bitband-1” folder
#cd /tmp/ 0.14.7-A110-opera-gogi-ami_wm-subs-bitband-1
5- Copy the “mcastbootd” and the “imgcfg” binaries to the /usr/local/bin folder
#cp /utils/imgcfg /mcastserver/mcastbootd /usr/local/bin
6- Make a directory for your file system images
#mkdir /images
7- Copy the key to “/usr/local/share/amino/keys/amino” if the folder is not there then create it
#cp –f /tmp/0.14.7-A110-opera-gogi-ami_wm-subs-bitband-1/utils/keys/amino/KEY.private /usr/local/share/amino/keys/amino
# cp –f /tmp/0.14.7-A110-opera-gogi-ami_wm-subs-bitband-1/utils/keys/amino/ KEY.public /usr/local/share/amino/keys/amino
# cp –f /tmp/0.14.7-A110-opera-gogi-ami_wm-subs-bitband-1/utils/keys/amino/ STBrc-KEY.private /usr/local/share/amino/keys/amino
8- If this is the first time “mcastbootd” is being used, you need to create a blank configuration file
#touch /etc/mcastbootd.conf


9- From within the “/images” directory, follow these steps to configure your bootstrap images
#imgcfg add bootstrap -f /tmp/0.14.7-A110-opera-gogi-ami_wm-subs-bitband-1/bootstrap/bootstrap.signed
#imgcfg config bootstrap –a 225.50.50.54
#imgcfg config bootstrap –u 11111
#imgcfg config bootstrap -z 1456 (this is the packet size)
#imgcfg config bootstrap -t auth (this is the image type)
10- Do the following steps to configure your Multicast Upgrade image (still from the /images directory)
#cp /tmp/0.14.7-A110-opera-gogi-ami_wm-subs-bitband-1/upgradeimage/mc2.mcfs
#imgcfg fsadd mc2
#imgcfg fsconfig mc2 –a 225.50.50.55
#imgcfg fsconfig mc2 –u 11111
#imgcfg fsconfig mc2 –i 4 (this is the number of directory repeats per cycle)
#imgcfg fsconfig mc2 –r 512 (this is the rate the data is multicast)
11- Turn on server debug
#imgcfg server –v 4
12- To begin multicasting your images. Ensure that you are in the /images directory and start the multicast carousel. You need this only if you are going to flash the STB with a new image
#mcastbootd –D

gamera06
New Cone
New Cone
Posts: 7
Joined: 03 Jun 2007 12:12

Re: Amino 110 STB

Postby gamera06 » 14 Aug 2009 15:09

My setup is a Debian + DHCP3 server... The dhcp.conf & mcastbootd.conf given before are good. It should work.

Take a look at your /etc/daemon.log (tail it) you should see messages from dhcp3 giving leases to Aminets. The idea is to give the Aminet an IP address in the same broadcast IP your are sending the bootstrap & firmware (ie 225.50.50.52 for the bootstrap and 225.50.50.53 for the image).

To build a mc2.mcfs file you need the amino archive which contains all the tools, config files & sources. This is not a free archive, so you need to be an Amino dealer to have it...

kamiarnaziri
New Cone
New Cone
Posts: 1
Joined: 31 Aug 2009 10:53

aminio 110 led flashing problem

Postby kamiarnaziri » 31 Aug 2009 10:58

hi dears ...
i have problem i hope i can find it in here
i upgradet my amino 110 from my server
but afret restart
it doesnt work...res led flashing and only black backgroand apear in tv
what should i do...
whats the problem

emby
New Cone
New Cone
Posts: 2
Joined: 14 Jul 2009 20:29

Re: Amino 110 STB

Postby emby » 30 Sep 2009 08:56

hi dears ...
i have problem i hope i can find it in here
i upgradet my amino 110 from my server
but afret restart
it doesnt work...res led flashing and only black backgroand apear in tv
what should i do...
whats the problem
Try to change the cable. If you are using the S-video, try the other and the opposite. I had the same problem before.
If it does not work try to change the video system by STBremoteconf. I hope you have the manual, don't you?

stumnee
New Cone
New Cone
Posts: 1
Joined: 03 Dec 2010 07:35

Re: Amino 110 STB

Postby stumnee » 03 Dec 2010 07:38

It seems to me that all over the internet nobody wants to pin-out their serial cable. Thanks for being all so secretive about it.

Anyway, I took my oscilloscope to the internals and I've figured everything out. Here's everything you need:

J7 connector on the Aminet 110:
PIN 1 (square) - VCC
PIN 2 - TX
PIN 3 - RX
PIN 4 - GROUND

PC serial port DB9 connector:
PIN 2- RX
PIN 3 - TX
PIN 5 - GROUND

1. Jumper (short) pins 4,6 on the PC side
2. Jumper (short) pins 7,8 on the PC side
3. Build a TTL-RS232 signal level converter between the PC serial port's TX/RX and the Amino's RX/TX, respectively. This simple one worked beautifully for me
http://www.sparkfun.com/datasheets/Prot ... ter-v2.pdf
4. Connect at 115200,N,8,1.

That's it!
where do I buy that cable?

suds
New Cone
New Cone
Posts: 1
Joined: 26 Aug 2011 14:33

Re: Amino 110 STB

Postby suds » 26 Aug 2011 14:43

Hello,

I wanted to log in to Serial Console of Amino125,
To Connect Serial Console you need RS232 Level Shifter (from 3.3v to 5V), PIN 1 (square) - VCC provides power to Level Converter.
I made a RS232 Level Converter (Debug Cable) myself, If any one wants it I can make extra..

Thank You
~suds~

den054
New Cone
New Cone
Posts: 2
Joined: 02 Apr 2014 19:23

Re: Amino 110 STB

Postby den054 » 04 Apr 2014 11:21

Is there anyone with access to the file 0.14.7-A110.tar ?

martinviper
New Cone
New Cone
Posts: 1
Joined: 15 Mar 2015 23:22

Re: Amino 110 STB

Postby martinviper » 15 Mar 2015 23:54

does anyone have any good(working) firmware files for amino A110?

Thank you.

MrPirati52
New Cone
New Cone
Posts: 1
Joined: 12 Sep 2015 00:11

Re: Amino 110 STB

Postby MrPirati52 » 12 Sep 2015 00:13

I want to add some new channels to my amino 110 but i dont have an igmp channel list could anyone send me one

Rémi Denis-Courmont
Developer
Developer
Posts: 15142
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Amino 110 STB

Postby Rémi Denis-Courmont » 12 Sep 2015 10:23

The list would depend on your IPTV provider. There is not much point in asking here.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “Coffee Corner”

Who is online

Users browsing this forum: No registered users and 4 guests