Barry Allen for UFS910

aitchala

VIP
Messages
1,394
Barry Allen plugin for UFS910

Multibooten mit Barry Allen für UFS - 910, Alphaversion zum Mitentwicklen, Tester gesucht !
Hier erstmals das How-To das von Barry Allen an die UFS - 910 angepasst un der Alphakit zum Mitentwicklen und Testen.

Das ba*.zip (was anderes kann ich hier nicht anhängen) beinhaltet das ba*.tar.gz aus dem How-To - am PC auspacken

und dann auf USB stick oder per FTP auf /tmp des UFS-910 trasnferieren so wie unten beschrieben.

Bitte auch nicht zu viel erwarten, ich habe nicht vor für die UFS - 910 zu entwickeln, aber nachdem ich von den Dreamboxen ziemlich gut weis wie man Multibooted dachte ich mir es würde Euch vieleicht ein bischen helfen mehr Spass mit Eurer UFS - 910 zu haben.

Nun zum Barry Allen für die UFS - 910:

Im Prinzip habe ich nur die allernotwendigsten Sachen von der Dreambox geklaut - es gibt also keinen Bootmanager, kein Plugin oder ähnliches und das wird wahrscheinlich auch so bleiben, nachdem ich nur begrenzt Zeit in die Sache investieren kann und will !

Wie installiert man es:

Einfach das ba*.tar.gz aus dem Anhang auf /tmp mit FTP kopieren oder auf einen USB Stick und dann von dort auf /tmp kopieren:

cp /euerusbmountdirectory/ba*.tar.gz /tmp

Dann auspacken:

cd /tmp
tar -xzf ba*.tar.gz
cd ba
./bainstall.sh

Wenn dabei der USB stick oder die USB festplatte noch dran ist wird diese(r) mit ext3 Filesystem formatiert (er wird dann nur mehr auf einem Linux PC mountbar sein oder mit speziellen Treibern unter Windows - Googeln hilft - aber auf FAT kann man kein Linux Image ordentlich starten).

Folgendes kann Barry Allen:

Sich auf dem USB Stick oder der USB Harddisk in /mnt/usb/ba installieren.

Ein Kathrein Image kann man dann vom Flash auf /mnt/usb/ba/ba/imagename kopieren

cd /mnt/usb/ba - das muss man vor allen BA Befehlen machen (1x reicht aber natürlich)

./ba.sh copy booted imagename

Damit kann man also einfach in < 2min den Flash auf USB kopieren :)


Genauso kann man dann auch zwischen Images auf USB kopieren:

./ba.sh copy imagename imagenamederkopie

Mit info kann man nachschauen was man für images installiert hat und was gerade gebootet ist (letzteres steht im file /.bainfo - also mit cat /.bainfo kann man auch nachschauen inwelchem Image man nist - existiert kein /.bainfo file ist man im Flashimage):

./ba.sh info

Image wieder löschen:

./ba.sh delete imagename

Image umbenenenen:

./ba.sh name imagename neuerimagename

Man kann Images in ein /mnt/usb/UFS_Image backupen und von dort restoren:

./ba.sh backup booted_oder_imagename backupname(optional)

Achtung - durch die Komprimierung in ein UFS_*.tar.gz dauert es ca. 10 min bis das Image backup fertig ist, ein restore ist aber viel schneller. Ein so ein backup Image von einem Image ist ca. X.XMB gross.

./ba.sh extract backupname imagename(optional)

Als backup werden images mit dem namen UFS_imagename.tar.gz verwendet die man dann auch auf/von dem PC kopieren kann.

Auflisten der backup Images:

./ba.sh list

Das wären mal die wichtigsten Funktionen vom Barry Allen.

Ein Image zum starten auswählen kann man dann mit:

./ba.sh start imagename

Oder im jeweiligen /mnt/usb/ba/ba/imagename directory liegt immer ein baboot.sh script, das wenn man es ausführt das jeweilige image zum starten auswählt.

In beiden Fällen passiert aber eigentlich noch nichts aufregendes, nur der name des ausgewählten images wird einfach in ein .baboot file geschrieben das im selbe directory liegt wir ba.sh.

Sobald man ein image kopiert hat kann man dieses im Moment auf 2 Weisen benutzen/starten:

Im telnet einloggen und:

./ba.ch chroot imagename

