![]() |
Re: Moses SmartQ 5
Quote:
|
Re: Moses SmartQ 5
Quote:
Matan, You say the details needed to write an accelerated graphics driver are available. Where would one go to find that information? - I need to get the opengl ES on the smart Q5/7 working with QT Embedded Linux. I cannot find any information about the Linux opengl api for the S3C6410 anywhere. Any information or pointers on how to go about this would be much appreciated. I am on a huge learning curve here, but I can normally pick things up pretty quickly once I can get my head around what actually needs to be done. aerod :confused: |
Re: Moses SmartQ 5
|
Re: Moses SmartQ 5
Quote:
On the Q5, the bluetooth chip is connected internally via USB. By default the Q5 is configured as a USB device rather than a USB host. This means that as far as the kernel is concerned there is no USB host available and therefore no USB devices can be attached to it. As the bluetooth chip is a USB device, it cannot be found by the kernel at startup and therefore is not available. To solve this you need to tell the Q5 USB to be a host. This is archived by entering the following two commands: echo 1 > /sys/devices/platform/hhtech_gpio/usbhostpwr_en echo 1 > /sys/devices/platform/hhtech_gpio/usbotgdrv_en By echoing the number 1 to these two virtual files, you are telling the kernel to enable the usb host. If you were to send 0 you would be telling the kernel to disable host mode. Once the device is disabled, you need to load in the appropriate kernel module, this would normally happen at boot, but because the USB host did not exist at boot, the module did not get loaded. To load the module you just need to enter modprobe ohci-hcd This loads the ochi-hcd module into the kernel, which will, then register any attached USB devices it finds (i.e the bluetooth chip) The dmsg command just shows the kernel log, it is not required to make bluetooth work, it just shows what has happened. If you are still having problems, post the last part of dmsg having performed the previous commands, it may give me some indication of what is happening on your system. The hciconfig command just displaying the bluetooth device information, again, it is not required other than to show it is working. Once the blue tooth is available, the normal bluetooth commands can be used to manage connection. |
Re: Moses SmartQ 5
Quote:
|
Re: Moses SmartQ 5
The file
http://www.mt-system.ru/documents/s3....10_080822.pdf contains the (chip related) information needed to write a 3D driver (chapter 42). Of course, you also need to know how to write OpenGL drivers. |
Re: Moses SmartQ 5
Quote:
|
Re: Moses SmartQ 5
I can't remember and as this site has a non useful search engine so this could be dubble post:
http://www.jiongtang.com/blog/html/s...ded-space.html Both smartq5 and smartq7 have the same stupid setup - with 106 mb unused! (on the device) And it's easy to get a extra 100mb of swapfile. I used smartq7 v3 (original) and installed gparted (change /etc/apt/sources.list - 192.... to repository.handhelds.org). To resize the swapfile - close all programs before you use gparted. Start gparted and highlight swapfile. Under "partition" you chose "swapoff" now resize. My swap file is now 228 mb and it did make my device much more responsive. and if you thinking of stay on smart.cn firmware use this to get a extra big swapfile; http://www.jiongtang.com/blog/html/s...-to-384mb.html I would like a similar howto on the mer install... (I'm a noob - not a hacker) Edit to make it little more understandable - I shouldn't post in the middle of the night TNX Tso - see later post - for my first version see next post |
Re: Moses SmartQ 5
Quote:
Why are you stupid? please explain. |
Re: Moses SmartQ 5
Quote:
EDIT As Tso has pointed out - gparted has a swapoff alternative - that i think i came up as a alternative then i tried to delete the partition (i was i little tired). (And I'm sorry for the stupid post, i shouldn't post in the middle of the night - and my English isn't the best...) |
All times are GMT. The time now is 04:20. |
vBulletin® Version 3.8.8