discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Chuck Swiger
Subject: [Discuss-gnuradio] ps3 cross compile with ps3 nfs server
Date: Tue, 17 Jun 2008 11:18:08 -0600
User-agent: Internet Messaging Program (IMP) H3 (4.1.6)

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.







reply via email to

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