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

Re: AW: Re: BeagleBone Black Image

I start also OSEmu in rc.local with exit 0, I'll can combine with 1x exit.
This Will be Okay ?
 
AW: Re: AW: Re: BeagleBone Black Image

You can put more than one command in rc.local.
For example my rc.local switch off the LED on board:
Code:
Du musst dich Anmelden oder Registrieren um den Inhalt der Codes zu sehen!

An other way is to start your command as systemd service.
For example OScam in my image:
Code:
Du musst dich Anmelden oder Registrieren um den Inhalt der Codes zu sehen!

Here you can get a small explanation how to do that:
Du musst dich Anmelden oder Registrieren um diesen link zusehen!
 
Zuletzt bearbeitet:
Re: AW: Re: AW: Re: BeagleBone Black Image

Thanks again for explanation. :emoticon-0152-heart
The first solution, the line into rc.local works perfectly and an answer of my goal. :emoticon-0139-bow:
 
The command "sdcopy" brings all my totally and good/finally installed image/binary back as a BackUp from eMMC only ?

After "sdcopy" I'll destroy my eMMC because a wrong installing experiment ..........
Will the good SD-copy BU works as a bootable (complete) image and can I directly copy after the boot with;
"dd if=/dev/mmcblk0 of=/dev/mmcblk1 bs=1M" ?
 
AW: Re: BeagleBone Black Image

If you boot from SD sdcopy copies SD to eMMC, if you boot from eMMC sdcopy copies eMMC to SD.
To copy a complete image you can use dd.
 
Re: AW: Re: BeagleBone Black Image

Sorry, I'll will ask it again because I will not destroy or loose my perfect image (based of your perfect image) on eMMC.
If I make a copy from eMMC to SD with the command "sdcopy" then I have a complete bootable image as a BackUp on my SD-card ?

As soon as I boot from the bootable BackUp SD-card, the image will be still complete and as before ?
And ofcourse, with the command "dd if=/dev/mmcblk0 of=/dev/mmcblk1 bs=1M" we can copy to the eMMC ?
 
AW: Re: AW: Re: BeagleBone Black Image

A copy with sdcopy ist bootable and will not touch source. You can also copy the eMMC to a SD Card or a USB Memory with dd.
 
AW: BeagleBone Black Image

Kann man mit dem oscamscript eine bestimmte Revision kompilieren ??


Gesendet von meinem iPhone mit Tapatalk
 
AW: BeagleBone Black Image

Einfach die gewünschte Revisionsnummer anhängen.

Gesendet von meinem C6603 mit Tapatalk
 
AW: BeagleBone Black Image

@supamicha

ich habe dein Image vom 21.01.14 auf meinem BBB.
Die ganzen Monate lief alles ohne Probleme.
Seit ca. 4 Wochen hängt sich sporadisch mal meine S02 aus und dann mal wieder die HD01. Habe 2 Easymouse2.
Bei der HD01 ist mir aufgefallen, wenn ich den Reader neu starte, dass die Fehlermeldung kommt, dass der rsa und boxkey nicht stimmt.
Es hilft nur ein Reboot des BBB, dann passt wieder alles für ein paar Tage.
Weisst du, an was das liegen könnte?
 
Zuletzt bearbeitet:
AW: BeagleBone Black Image

Evtl. Kommunikationsfehler mit der Karte. Kommt bei meiner ORF Karte gelegentlich vor.
Zieh und stecke mal die Karten ein paar mal. Bei mir gehts dann wieder.
 
Zurück
Oben