From owner-freebsd-questions@freebsd.org Sat Apr 23 14:02:11 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67C71B12EA0 for ; Sat, 23 Apr 2016 14:02:11 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F0C513F0; Sat, 23 Apr 2016 14:02:11 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by mail-oi0-x233.google.com with SMTP id k142so140915409oib.1; Sat, 23 Apr 2016 07:02:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=f2zRTlA8MREn7UtcRWtsmL1DFezf9Qyj3m2Vn17BrFY=; b=wcAVLf5dbqFZhRaEPiiHECRSEiNfcUfo/pf1go5kY52u26UKzDOQIDNDhJSUrNAZZp /AcWcR6RU4c31fSLC5OL0mWXuQ83ZcvCjt9dkY4xBuQ7hhFFZ7JKKZxnqQTXcgQx4f1a lHDV7as6lsPRlb8hkDz2KF3MWDltiXVLivLJnkc150sYl8eUwdH0w/aMIs2LGAtdeDHE E+utN2uXQbYkiheqD/zn220lgB5e7gAMUd0Ke5JdpZWyzLUWWjl5RPSYsl3Hbzd7M40i Fhf7mOJaFaT++tDQVc5FXcq8nkVJgbONSupDwX4hczB4pLah1BLZc0ay3of5E5rSq2s7 h0hA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=f2zRTlA8MREn7UtcRWtsmL1DFezf9Qyj3m2Vn17BrFY=; b=irLXR87t5O7vbErk2/87yfFnf6gRGlfHdwX1MKUEULW+h4FLUsX8+is5ciTpeHLMCN FyC96iClb1pWsH5J6Xe6ozab1C4JShQDezVxd/MCM09aYxZGnsjcKlLq+U2F6QAWND8B 74xBMe/IXhVzvZn9IlcpcTnT1GXt2I7yav2T0Vo4orAjRT2JqNFx1/We9Gn2zGjFgQAv 08AzUOVmjUacBBcjTGUNVocQaRe/jo27bRqXAcZecQ+v8Dj1NC/RJ8kAqoAJNsAxKY9s 4RQWo3OIz2hsBdwrZrbGgmuDe5qP5jhotZEit2X+A8Vt/SXIHH7n+duHm3flv0Or65gi KMdw== X-Gm-Message-State: AOPr4FVUN47UCl524BIarTLj26+7PT+Cj5y+oDvBmo3zUAkw2P+pbWGD6/T2gOxgvUKGTz6ZAzkl3ibnZ52ABA== MIME-Version: 1.0 X-Received: by 10.157.32.114 with SMTP id n105mr11543286ota.108.1461420130438; Sat, 23 Apr 2016 07:02:10 -0700 (PDT) Received: by 10.157.45.194 with HTTP; Sat, 23 Apr 2016 07:02:10 -0700 (PDT) In-Reply-To: <571B5B04.7040001@FreeBSD.org> References: <571B5B04.7040001@FreeBSD.org> Date: Sat, 23 Apr 2016 07:02:10 -0700 Message-ID: Subject: Re: How to use freebsd in sony's PS Vita From: Mehmet Erol Sanliturk To: Matthew Seaman Cc: FreeBSD Questions Mailing List , poopneo.rr.com@gmail.com Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Apr 2016 14:02:11 -0000 On Sat, Apr 23, 2016 at 4:22 AM, Matthew Seaman wrote: > On 23/04/2016 04:33, Austin Walker wrote: > > How can I use the pkg package installer in sonys ps vita and how > > do i access it please reply ;) > > As far as I know, there is no official support for pkg-style packages in > Sony's FreeBSD based devices. Neither have I heard any reports of > anyone porting pkg to that platform. So if you want to use pkg to > install packages there, it looks like you'ld have to do the work of > porting it there yourself. Bringing up pkg on a new platform is not a > trivial thing -- the first thing you'll need is a compilation > environment where you can build programs that will run on the Sony > device. Which means you'll need a compiler toolchain, make, perl, > autoconf and probably a few other applications. Many of these are > orders of magnitude more complex to deal with than just pkg. > > Also, even if you did have a copy of pkg that worked on a Sony device, > what would you do with it? You can't just install standard FreeBSD > packages there and expect them to work. Of course, once you could > compile pkg for sony, then you could probably compile a whole lot of > other stuff with relatively little effort. If you could bring that off, > you'ld be doing very well indeed. > > Cheers, > > Matthew > > > My knowledge is that Sony prevented running software on Playstation devices other than Sony prepared software , mainly games . Therefore , use of any external software on Playstation is not possible . At the beginning such a work was possible , even to construct clusters of Playstations . Later on Sony has prevented such usages . Mehmet Erol Sanliturk