Providing PSFree exploit and some extras web server on Luckfox a single board computer Original work by kmeps4 PSFree and thanks to harsha-0110 PPPwn-Luckfox for web dashboard.
- PSFree ONLY supports PS4 System
9.00
- PSFree-Lapse exploit is working in progress currently. It can make system carsh or kernel panic. ALL OF USING AT YOUR OWN RESPONSIBILITY
- The exploit can be failed sometime. when failed, try again.
Follow this tutorial
-
Mini / Plus
https://wiki.luckfox.com/Luckfox-Pico/Luckfox-Pico-MiniB-burn-image
-
Pro / Max
https://wiki.luckfox.com/Luckfox-Pico/Luckfox-Pico-ProMax-burn-image
PSFree ONLY SUPPORT SPI NAND FLASHING
- Go to
Settings
and selectNetwork
. - Select
Set Up Internet Connection
and chooseUse a LAN Cable
. - Select
Custom
and chooseAutomatic
in IP Address Settings. - Select
Do Not Specify
in DHCP Host Name. - Select
Automatic
in DNS Settings. - Select
Automatic
in MTU Settings. - Select
Do Not Use
in Proxy Server
- Go to
Settings
and selectUser's Guide/Helpful Info
and selectUser's Guide
.- Or open web browser, go to
http://psfree-luckfox.local
- Or open web browser, go to
- Click
Exploit
button.There is not enough free memory
is showing, the exploit is failed.- Try again until showing
kernel exploit succeeded!
.
- Build firmware first
- Clone
luckfox-pico
repository - Select your Luckfox type by
./build.sh lunch
- Configure your build by
./build.sh buildrootconfig
- Add
python3-flask
dependency. (Target Packages
->Interpreter languages and scripting
->python3
->External python modules
) - Build all by
./build.sh
or build rootfs only by./build.sh rootfs
- Clone
- Install PSFree-Luckfox by
./install-to-rootfs-buildroot.sh <rootfs-path>
- rootfs path can be found at
<your-luckfox-pico-sdk-path>/output/out/rootfs_uclibc_rv1106
- rootfs path can be found at
- Repackage by
./build.sh firmware
- Firmware files can be foudn at
<your-luckfox-pico-sdk-path>/output/image
- Firmware files can be foudn at