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
Settingsand selectNetwork. - Select
Set Up Internet Connectionand chooseUse a LAN Cable. - Select
Customand chooseAutomaticin IP Address Settings. - Select
Do Not Specifyin DHCP Host Name. - Select
Automaticin DNS Settings. - Select
Automaticin MTU Settings. - Select
Do Not Usein Proxy Server
- Go to
Settingsand selectUser's Guide/Helpful Infoand selectUser's Guide.- Or open web browser, go to
http://psfree-luckfox.local
- Or open web browser, go to
- Click
Exploitbutton.There is not enough free memoryis showing, the exploit is failed.- Try again until showing
kernel exploit succeeded!.
- Build firmware first
- Clone
luckfox-picorepository - Select your Luckfox type by
./build.sh lunch - Configure your build by
./build.sh buildrootconfig - Add
python3-flaskdependency. (Target Packages->Interpreter languages and scripting->python3->External python modules) - Build all by
./build.shor 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