Search found 6 matches

by riverful
Tue Jan 08, 2008 6:47 pm
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 324129

about serial node.

hey jmfreidt~! after u make install busybox, u must mknod serial node. the method is following. # make install # cd _install ( in the busybox dir ) # ls bin sbin usr # mkdir dev etc ms0 proc usr var # mknod dev/ttySRC c 4 202 ttySRC is charactor device ( serial ) and has MAJOR 4, MINOR 202. it's cau...
by riverful
Mon Jan 07, 2008 12:18 pm
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 324129

hi vijay & roge! perhaps, this problem is cause of gzip compress. 1. make vmlinux.bin ( perhaps 1.6mb ) 2. # gzip -9 arch/mips/boot/vmlinux.bin 3. # ls -al arch/mips/boot/vmlinux.bin.gz 4. rename this file to vmlinux.bin, then use this. :) according to jackson's page, the bootloader made by jack...
by riverful
Sun Jan 06, 2008 7:56 pm
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 324129

Hi Jackson i am trying to compile your new toolchain, but i have an error on libstdc++-v3 compiling gcc-4.2.1 this is the full error out: http://pastebin.ca/842448 gcc of my pc is: gcc version 4.2.3 20071123 (prerelease) (Debian 4.2.2-4) any sugestion? ------------------------- i try to compile 4.2...
by riverful
Mon Dec 31, 2007 9:18 am
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 324129

Thanks for Jackson Mo.

First of all, i appreciate Jackson's works. I succeeded compiling kernel version 2.6.22-uc0( not uc1 ), and saw booting meesage on my PSP. I worked document for my works, and post it for any other lazy man. :) http://riverful.tistory.com/entry/Document-about-porting-uClinux-26-on-psp-v01 But, here i...
by riverful
Tue Dec 25, 2007 3:29 am
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 324129

wonderful^^

incredible works. very glad to meet this sites. :) about the porting uclinux to PSP, i wanna get some helps. i) i'm curious Jackson Mo's bootloader src code. what's the Address loading the kernel? and rootfs image?? etc.... i wonder other things except that. i used to U-boot for arm core. i wanna ge...
by riverful
Tue Dec 25, 2007 3:26 am
Forum: PSP Development
Topic: wonderful. great job ^_^
Replies: 0
Views: 1082

wonderful. great job ^_^

incredible works. very glad to meet this sites. :) about the porting uclinux to PSP, i wanna get some helps. i) i'm curious Jackson Mo's bootloader src code. what's the Address loading the kernel? and rootfs image?? etc.... i wonder other things except that. i used to U-boot for arm core. i wanna ge...