RespawnDespair / wifibroadcast-image-builder

Image builder for the EZ-Wifibroadcast project
MIT License
20 stars 22 forks source link

v4l2loopback make for stage 4 01-chroot #86

Closed pilotnbr1 closed 5 years ago

pilotnbr1 commented 5 years ago

Make request for v4l2loopback. Currently fails in builder due to incorrect uname -r being returned but in live image it makes successfully.

pilotnbr1 commented 5 years ago

Updated to include the flir stuff. Did git for flir stuff in chroot because running it in xx-run caused it to be cloned in the boot partition for some reason.

Only thing left (other than the uname issue) for these flir guys is incoorporate their changes they made in old .profile. We might just stop here as it is only a very limited number of people doing this flir stuff.

pilotnbr1 commented 5 years ago

This is ready as well

RespawnDespair commented 5 years ago

@pilotnbr1 I have solved the issue a little differently, take a look at the 04-run.sh file in stage 4. It is still based off off this PR, but the solution ended up a little different due to the uname -r issues. It does seem to build and depmod the v4l now!

Thanks for researching this!

pilotnbr1 commented 5 years ago

Nice! I'll check it out!