balena-os / balena-os-device-support

A list of current, proposed and planned future balena.io supported boards
https://balena.io
19 stars 3 forks source link

Yantrr VIBE2 #51

Open xoul opened 7 years ago

xoul commented 7 years ago

VIBE2 is actually a BBB on steroids. Also note that @lifeeth uses Yantrr boards as seen on https://forums.resin.io/t/cellular-modem-support/195/5!

shaunmulligan commented 7 years ago

hey @xoul , I actually have one of the older yantrr boards. The VIBE2 should just work out of the box using the standard beaglebone Black image, have you given it a try?

xoul commented 7 years ago

Yes, I've tried the BBB image on my VIBE2 before, but I've not deeply tested support for 3G, GPS, WiFi and Bluetooth. Morevoer the Yantrr support team says that this would be mandatory to operate correctly a VIBE2:

For VIBE2, very first you need to change the USB0 dr_mode from peripheral to host in Beglebone Black kernel source file KERNEL/arch/arm/boot/dts/am335x-bone-common.dtsi while rebuilding the kernel &usb0 { status = "okay"; dr_mode = "host"; };