Damit wird das laufende Image bleiben wie es ist aber in der telnet shell wird man in eine chroot Umgebung des images mit dem imagnamen wechseln. Auch alle directories die im Flash gemounet sind sowie das /dev und /proc filesystem sollten auch hier vorhanden sein.

Nachdem auf USB das ganze Image beschreibbar ist kann man dort dann also schon so einiges tun. Beispielsweise kann man das busybox des Image wenn man noch vom Flash gebootet ist durch ein volles busybox ersetzen, dieses dann zu crond verlinken um Skripte regelmässig auszuführen,...

Auf /mnt/usb/ba liegt weiters ein bainit script.

Startet man dieses bainit nachdem man ein image wie oben beschrieben (mit ba.sh boot imagename oder baboot.sh im jeweiligen image directory) zum booten ausgewählt hat wird das laufende (Flash) Image gestoppt und auf das voher mit baboot.sh oder mit ba.sh boot imagename ausgewähle image mit chroot umgeschaltet.

Logged man sich dann neuerlich mit telnet ein, so sieht man das man in der jeweiligen Imageumgebung gelandet ist (cat /.bainfo oder ./ba.sh info).

Das GUI des UFS - 910 kann man dann starten mit:

sh -x /app/start.sh &

Theoretisch geht das GUI auch direkt im bainit zu starten (ist auskommentiert schon drinnen) - probiert es ienfach aus.

Von Hand kann man aber das GUI starten, was für die weitere Entwilcung des startens von Images von USB ausreichen sollte.

Das ist zwar noch kein echtes Multibooten, aber ich denke es hilft Euch trotzdem ohne komplette Images bauen zu müssen an den Images der UFS - 910 zu basteln.

Wenn wer die Barry Allen scripts weiterentwicklen will ist auch ein bamakekit.sh dabei das wieder ein ba*.tar.gz kit erstellt - evt vorher editieren wenn Ihr andere Versionsnummer haben wollt um Verwirrungen zu vermeiden.
 

Rocknroll

Staff member
Administrator
Messages
6,174
Barry Allen v 4.0.1

Barry Allen for UFS910_letzte Version 4.0.1

Hi,

da ich sehe Ihr beschäftigt Euch gerade sehr mit BarryAllen habe ich schnell mal meine Version erstellt. Diese ist aber mit AAF Images noch nicht getestet. Aber das könnt Ihr ja tun.

Gelöst sollten alle Aufnahmeprobleme sein.


Installation wie im HowTo beschrieben (hat sich nichts geändert). Am besten mit Parameter update dann werden Eure Images nicht gelöscht.

Besonderheit:
Wenn ein Imge gestartet ist, ist ein Zugriff auf den Stick nicht möglich. Man kann diesen aber herstellen, dann treten aber wieder Aufnahmeprobleme auf.

Verbindung zum Stick herstellen:
mkdir "/tmp/usb/BA (2)"
mount /dev/sdb1 "/tmp/usb/BA (2)"

---

es ist nun möglich beim ./ba.sh update den Prefix der Festplatte mitzugeben. (zB bei Videodisk (2) das V )
das sieht dann so aus:

./ba.sh update V

das ganze ist natürlich auch beim install möglich. Im Moment ist aber das install mit ext3 weg gefallen. Mach ich aber wieder rein.

---

0.4B
beim booten vom Flash USB Geräte wieder richtig angehangen
Bei wandernden Stick sda1 <--> sdb1 sollte sollte nun auch richtig gebootet werden.

---

0.5B
nach einem Vorschlag von gutemine
Folgende Komandos sind im StickImage möglich:
/config/bainit 10 ----> Stick unmounten
/config/bainit 11 ----> Stick in /tmp/usb mounten
Wenn der Stick einmal gemountet war, auch wenn er danach unmounted wird, funKtioniert das Timeshift nicht richtig. Läßt sich aber durch einen Neustart wieder beheben.

....
0.5C
Ergänzungen von cam100in1:
umount bei chroot hinzugefügt.
Makekit angepasst.

....
0.6B
bei restore erstellen von fehlende Verzeichnisse zugefügt
bei restore Übernahme von checkhdmount.sh zugefügt.
bei delete Tippfehler beseitigt

....
3.0_Gost Finale Version basierend auf 2.0R von gutemine
doppelte Einträge in der Aufnahmeliste hoffentlich beseitigt

