PSXHAX.COM website and domain for sale. Contact Us with your offer!
PS4Eyecam / PS4 Camera Firmware Kernel Analysis WIP by BigBoss
Last month PlayStation 4 developer BigBoss revealed the PS4 Camera Auxiliary Ports for PS4Eyecam followed by a PS4 Kernel Analysis by CTurt, and today BigBoss shared some updated information on the PS4 Camera Firmware for developers.

He also confirmed he's working on a PS4 Camera Firmware Kernel Analysis in his Tweets below, as follows:


It's great to see PS4 developers making progress with Sony's PlayStation 4 console, we'll be sure to keep an EYE on this project as it develops further! ;)
PS4 Auxiliary Ports for PlayStation 4 Camera Revealed by BigBoss
Following his PS4 Camera PC Driver and PS4 Dual Eye Camera work, PlayStation 4 developer bigboss revealed the PS4 Auxiliary Ports for the PlayStation 4 Camera today.

Check out the pic via embedded Tweet below! :)


For those interested, their work-in-progress Github link is located here: psxdev

PS4 AUX Port to USB 3.0 PlayStation Camera Adapter (Unofficial PSVR Dev Kit)
PS4 Camera Windows Drivers Installation Tutorial
Does the unofficial PS4 Camera adapter will work on PS5?
PlayStation 5 Camera on PC

Download: PS5_camera_files-main.zip / GIT
Hackinside Live Stream Using PS4 Camera V2

PS4 Camera AUX to USB3 Adapters.jpg
PS4Link Loader with PS4SH ELF Loader Session Updates by Hitodama
Following the recent PS4Dev GIT updates, today bigboss has integrated the PS4Link Loader with PS4SH ELF Loader Session updates by hitodama with details below.

Download: 03310c293952786c6aba7c1345308cce2d4d58c4.zip / GIT / PSX Dev GIT

ps4loadingelfsession.txt
Code:
First load custom ps4link in ps4 with webkit exploit
We see log initialization on mac/pc to see if there is a problem with bind.
$ debug.sh
[PS4][INFO]: debugnet initialized
[PS4][INFO]: Copyright (C) 2010,2016 Antonio Jose Ramos Marquez aka bigboss @psxdev
[PS4][INFO]: ready to have a lot of fun...
[PS4][DEBUG]: [PS4LINK] Server request thread UID: 0x80678B40
[PS4][DEBUG]: [PS4LINK] Created ps4link_requests_sock: 84
[PS4][DEBUG]: [PS4LINK] bind to ps4link_requests_sock done
[PS4][DEBUG]: [PS4LINK] Ready for connection 1
[PS4][DEBUG]: [PS4LINK] Waiting for connection
[PS4][DEBUG]: [PS4LINK] Server command thread UID: 0x806970E0
[PS4][DEBUG]: [PS4LINK] Command Thread Started.
[PS4][DEBUG]: [PS4LINK] Created ps4link_commands_sock: 86
[PS4][DEBUG]: [PS4LINK] Command listener waiting for commands...
^C
Now we open ps4sh session
$ ps4sh
ps4sh version 1.0
/Users/bigboss/.ps4shrc: No such file or directory
Connecting to fio ps4link ip 192.168.1.17
log: [HOST][INFO]: [PS4SH] Ready
log: [PS4][DEBUG]: [PS4LINK] Client connected from 192.168.1.3 port: 25797
log: [PS4][DEBUG]: [PS4LINK] sock ps4link_fileio set 85 connected 1
log: [PS4][DEBUG]: [PS4LINK] Initialized and connected from pc/mac ready to receive commands
log: [PS4][DEBUG]: [PS4LINK] Waiting for connection
ps4sh> help
?           ? :: Synonym for `help'..
cd          cd [dir] :: Change pksh directory to [dir]..
debug       debug :: Show pksh debug messages. ( alt-d ).
exit        exit :: Exits pksh ( alt-q ).
help        help :: Display this text..
list        list [dir] :: List files in [dir]..
log         log [file] :: Log messages from PS4 to [file]..
ls          ls [dir] :: Synonym for list.
make        make [argn] ... :: Execute make [argn] ....
gmake       gmake [argn] ...
PS4 Dev Hitodama Updates PS4Dev GIT with New Tools and ELF Loader
PlayStation 4 developer hitodama has updated the PS4Dev GIT today with some new tools including an ELF Loader and more according to Sony PlayStation hacker BigBoss (PSX DEV).

Download: elfldr / elf-loader / elf-loader ([plain]PSXDev[/plain]) / libps4 / libps4-generator / libps4-symbols / libps4-examples / libps4-boilerplate / libps4-sce-include / libps4-std-include / PS4Dev GIT

PS4Dev File Purpose
elfldr Runs 64-bit Elf files in-process on Linux, FreeBSD and the PS4
libps4 Libc, POSIX and SCE module library for the PS4
libps4-generator Generates libps4 through std (C and Posix) and SCE module headers
libps4-symbols Most recent PS4 symbols by firmware for analysis and convenience
libps4-examples Examples and prove of concepts which show something realized with libps4 (not necessarily unique to the PS4 - in fact prove of POSIX parts or failures are quite welcome)
libps4-boilerplate Imported by libps4-generator to generate libps4
libps4-sce-include Reverse engineered community maintained SCE headers. Imported by libps4-generator to generate libps4
libps4-std-include Read-only freebsd libc and POSIX headers. Imported by libps4-generator to generate libps4
Some recent Tweets from Twitter:

To quote zecoxao from the Tweets...
Fail0verflow's Linux on PS4: 3D Drivers Working, Radeon Patches
Following their Linux on PS4 Kernel release, fail0verflow have announced news of PS4 3D drivers working alongside some Radeon patches with details below.

Download: ps4-radeon-patches-master.zip / GIT / PS4Linux Video Drivers

Some new information about Linux on PS4: Fail0verflow get the 3D drivers to work :)
From Wololo, to quote: 3D drivers open the path not only to good homebrew development, but also to potential AAA titles. There are several AAA titles running on Linux, and getting hardware GPU acceleration is a prerequisite to run those.

Additionally, 3D acceleration could ultimately bring SteamOS to the PS4. I have argued that having Steam on the PS4 could bring some healthy price competition on the device. Despite what the naysayers complained about in my SteamOS article, several Steam games are optimized for gamepads and would run great on the PS4.

Yes, you can probably forget about DotA with your Dualshock 4, but it wouldn’t be a stretch to imagine Linux on the PS4 will support a mouse and a keyboard ultimately. And if you can’t see the point of having a nice centralized box for all your gaming and entertaining needs in the living room, then I can’t do much for you ;)
We updated the drivers for archlinux you can get them from here: ps4linux-video-drivers-master.zip / GIT

You need also a new kernel: bzImage (5.9 MB)

From the README.md: PS4 video drivers

Video drivers required to use 3d hardware acceleration on Arch Linux. Original patches from failoverflow...
Back
Top