Tool/software: Linux
Hello,
I am working with AM3352 platform and trying to port the X-window system (Xorg) packages.
I am confirmed that Xorg will run on AM3358-EVM. I expected Xorg for AM 3358EVM to work as it is on the AM 3352 platform. However, it fails to start because there is no GPU.
On AM3352 platform, the frame buffer "/dev/fb0" already works, and the the character display on the screen is working without problem.
I tried specifying Section "Device" Driver "fb" Option "fb" "/dev/fb0" in xorg.conf, but Xorg automatically add the GPU and it fail because there is no GPU.
Perhaps if I can clearly prohibit Xorg from using GPU, I may be able to avoid the problem, but I do not know how to do it.
The graphic SDK may only copy the prebuilt binaries according to the command line argument, and it seemed that there was no binary of the configuration without GPU in it.
Now I am trying to solve it by building XFree86 from source code.
Please tell me how to run Xorg on AM3352 platform.Regards
Band