Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
android auto on osmc
#31
Steps to create an image from Raspberry SdCard.
The drive is in this case /dev/sdb

1. Use GParted to shrink to 2nd partition to an usefull size.

2. Open terminal window.

3. After shrinking, test the 2nd partition again with cmd:

Code:
sudo e2fsck -f -y -v -C 0 /dev/sdb2

4. Get end of sector with this cmd:
Code:
fdisk -l

5. Take number of 2nd partition end sector and add +1. in example: 7974911 + 1 = 7974912

6. create the image into compressed format with cmd:
Code:
sudo dd if=/dev/sdb conv=sync,noerror bs=10M count=7974912 | gzip -c > "/media/whatever/nameofthefile.img.gz"

7. wait a long time for new output from terminal

This Thread has a german manual incl. screenshots but without double check and without compress: https://www.bmwraspcontrol.de/board/show...hp?tid=303
IBusCommunicator:
Image  <>  Kodi Addon

[Bild: usersignaturpic-14941mspx.jpg]
Zitieren
#32
you know harry, with us it's "RAMADON" no food or drink 17 long hours.
between BM and RPI screen switching does not work,
but works well between kodi and aa, so I will try to start pibus that in aa starts, but there will be a start time of pibus.problem ...
Thanks for the LINUX way, I will do an img to see if I can do something.
Zitieren
#33
no, i'm not informed about ramadon.
bm screen switching is only working if you set audio-mode for pibus. default should be cdc.
if it is not working, may your ibus messages are not known by the program.
IBusCommunicator:
Image  <>  Kodi Addon

[Bild: usersignaturpic-14941mspx.jpg]
Zitieren
#34
then I add -a0 to the pibus start-up?
Zitieren
#35
just try it.
IBusCommunicator:
Image  <>  Kodi Addon

[Bild: usersignaturpic-14941mspx.jpg]
Zitieren
#36
no. its not working, what command sitch gpoio23?
Zitieren
#37
usual gpio control from commandline?
IBusCommunicator:
Image  <>  Kodi Addon

[Bild: usersignaturpic-14941mspx.jpg]
Zitieren
#38
no; I want to say in pibus

and your python; can't you start it except kodi?
Zitieren
#39
pibus handles the gpio by ibus message.
IBusCommunicator:
Image  <>  Kodi Addon

[Bild: usersignaturpic-14941mspx.jpg]
Zitieren
#40
another harry, openauto start on xsession,
so d-bus start, is it that pibus can transmit messages to d-bus? or old openbm?

but openbm-gateway, gives errors that we compile
Zitieren


Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste