Search found 4 matches

by hedele
Fri Mar 21, 2008 7:45 am
Forum: PS3 Development
Topic: Who wants 252MB more RAM for PS3 homebrew.
Replies: 70
Views: 74682

OK building this now over night... wish me luck :) Edit: No that .c does not compile. Throws several errors. Since I guess you guys won't be able to make too much sense out of the german errors, I'll try to translate them. drivers/video/ps3fb.c:322: Error: Parameter 1 &#4...
by hedele
Sun Mar 16, 2008 10:03 pm
Forum: PS3 Development
Topic: Who wants 252MB more RAM for PS3 homebrew.
Replies: 70
Views: 74682

Actually that code DOES run, since i recompiled my kernel a few times with the included .c (changed the overscan margins) - and on firmware 2.1 as well.

However, I'm going to replace the supplied ps3fb.c with the one you gave me and will give it a shot. thanks for the advice!
by hedele
Sat Mar 15, 2008 4:00 am
Forum: PS3 Development
Topic: Who wants 252MB more RAM for PS3 homebrew.
Replies: 70
Views: 74682

ah well, off to recompile the kernel again... ... or not. Look at that: #define DDR_SIZE (0) /* used no ddr */ #define GPU_OFFSET (64 * 1024) #define GPU_IOIF (0x0d000000UL) so, changing DDR_SIZE probably won't help, and that bunch of code kinda assure...
by hedele
Fri Mar 14, 2008 9:30 pm
Forum: PS3 Development
Topic: Who wants 252MB more RAM for PS3 homebrew.
Replies: 70
Views: 74682

Hey there! I tried to compile this driver using YDL 6.0 but got some mtd related errors. Turns out the YDL kernel doesn't have mtd support enabled. I recompiled the kernel with CONFIG_MTD, did modprobe mtdblock and modprobe ps3vram, nothing happened and the following appeared in dmesg: ps3fb&#58...