Replies: 3 comments 21 replies
|
It's on the to-do list, and I already have a test setup for it, incl. an MFi co-processor. Does LIVI already run on the device? You mention ADB, but LIVI doesn't run on Android, and that's not something I'm planning to work on either. |
|
Do you have device specifications? Recently I have implemented similar device not with with Tina linux but with buildroot. It uses Allwinner F1C200S which has 400mhz cpu and 64mb ram. Carplay video is decoded totally in hardware, cpu usage is around 5%. It boots in few seconds and carplay screen comes in less than 20seconds. Currently it is just in proof of concept stage. Initially I am also looking for mfi implementation to get rid of the dongle totally. You can see the test setup in this video: |
|
Thank you for confirming the package. I have a cheap hot plate and an amateur hot air gun, I soldered before 1mm pitch but this chip is very tiny. I ordered DFN-8 2x3 breakout pcbs from Poland. I guess I will have them next week. I will let you know how it goes. |








Uh oh!
There was an error while loading. Please reload this page.
I own a 5-inch motorcycle CarPlay/Android Auto display. I managed to unpack its Linux firmware and do some reverse-engineering work. My goal was to extend its functionality by adding a data display from the CAN bus. I found a way to load a custom .elf file in place of the original one, as well as modify the original .elf to extend the UI.
However, injecting custom code is not easy and debugging it is even harder. Because of this, I thought it might be simpler to try running LIVI on it. The only problem I have encountered is that LIVI doesn't support software-based CarPlay. Since these devices contain MFi chips as well as hardware video codecs, they would make the best development platform. They even have ADB running, so you can control them over USB.
Is there a plan to add sofware carplay protocol implementation?
All reactions