rhysmorgan134 / react-carplay

MIT License
380 stars 57 forks source link

Buildroot #58

Open thefrankk opened 5 months ago

thefrankk commented 5 months ago

Hi! is there any way to make it work with buildroot in Raspberrypi 4? Thank you.

liuming50 commented 5 months ago

Same asking for yocto, is there a way to compile this in RPI yocto? We see this project is kinda getting popular, not sure how it could be compiled for buildroot/yocto frameworks?

rhysmorgan134 commented 5 months ago

I’m afraid it’s not anything that I have any experience with! I had a brief research a long time ago, and from what I could tell NodeJS doesn’t play to well with all of the asynchronous abilities, however I have zero knowledge on the subject.

liuming50 commented 5 months ago

@rhysmorgan134 Thanks for the reply, in that case, could you please share how you build this project, what the dependencies needed, I could handle the yocto porting part.

rhysmorgan134 commented 5 months ago

Dependencies and build command are in here

https://github.com/rhysmorgan134/react-carplay/blob/main/package.json

with node installed, run npm install and then npm run build:armLinux in the root directory