....
3.1_GOst
verbesserte Erkennung der Festplatte für Timeshift
Label der HD ist nun unwichtig.

....
3.1.1_GOst
Fehler doppelte Aufnahmen raus. Hatte sich bei 3.1 wieder eingeschlichen.

....
3.1.2_GOst
Problem beim verlinken wenn nur Stick an Box wurde behoben.

....
3.2_GOst
Filesystem sollte nun bei der Installation Ordnungsgemäß erstellt werden.
fdisk, mkfs.ext2, mkfs.ext3 jetzt Bestandteil von BA
kleinere Fehler beseitigt

....
3.2.1_GOst
Timshift geht auf Stick, wiedermal beseitigt.

.................................
4.0
Hilfe Datei Schritt_fuer_Schritt.txt dazu gefügt

neue Funktionen:
patch ---> BA aktivieren zB. wenn neu geflasht wurde
deinstall ---> BA deaktivieren
imgextract ---> Images direkt ins BA entpacken

für alle ohne FTP Server im Image, proftpd in BA integriert
Starten mit: /config/bainit 12
Benutzer = root
Passwort = kathrein

....
4.0.1

Problem bei imgextract unter original Image beseitigt.
Swapfunktionien in BA integriert.
Beschreibung von sofatester mit in der zip Datei




A C H T U N G: Unbedingt beachten da Euer Stick den Label BA hat !!!

Viel Spass
GOst4711

hier noch ein Link zu einer tollen Beschreibung im pdf Format von sofatester.
Kurzanleitung BA Tool
 

marce

VIP
Messages
7,115
BAupdate auf UFS-910-4.3 GOst


Followings footsteps perform.

1. playpen from the Flash boats
2. with Telnet on the playpen einloggen
3. if image of original in the Flash / the config/bainits 12 administer
4. with FTP the file BAupdate4.3.tar.gz later / tmps copy
5. cd / tmp
6. BAupdate4.3.tar.gz xzf tar
7. cd baupdate
8. / update4.3.sh
9. hello

Thx GOst4711
 

marce

VIP
Messages
7,115
Barry Allen for UFS910_letzte Version 4.4.2

Barry Allen for UFS910_letzte Version 4.4.2


HowTo installation as described in (nothing has changed). The best parameters to update your image will not be deleted.

Features:
If a Imge started a visit to stick, you can not. You can do this, but then again registration problems.

Bludgeon connection for the production of:
mkdir "/ tmp / usb / BA (2)"
mount / dev/sdb1 "/ tmp / usb / BA (2)"

---

it is now possible when. / Ba.sh update the code mitzugeben hard disk. (eg Video Disc (2), V)
that looks like this:

. / V ba.sh Update

All is, of course, the installation. At the moment, but that install with ext3 far. I have back here.

---

0.4B
with booting from USB Flash new annex
Migratori to stick sda1 <-> sdb1 should be started at this time.

---

0.5B
following a proposal for gutemine
The following are Komandos stick image can:
/ Config / bainit 10 ----> stick disassemble
/ Config / bainit 11 ----> stick in / tmp / usb mount
When the stick was once again mounted, even if unmounted, the funktioniert Timeshift not correct. If, however, resolves a reboot.

....
0.5C
Additions to cam100in1:
umount chrooted added.
Makekit.

....
0.6B
the restoration to create lists of missing added
to restore takeover of checkhdmount.sh added.
Delete to eliminate typo

....
3.0_Gost final version based on 2.0R of gutemine
duplicate entries in the registration list hopefully eliminated

....
3.1_GOst
improve the detection of hard disk to timeshift
Label HD is now irrelevant.

....
3.1.1_GOst
Error double clicks. A 3.1 has crept back.

....
3.1.2_GOst
Problem if only link to stick box was set.

....
3.2_GOst
File system should be changed to the installation duly created.
fdisk mkfs.ext2, mkfs.ext3 hours of BA
minor bugs

....
3.2.1_GOst
Timshift is to stick, wiedermal removed.

.................................
4.0
Files Schritt_fuer_Schritt.txt aid to gefügt

new features:
patch ---> BA activate example. when it was new geflasht
uninstall ---> BA disable
imgextract ---> images directly into the BA extract

without all the FTP server in the image, proftpd integrated into BA
It starts with: / config / bainit 12
User = root
Password = Kathrein

