I just picked up a beaglebone, it's a board based on the TI AM3358/9, which has a powerVR SGX 530 in it.
Does anyone know how to get a hold of the SGX technical docs? the 3358 manual is not very helpfully just lists the features.
I intend to use it as a motion controller to drive a 3D Printer the application requires very strict latency control for output, so I was intending to use the no OS option, rather than the Linux option.
I've been messing around with a mechanism for creating the layers a 3D printer uses by hierarchically rendering slices in the model with a GPU, I'd like to run this on the printer controller, but I need to be able to actually access the SGX in the 3358.
There are ways I might be able to make the Linux environment work, using the PRU's for the signal output but I'd rather not.
Does anyone know how to get a hold of the SGX technical docs? the 3358 manual is not very helpfully just lists the features.
I intend to use it as a motion controller to drive a 3D Printer the application requires very strict latency control for output, so I was intending to use the no OS option, rather than the Linux option.
I've been messing around with a mechanism for creating the layers a 3D printer uses by hierarchically rendering slices in the model with a GPU, I'd like to run this on the printer controller, but I need to be able to actually access the SGX in the 3358.
There are ways I might be able to make the Linux environment work, using the PRU's for the signal output but I'd rather not.