Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenloses um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereiche, welche für Gäste verwehrt bleiben

BeagleBone Black Image

AW: BeagleBone Black Image

OK, dazu kann ich dir 3 Optionen anbieten:

1.) Update meines BBB Images (wo du schon mal runtergeladen hast)
2.) Kernelfiles die du in deinen BBB einspielen kannst
3.) Anleitung wie man Kernel selber erstellen kann (Ist nicht so schwer wie man glaubt, doch es ist etwas Vorarbeit nötig)

Die Wahl hast nun du .... - oder du hast nur 2 Reader und lässt alles so wie es ist.

LG joerg_999
 
AW: BeagleBone Black Image

Warum hängt kernelupdate immer etwas hinterher? Ich habe in der config dazu den 3.15 Kernel gewählt. Eben ausprobiert, es wird der Kernel 3.15 RC5 erstellt, obwohl RC6 seit dem 21.05.14 veröffentlicht ist.
 
AW: BeagleBone Black Image

Ich hab keine Ahnung warum das so ist. Ich denke dass die Kernel Version im GIT von Hand angepasst wird.
 
AW: BeagleBone Black Image

Ab 3.15-rc6 wird der Kernel in einem anderen GIT weitergepflegt. config_kernelupdater und kernelupdater.sh müssen dafür angepasst werden.

config_kernelupdater
Code:
Du musst dich Anmelden oder Registrieren um den Inhalt der Codes zu sehen!
kernelupdater.sh
Code:
Du musst dich Anmelden oder Registrieren um den Inhalt der Codes zu sehen!
 
Zuletzt bearbeitet:
@Supamicha: Pls, will you make a last version "Snapshot Image" as before ?
 
AW: Re: BeagleBone Black Image

Neues Snapshot Image im ersten Beitrag ...

Viel Spass damit !

Gruss
micha
 
Zuletzt bearbeitet:
Re: AW: Re: BeagleBone Black Image

@supamicha, are you sure that you change the snapshot image in the same url (as before) ?

It has the same date of april 25th and the same volume.
The snapshot image (25th) you change also the url and date.
 
Zuletzt bearbeitet:
It's Okay now, I'll could download now with the new date 2014-06-13. Thanks :emoticon-0148-yes::emoticon-0157-sun::emoticon-0157-sun::emoticon-0157-sun::good:
 
@supamicha, I'll try to bring the extra patch "
Du musst dich Anmelden oder Registrieren um diesen link zusehen!
" to the oscam-binary in the BBB installed with your snapshot image.
The new oscam emu you can read here;
Du musst dich Anmelden oder Registrieren um diesen link zusehen!


I start with the experiment/test first with a new directory /usr/local/src/OscamEmu
Try to build with this protocol;

Building OSCam-emu from source
==========================
- cd /usr/local/src/

- Get the lastest oscam sources from SVN:
svn checkout
Du musst dich Anmelden oder Registrieren um diesen link zusehen!
OscamEmu

- save the oscam-emu.patch file into; /usr/local/src/OscamEmu

- Go to oscam-svn directory.
cd OscamEmu

- Patch the source with the EMU patch:
patch -p0 < ../oscam-emu.patch ###From here I could not patch ! What goes wrong ??? ###

- Run `./config.sh -g` to choose the features you want. (make sure to include at least all readers, constcw and emu support besides the wanted protocols)

- Run `make` to compile OSCam.
==========================

If this will be work, the next step will be the integration in your command "oscambuild" :emoticon-0115-inlov
 
Re: AW: Re: BeagleBone Black Image

Your new "oscambuild" with Emu works like we wishes, thanks :emoticon-0167-beer::emoticon-0155-flowe:emoticon-0155-flowe:emoticon-0155-flowe :good::good::good:
 
@supamicha, Pls look to the latest lines of your buildscript with Patch latest trunkbuild;

CONF build/arm-linux-gnueabihf-libusb-pcsc/config.c
LINK /usr/local/bin/oscam_1.20-unstable_svn-r9816.debug
/usr/bin/ld: cannot find SoftCam.Key: No such file or directory
collect2: error: ld returned 1 exit status
Makefile:351: recipe for target '/usr/local/bin/oscam_1.20-unstable_svn-r9816.debug' failed
make[1]: *** [/usr/local/bin/oscam_1.20-unstable_svn-r9816.debug] Error 1
Makefile recipe for target 'all' failed
make: *** [all] Error 2
error creating oscam_1.20-unstable_svn-r9816
stop !


The SoftCam.Key is normally located in the map: /usr/local/etc
 
AW: BeagleBone Black Image

Ich habe mal die Vorgehensweise zur Aktualisierung von OSEmu für meinen Beaglebone Black in einem Script zusammengefasst. Vorlage sind die Scripte von Link ist nicht mehr aktiv.. Ich hoffe das ist kein Problem?
 
Zurück
Oben