....
4.0.1

Imgextract problem in less than original image removed.
Swapfunktionien in BA.
Description of sofatester with the zip file

....
4.0.2
Pictures update can also be used with imgextract. Files missing from active.

....
4.1
Cane and hopefully improved detection plates
Config and access to data from flash / flash possible
new features:
/ Config / bainit 20 ---> create swapfile
/ Config / bainit 21 ---> activate swap
/ Config / bainit 22 ---> stop swap
After the swap remains to activate an image even after the start active.

....
4.2
BA USB label, hours XBA
EPG recordings should work again

....
4.3
Bludgeon detection extended

....
4.4.2
Bug removed
/ Config / bainit 14 ----> shows boot parameters



WARNING: Do not stick your label known as BA has!

Enjoy
GOst4711
PS. It must absolutely have rotorsettings!

PS. Ihr müsst auf jedem Fall rotorsettings drin haben!
 

marce

VIP
Messages
7,115
Barry Allen for UFS910 5.3.2

Barry Allen for UFS910_letzte Version 5.3.2

Code:
5.3.2
-- Partitioning with:. / Ba.sh install ext2 or part. / Install ext3 part ba.sh
-- If ext2/ext3 partition label XBA there will be no format
-- If at / ba / ba / <Imagename> file bootp.conf is available with the parameters from the file booted
-- Aktivierung 2.BL with / config / bainit 2blon
-- Example bootp.conf zip file
 

elgeneral

Well Known Member
Messages
7,811
Barry Allen 5.3.4 und baboot 0.6

Barry Allen 5.3.4 und baboot 0.6

Code:
Update 

5.3.4 
-- Problems with 2.BL and 1.06 flash removed.
 

k@lkov

Super VIP
Messages
10,003
barry allen 5.3.6 - UFS 910

Code:
06.09.2008  

- Zugriff auf BA Stick aus dem Standby wieder möglich
- Timeouts erhöht
- Partition Installation: Imageauswahl: Pfad wird jetzt verwendet
- Partition Installation: .tgz Archive akzeptieren
- Partition Installation: Option zum löschen der Partition vor Installation

Barry Allen mit der Funktion "BA updaten..." auf den neuesten 
Stand bringen (wenn bereits installiert).
Die Installation von BA muss im laufenden Betrieb (nicht im Standby) erfolgen.
Die Installation von Images, etc. sollte im Standby gemacht werden!
 

elgeneral

Well Known Member
Messages
7,811
Barry Allen-UFS-910-5.3.7

Barry Allen-UFS-910-5.3.7

Code:
5.3.7
- format mit Blocksize 4096
- zusätzliche Datei bootp2.conf. Diese wird benutzt wenn ein 2. USB Gerät an der Box erkannt wird.
- kleinere Fixes ( doppelmount / bl2on )

A C H T U N G: Unbedingt beachten da Euer Stick den Label XBA hat !!!
 

elgeneral

Well Known Member
Messages
7,811
Barry Allen for UFS910_Beta Version 5.4.4

Barry Allen for UFS910_Beta Version 5.4.3

Code:
hi Leute.

Ich habe noch ein wenig weiter gemacht und nun eine BA Version gebaut bei der man auch für e2 keine zusätzlichen Partitions benötigt. Allerdings wird diese Funktionalität nicht von KCC unterstützt. Deshalb auch diese Version als Beta. Allerdings alles andere läuft über KCC wie bisher.

Man kann diese Version auch über KCC installieren. Also wer es mal testen will nehme sich einen leeren Stick mit einer Partition und lege los.

Folgendes ist zu machen.

1. BA über KCC installieren
2. Baboot über KCC installieren
3. Box neu starten.
4. Mit Telnet auf die Box zugreifen
5. cd "/tmp/usb/XBA (1)/ba"
6. ./ba.sh start_multipart
7. Frage mit y beantworten

e2 Image installieren:

1. Image nach /tmp/usb/XBA (1)/UFS_Images kopieren
2. Mit Telnet auf die Box zugreifen
3. sync
4. cd "/tmp/usb/XBA (1)/ba"
5. ./ba.sh e2ba_extract Dateiname_ohne_tar.gz ImageName
6. Anweisungen auf dem Schirm folgen
7. fertig

