mali
-
^ Sweet, great work
'pnd_run /media/SD_CARD_NAME/pandora/apps/APPNAME.pnd' "%s"
'pnd_run /media/PAN_APPS/pandora/apps/Chromium.pnd' "%s"
http://www.openpandora.org/firmware/The rootfs on an SD Card
########################
You can extract the tar.bz2-version of the pandora-image onto an SD Card (EXT2) and directly boot off it.
Be sure to include a kernel in /boot (unless you want to use the one on the NAND) and use a boot.txt / autoboot.txt to pass parameters to u-boot.
This way, you can boot off your SD Card and meddle around with the OS without risking breaking anything.
An example for the boot.txt / autoboot.txt to boot from the first partition EXT2 of your SD Card would be:
setenv bootargs debug root=/dev/mmcblk0p1 rw rootdelay=2 console=ttyS0,115200n8 vram=6272K omapfb.vram=0:3000K
ext2load mmc 0 0x80300000 /boot/uImage-2.6.27.46-omap1
bootm 0x80300000
mali said:^ That was me, he wasn't online yet.
Check this for details about that firmware problem.
http://www.gp32x.de/board/index.php?/topic/55051-after-reflash-black-screen-of-death/