discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] ps3 cross compile with ps3 nfs server


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] ps3 cross compile with ps3 nfs server
Date: Tue, 17 Jun 2008 11:32:47 -0700
User-agent: Mutt/1.5.17 (2007-11-01)

On Tue, Jun 17, 2008 at 11:18:08AM -0600, Chuck Swiger wrote:
> 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
> <enter a passwd>
>
> 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
> <enter the passwd>
>
> proceed are normal.


Thanks for letting us know!

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]