Ach ja der Vorteil ist unter anderen das man jetzt soviel Images wie Platz auf dem Stick ist installieren kann. Nachteil ist wenn das Filesystem einen Fehler hat sind alle Images hinüber.

[COLOR="Blue"]GOst4711[/COLOR][/B]
 

elgeneral

Well Known Member
Messages
7,811
barry-allen-UFS-910-5.4.4_GOst

Code:
Vieleicht hat ja mal jemand Lust die neue BA Version zu testen. Diese Version ist für alle die ein normales Kathie Image im Flash haben.
Mit diese Version sollte es nun möglich sein verschiedene e2 Images auf einer Partition zu verwalten.

Wer also testen möchte, sollte sich einen leeren Stick nehmen und ganz normal über KCC diese Version installieren. Auf dem Stick sollte dann nur eine Partition mit BA vorhanden sein. Nun installiert Ihr noch den Bootmanager.
An dieser Stelle ist es aber erstmal vorbei mit KCC, da die neuen Funktionen noch nicht integriert sind.

Einrichten von MultiImage Partition:

1. cd "/tmp/usb/XBA (1)/ba"
2. ./ba.sh start_multipart
3. sync

Nun kann man seine e2 Images installieren:
1. Image nach "/tmp/usb/XBA (1)/UFS_Images" kopieren
2. cd "/tmp/usb/XBA (1)/ba"
3. ./ba.sh e2ba_extract <Dateiname ohne tar.gz> ImageName
4. fertig


[COLOR="Blue"]GOst4711[/COLOR][/B]
 

k@lkov

Super VIP
Messages
10,003
Barry Allen 5.4.5

Code:
-MAC Adresse wird bei der Installation eines Images über BA aus dem Flash übernommen.
 

tani1

Staff member
Super Moderator
Messages
17,767
barry-allen-UFS-910-E2 v0.33

barry-allen-UFS-910-E2 v0.33


Code:
ACHTUNG: Nur für User die e2 im Flash haben !!

barry-allen-UFS-910-E2

BA installieren:
1. jungfreulichen Stick nehmen und anstecken
2. killall rcS
3. killall enigma2
4. angehangene Datei nach /tmp kopieren
5. cd /tmp
6. tar -xzf barry-allen-UFS-910-E2.tar.gz
7. cd ba
8. ./ba.sh install
9. Anweisungen auf dem Schirm folgen
10. reboot

BA updaten:
1. angehangene Datei nach /tmp kopieren
2. cd /tmp
3. tar -xzf barry-allen-UFS-910-E2.tar.gz
4. cd ba
5. ./ba.sh update

Image installieren:
1. killall rcS
2. killall enigma2
3. image nach /var/baroot/UFS_Images kopieren
4. sync
5. cd /var/baroot/ba
6. ./ba.sh extract <Dateiname ohne tar.gz> <Image Name>

Image für Multipart installieren
1. image nach /var/baroot/UFS_Images kopieren
2. sync
3. cd /var/baroot/ba
4. ./ba.sh e2ba_extract <Dateiname ohne tar.gz> <Image Name>
5. Anweisungen auf dem Bildschirm folgen.

Device Partitionieren:
1. cd /var/baroot/ba
2. ./ba.sh part
3. Anweisungen auf dem Schirm folgen.

ab Packet9 Flasch patchen:
1. cd /var/baroot/ba
2. ./ba.sh patch

Image umbenennen:
1. cd /var/baroot/ba
2. ./ba.sh rename <alter Name> <neuer Name>

Image löschen:
1. cd /var/baroot/ba
2. ./ba.sh delete <Image Name>

Info:
1. cd /var/baroot/ba
2. ./ba.sh info

GOst4711

ACHTUNG: Version 0.33 funktioniert erst mit Images ab dem 20.09.09

Letzte e2-BA Version im Anhang
 

juli13

Staff member
Administrator
Messages
10,194
barry-allen-UFS-910-E2-Packet 34

Code:
Attention: Only for the user e2 have the Flash! 

barry-allen-UFS-910-E2 

BA: Install 
1. jungfreulichen take stick and infect 
2. killall rcS 
3. killall enigma2 
4. attached file to / tmp directory 
5. cd / tmp 
6. tar-xzf barry-allen-UFS-910-E2.tar.gz 
7. cd ba 
8. . / install ba.sh 
9. Follow instructions on the screen 
10. reboot 

