Search results

  1. A

    Release [BETA] Pandora full-system encryption

    Hey, Just stumbled upon this thread again. I'm not using my Pandora anymore, but I just uploaded the scripts to my new server and fixed the link. The download above should work again now.
  2. A

    SGX driver outdated

    No, thanks. I don't have any idea how kernel-space development works. I just want to program my user-space applications and forget about everything else. ^_^ Yes, but that is only limited by the hardware speed, I guess, which means the programs are just too heavy to run flawlessly on the...
  3. A

    SGX driver outdated

    Yes, if this is the only way... I don't like the idea of creating a game that will run only on the newer Pandoras, though. If there's no more recent driver that works on the old boards, I'll try to ask TI about this first. Maybe they have at least a workaround for the GL_OUT_OF_MEMORY bug.
  4. A

    SGX driver outdated

    And the driver we have on the Pandora right now is really the most recent one where the old GPU is still supported? Imgtec told me the current drivers are 1.8/1.9, and Pandora has 1.4 drivers. I mean, the 1GHz GPU can't differ so much from the old one when the SoCs are said to be compatible, can...
  5. A

    SGX driver outdated

    Hi, Yes, it's about the SGX driver again. This GPU and its driver are really screwed up I think. I keep having countless problems on them. It's been a while since I first asked about the driver quality here. Back then I hadn't had my Pandora and tested on another OMAP device, but now I have it...
  6. A

    Anybody need full-system encryption and/or automatic Tor network routing?

    I have just released the first beta (!) version of my full-system encryption scripts/initramfs here: http://boards.openpandora.org/index.php/topic/11367-beta-pandora-full-system-encryption/
  7. A

    Release [BETA] Pandora full-system encryption

    Hey, So, after asking if there was any use for it, I now want to release my method of full-system encryption for the Pandora. It is based on a heavily reworked and extended version of what I have hacked together for my own Pandora, with some scripts added to make it (relatively) easy to create...
  8. A

    Anybody need full-system encryption and/or automatic Tor network routing?

    I think Tor in itself is already working on the Pandora. What I did is to configure Linux' netfilter to route all traffic through Tor automatically, so that you do not have to configure every program to use Tor manually. I don't know much about networking, so I did more or less blindly follow...
  9. A

    Anybody need full-system encryption and/or automatic Tor network routing?

    The procedure is actually quite easy and as I said I already have a working encrypted system. Now I just try to write a script to automatically partition the SD cards and wrap up my initramfs, and think about how I can make the process a bit easier. I have just learned it myself by...
  10. A

    Anybody need full-system encryption and/or automatic Tor network routing?

    If you mean a USB key drive with transparent hardware encryption, that would only be possible if the Pandora could boot from USB. I don't know if that's possible right now. If you just mean a USB stick with a key file on it, I don't think that's easily possible because you need a running Linux...
  11. A

    Anybody need full-system encryption and/or automatic Tor network routing?

    Hi, I'm currently waiting for an answer in the Imgtec boards and can't really continue to test my programs on Pandora, so I thought I'd do some other Pandora related things meanwhile. What I'm considering is full-system encryption on Pandora using dm-crypt and LVM. I have already had some...
  12. A

    Render to non-square texture

    But then my 4x2 texture would be allocated as 4x4. That should not change results if I read just the first 4x2 pixels, right? Also, if the driver really did so, and I would have to adapt my usage of glReadPixels, wouldn't that be a violation of the GLES2 specification, or at least of the NPOT...
  13. A

    Render to non-square texture

    I think glReadPixels should be blocking until GL is finished drawing, so glFinish is not needed. I tried it nonetheless, but inserting glFinish before (or after) glReadPixels did not make a difference.
  14. A

    Render to non-square texture

    Hi! Now that I have my Pandora (1GHz model) in my hands and installed SL4P on it, I'm starting to play around with the SGX chip to see how fast it is. I have written a test program that does matrix-matrix multiplication on CPU first, and then on GPU using GLES2 shaders to compare performance...
  15. A

    Diverse issues with my new Pandora

    About the LCD: I have contacted ED, and he said he would replace the screen for free, although he wouldn't have to by warranty. Very kind, thank you! I have tried with Mini-A cables only, so that might be the problem. I'll see if I find a Mini-B cable and if not, I'll buy one. I'll try the...
  16. A

    "Full" Linux distribution and dm-crypt

    I have considered using Slackware before. The thing that I do not like about it is that it's package manager seems not to be natively capable of automatic dependency resolving. If I understand correctly, this automatic dependency resolving can be achieved through the SlackBuild scripts, but as...
  17. A

    Diverse issues with my new Pandora

    I have just sent a message to ED via his shop. It's really disappointing to see that after waiting patiently for such a long time and finally buying the 1GHz upgrade, which made the device nearly twice as expensive, I'm still forced to pay more money to use it. I honestly can't imagine what...
  18. A

    Diverse issues with my new Pandora

    I've just tried to connect the Pandora to itself via USB/USB OTG, and with one of my two cables it seemed to work in mass storage mode. When I connect the Pandora to my PC, lsusb does not show it, though. Also, with none of my cables I seem to get any real charging. However, I have noticed that...
  19. A

    Diverse issues with my new Pandora

    Well, sure there might have been some pressure onto the top of the case, maybe at some time the other things in my bag (regular school stuff, books mainly) lay on top of it, and maybe I didn't put the bag down as softly as possible, but I did certainly not throw it around. I don't think there...
  20. A

    "Full" Linux distribution and dm-crypt

    Hi, While I wait for some expertise to get my Pandora back to life, I'd like to ask some questions about the system. Firstly, are there any of the more powerful Linux distributions for the Pandora that are still actively developed where I can use a real package manager without having to fear...
Back
Top