Recent content by jgeiss

  1. jgeiss

    Configuring and compiling a recent kernel

    Thanks. I have tested it. It worked OK and I have removed the patching in the WiKi.
  2. jgeiss

    Configuring and compiling a recent kernel

    Here they are.
  3. jgeiss

    Configuring and compiling a recent kernel

    I have done it.
  4. jgeiss

    Cross Install Gentoo

    Hi all, I have released instructions how to cross build Gentoo for the Pandora on another Linux computer. These instructions are for installing a recent Gentoo Linux on the OpenPandora handheld console. The system will be installed and booted from a SD-card. The Gentoo Linux will be...
  5. jgeiss

    Configuring and compiling a recent kernel

    It took quite a long time but now I have released the first description how to make a current Gentoo by your own: https://pandorawiki.org/Cross_Install_Gentoo
  6. jgeiss

    Configuring and compiling a recent kernel

    The kernel git://git.goldelico.com/gta04-kernel.git is running now, but I failed to get usable key codes for the Pandora and Fn key. Does anybody know where I can get a patch to make these 2 keys work?
  7. jgeiss

    Configuring and compiling a recent kernel

    Thanks, this works. The kernel starts. At least a could see the display went dark and some LEDs flashing. So I can now concentrate to the configuration of the kernel.
  8. jgeiss

    Configuring and compiling a recent kernel

    Thank you for your help. But unfortunately I am still not able to start the kernel. I tried both omap2plus_defconfig and letux_defconfig with some more drivers activated (especially in graphics for the frame buffer) but I get no hint of the kernel running. After UBoot writes "Staring kernel"...
  9. jgeiss

    Configuring and compiling a recent kernel

    Hi there, I'm currently cross-compiling a Gentoo system for the Pandora using a cross-compiler and QEmu. It works quite well, but now I want to configure and compile a recent kernel. Until now I used the pandora-kernel from git://openpandora.org/pandora-kernel.git (track -b pandora-3.2...
  10. jgeiss

    SuperZaxxon v1.72-RC

    I did a full flash and it worked fine, except one little thing. The directory /mnt/utmp has the permissions rwxr-x--- (0750), so I couldn't mount/execute and pnd scripts/files. I fixed the permissions to rwxr-xr-x (755) and it worked. Maybe it could be a problem because I use a different user...
  11. jgeiss

    SuperZaxxon v1.70 released!

    It must be me. After reflashing again the problem is gone. Sorry for this.
  12. jgeiss

    SuperZaxxon v1.70 released!

    I did a full flash and now my pandora is booting kernel 2.6.27.57-omap1. In /boot is a link: uImage -> uImage-2.6.27.57-omap1 which must be wrong. Has anybody else this problem or is it me?
  13. jgeiss

    Pandora How can I use different icons in one PND file?

    Hi there, if I build a PND file with pnd_make.sh -d dir -p file.pnd -c -i icon.png -x dir/PXML.xml the resulting file is a squashfs file with the file PXML.xml and one icon icon.png added. The menu shows the icon and I can start my application. Now I want to have two different applications...
  14. jgeiss

    Pandora How to enable UTF-8 output on Pandora?

    Thanks for the info, but I did this already and it has not the effect I wanted. In terminal I already get äöü but no ß. Furthermore in curses application I see the effect that äöü are calculated a one byte lenght, which is not correct in utf8. Example: abook.pnd or wyrd.pnd Thanks for any...
  15. jgeiss

    Pandora How to enable UTF-8 output on Pandora?

    Hi there, I have a C application, which outputs some text in UTF-8. The output looks messed up, since the terminal does not encode UTF-8 correctly. How can I achive a correct output on the standard Terminal? Do I have to set LANG, LC_LANG, LC_CTYPE, etc.? Must I compile/link a special library...
Back
Top