Search found 9 matches

by DAYAK
Sat Apr 11, 2009 6:47 am
Forum: PS2 Development
Topic: I have problem setting up toolchain
Replies: 7
Views: 4366

here is your answer 5 years later...

for example

Code: Select all

int points[323]=
should be

Code: Select all

int points[]=
and delete the last comma from the end of the array
by DAYAK
Sun Mar 08, 2009 10:54 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 247276

Hello DAYAK. I'm not sure about reiserfs but the right command to use ext2 should be: mkfs.ext2 -I 128 -O none /dev/sda3 I didn't realize before the compatibility issues 'cause I was using a windows partition program that made the job without any problems. Remember that you have to preserve all the...
by DAYAK
Sat Mar 07, 2009 2:54 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 247276

OK. I made it by using reiserfs for the linux directory.

Everything worked and I pivot the root and login.

it is giving me a msg that "/" is now rw I should do "mount -n -o remount,rw /" but this gives an error that options are wrong.

Anybody knows what is it?
by DAYAK
Fri Mar 06, 2009 6:32 pm
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 247276

hi whig, I have tried these mke2fs /dev/sda3 mke2fs -i 1024 /dev/sda3 first one does till 2/25 and crash the system second one crashes the system instantly. maybe I need to find a system with old kernel to do this ! I had some old USB linux, maybe one of them is old enough... -----------------------...
by DAYAK
Fri Mar 06, 2009 3:08 pm
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 247276

hi again mazxim First, thank you mazxim your idea is nearly working. I really really thought I read every post on this topic but obviously I missed the most important one for me. Only problem is this; I have created similar partitions on a 4GB SanDisk cruzer. 500mb FAT16 256 MB SWAP Rest is 3GB EX2f...
by DAYAK
Fri Mar 06, 2009 12:13 pm
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 247276

And about to write a howto for pstwo linux. I think a user should need these: 1) Which version of kernel loader? 2) Which kernel? 3) Configuration file for the working modules. 4) Which init image? 5) mounting the drives 6) and workaround for network, audio etc. If anybody can start such a document ...
by DAYAK
Fri Mar 06, 2009 12:07 pm
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 247276

Hi rgrisem,

Can you please give me some information about how did your slim ps2 show that usb sticks partitions?

Did it appear as SCSI or SDA or TTYUSB0 like mine?

And how did you mount them?

If you can give me information a little bit I think that is the only place I stuck...

thx...
by DAYAK
Mon Mar 02, 2009 7:11 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 247276

usb/tts/0 or ttyUSB0 ???

Hi, Thanks for the reply. I have tried it. Ican load usb-storage module without problem now. I pluged out and pluged in the harddisk again. Here is what happens: usb.c USB new device connect to bus 1/2 assigned device number 6 usb_control/bulk_message : timeout usbserial.c FIDI SIO converter...
by DAYAK
Mon Mar 02, 2009 2:47 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 247276

SCPH-90004 / PAL / Installing on USB problem

I have SCPH-90004 Slim ps2. I had succesfully setup FreeMCBoot and over ESR I can play backup games or I can run any ELF I want. These questions are MegaMan and the other users in this forum: 1) I have a common problem with the homebrew codes as well as the KernelLoader (I have tried with 1.9, 1.8, ...