Search found 3 matches

by jjs@
Tue Mar 06, 2007 5:54 am
Forum: PSP Development
Topic: uClinux on the PSP
Replies: 151
Views: 146509

I'm trying to get the kernel toolchain to build. Building the cross compiler and binutils seems to work. But I'm missing elf2flt sources or binaries.

This location seems to be commented out by purpose:
elf2flt is already in the "build/elf2flt/" directory of the toolchain installer.
by jjs@
Sun Mar 04, 2007 7:26 am
Forum: PSP Development
Topic: uClinux on the PSP
Replies: 151
Views: 146509

You have to download these missing files from somewhere else and put the archives into the "source/dl/" directory of the toolchain installer. Try these locations: http://ftp.gnu.org/gnu/binutils/binutils-2.12.1.tar.bz2 http://www.kernel.org/pub/linux/libs/uclibc/old-releases/uClibc-0.9.15....
by jjs@
Fri Feb 09, 2007 12:41 am
Forum: PSP Development
Topic: PSP drivers for uclinux
Replies: 10
Views: 4263

Hi, I'm just guessing here, but I think access to the UMD and the Memory Stick should be possible through the ATA controller. I'm referring to the module ata.prx of the psp kernel. If this is really a full functional ata interface then it would be possible to access the drives through the control re...