they need to be debayered - so do DSLR images, but they are handled by the DSLR_RAW module which can be set to debayer the images as they are being opened.
so the first step is to determine the right bayer matrix ordering (RGGB, RGBG, etc.) for this camera (which should be available online or in the camera documentation) and then open the file to the desktop. at that point you need to open the Debayer process, select the right matrix ordering, and apply the debayer process to the image.
the errors you are reporting are coming from BPP? in fact, when calibrating images they should be treated as CFA images, which are greyscale. i don't use BPP much but there must be a place to specify the bayer pattern for your camera, right? in other words, forcing CFA is correct but i wonder if the right bayer matrix pattern was not set properly in the BPP interface.
rob