Yes, Hadron is working when plugged into J6 of VOXL2 Mini with default kernel.
You just need to have the following sensormodule files in /usr/lib/camera/:
com.qti.sensormodule.boson_0.bin
com.qti.sensormodule.ov64b40_1.bin
And instead of gpio6, you need to use gpio30 to enable the CCI mux, so that communication with the EO camera is enabled:
voxl-gpio -m 30 out
voxl-gpio -w 30 1
I will update the Hadron documentation..
Alex