Ps3 cross compile with ps3 nfs server

You can cross compile using the latest ps3 slim & trim 2.6.25.4
kernel from CELL-Linux-CL_20080609-ADDON.iso by using samba. Just
install it with “yum install samba” and make the ps3 root export in
/etc/samba/smb.conf on host ps3:

     [cell-root]
     path = /
     public = yes
     writable = no
     printable = no
     guest ok = yes

add a user with smbpasswd

smbpasswd -a chuck

start it

/etc/init.d/smb start

and mount it on the build machine:

mount -t cifs //ps3/cell-root /mnt/cell-root -o username=chuck

proceed are normal.

On Tue, Jun 17, 2008 at 11:18:08AM -0600, Chuck Swiger wrote:

    guest ok = yes

and mount it on the build machine:

mount -t cifs //ps3/cell-root /mnt/cell-root -o username=chuck

proceed are normal.

Thanks for letting us know!

Eric