If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
![]() |
|
|
#1 |
|
Moderator
Join Date: Feb 2002
Location: Redmond, WA
Posts: 3,198
|
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. |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Jan 2012
Location: Leicestershire - England
Posts: 1,475
|
Can't help you with that..but 3D printing! wow.
|
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Oct 2002
Posts: 2,833
|
http://www.ti.com/lit/ug/spruf98w/spruf98w.pdf (chapter 13, page 1753 has some of the doc's SGX content)
http://www.imgtec.com/powervr/inside...r-sdk-docs.asp Imagination Technologies' developer support for PowerVR, PowerVR Insider, has some resources, including a forum which is also a good site to ask for the needed docs. They might be the most applicable guides I've found, though I'm not sure it has the details you'd want. Got the OMAP35xx guide from TI's product support page: http://www.ti.com/dsp/docs/dsptechdo...ocCategoryId=5 Although related to the SGX535 and Intel's SCH (Poulsbo/Menlow platform), Intel's guide goes into a little detail, mostly around pages 95 to 118: ftp://download.intel.com/design/chip...hts/319537.pdf |
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Oct 2002
Posts: 2,833
|
3D printing certainly is a fascinating application. Looking through the support page at http://beagleboard.org/bone , I saw the amusing movement detection/analysis project, Smart Pill Box, submitted to the Beagle Board Open Source Design Challenge.
http://www.youtube.com/watch?v=_nR1959cPd8 |
|
|
|
|
|
#5 |
|
Moderator
Join Date: Feb 2002
Location: Redmond, WA
Posts: 3,198
|
Thanks but none of that has enough detail.
I need the register list and associated documentation. I wonder if the Linux driver is source or binary.... Hmmm. |
|
|
|
|
|
#6 |
|
Regular
|
Couldn't you run linux with OKL4 and then access the 3D printing hardware at the microvisor level?
__________________
Cinematic is the new streamlined. |
|
|
|
|
|
#7 | |
|
Senior Member
Join Date: Mar 2010
Location: Cleveland, OH
Posts: 1,580
|
Quote:
With a potentially large amount of work it might be possible to interface this binary blob w/o loading it in Linux. At the very least the kernel-side code should give some hints on how to get started with that. |
|
|
|
|
|
|
#8 |
|
Moderator
Join Date: Feb 2002
Location: Redmond, WA
Posts: 3,198
|
Yep, just looked it's a binary blob. Maybe they could document that :/
Looks like there is a DDK, but only available from TI under special circumstances. I assume "I want to mess around with it", isn't an acceptable reason. Kind of irritating, StarterWare (TI's no OS library set has no real GPU support), I hate to having to adopt something as heavyweight as Linux for what ought ro be a <64K application on single threaded processor. It's a crappy RTOS and unnecessarily complex for a trivial application. I am not going to pay for QNX, when I can write what I need. I've never really understood why manufacturers don't release the register documentation for GPU's, it really wouldn't give any extra insight into the chips functionality. I remember NVidia trying to obscure what the additional instructions did that they appended to every XBOX shader did, it took me all of 90 minutes to reverse engineer it. |
|
|
|
|
|
#9 | |
|
Moderator
Join Date: Feb 2002
Location: Redmond, WA
Posts: 3,198
|
Quote:
The entire app including the UI will likely be under 100K, just annoys me that I have to have an OS because I want to access the GPU. |
|
|
|
|
|
|
#10 | |
|
Senior Member
Join Date: Feb 2002
Posts: 2,636
|
Quote:
Bottomline being: get linux. |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|