BA update: 
1. attached file to / tmp directory 
2. cd / tmp 
3. tar-xzf barry-allen-UFS-910-E2.tar.gz 
4. cd ba 
5. . / update ba.sh 

Image: Install 
1. killall rcS 
2. killall enigma2 
3. Copy image to / var / baroot / UFS_Images 
4. sync 
5. cd / var / baroot / ba 
6. . / extract ba.sh <filename without tar.gz> <Image Name> 

xxxxxxxxx 

Start Multipart: 
1. cd / var / baroot / ba 
2. . / ba.sh start_multipart 
3. sync 

Image for multipart installation 
1. killall rcS 
2. killall enigma2 
3. Copy image to / var / baroot / UFS_Images 
4. sync 
5. cd / var / baroot / ba 
6. . / ba.sh e2ba_extract <filename without tar.gz> <Image Name> 
7. Follow instructions on the screen. 

Device Partitioning: 
1. cd / var / baroot / ba 
2. . / ba.sh part 
3. Follow instructions on the screen. 

patch from Packet9 Flasch: 
1. cd / var / baroot / ba 
2. . / patch ba.sh 

Image: Rename 
1. cd / var / baroot / ba 
2. . / rename ba.sh <old Name> <new Name> 

Image Delete: 
1. cd / var / baroot / ba 
2. . / delete ba.sh <Image Name> 

Info: 
1. cd / var / baroot / ba 
2. . / ba.sh info 

GOst4711 

NOTE: Version 0.33 only works with images from the 20.09.09 

Last e2-BA version in Appendix 

By MC_Ohr EDIT: grabbed from all the additions to the package from this post 0:34.
 

elgeneral

Well Known Member
Messages
7,811
BA 6.0.0 below for original HDD UFS910


Prerequisite: AAF Christmas Image UFS910-BA

- BA 6.0.0 with the new kernel function of nit

- Baboot 0.7 is included

This should be interesting for those who have problems if they also have a USB HDD off.

To boot, with the bottom plate to the rear port must be connected.
.
This will change in the bootp.conf if necessary.

Thanks to GOST and all had mitgetestet of AAF team
 

juli13

Staff member
Administrator
Messages
10,194
24.02.2010

barry-allen-UFS-910-E2 Packet35

Code:
BA: Install 
1. jungfreulichen take stick and infect 
2. killall rcS 
3. killall enigma2 
4. attached file to / tmp directory 
5. cd / tmp 
6. tar-xzf barry-allen-UFS-910-E2.tar.gz 
7. cd ba 
8. . / install ba.sh 
9. Follow instructions on the screen 
10. reboot 

BA update: 
1. attached file to / tmp directory 
2. cd / tmp 
3. tar-xzf barry-allen-UFS-910-E2.tar.gz 
4. cd ba 
5. . / update ba.sh 

Image: Install 
1. killall rcS 
2. killall enigma2 
3. Copy image to / var / baroot / UFS_Images 
4. sync 
5. cd / var / baroot / ba 
6. . / extract ba.sh <filename without tar.gz> <Image Name> 

xxxxxxxxx 

Start Multipart: 
1. cd / var / baroot / ba 
2. . / ba.sh start_multipart 
3. sync 

Image for multipart installation 
1. killall rcS 
2. killall enigma2 
3. Copy image to / var / baroot / UFS_Images 
4. sync 
5. cd / var / baroot / ba 
6. . / ba.sh e2ba_extract <filename without tar.gz> <Image Name> 
7. Follow instructions on the screen. 

Device Partitioning: 
1. cd / var / baroot / ba 
2. . / ba.sh part 
3. Follow instructions on the screen. 

patch from Packet9 Flasch: 
1. cd / var / baroot / ba 
2. . / patch ba.sh 

Image: Rename 
1. cd / var / baroot / ba 
2. . / rename ba.sh <old Name> <new Name> 

Image Delete: 
1. cd / var / baroot / ba 
2. . / delete ba.sh <Image Name> 

Info: 
1. cd / var / baroot / ba 
2. . / ba.sh info 

GOst4711 

NOTE: Version 0.33 only works with images from the 20.09.09 

Last e2-BA version in Appendix 

By MC_Ohr EDIT: grabbed from all the additions from this thread, the package 0:34. 

EDIT by MC_Ohr: With Version 0.35 of BA should be running in the Olympic image again. For me it works.
 
Top