0x1iii1ii / PPPwn-Luckfox

PPPwn PS4 Exploit for Luckfox Pico Pro/Max/Plus/Mini
GNU General Public License v3.0
223 stars 26 forks source link

Shutdown and Restart problem #63

Open ps4rokx opened 2 months ago

ps4rokx commented 2 months ago

Don't know why every version I used to be but same restart and shutdown problem happened occasionally...

PocketCoffee69 commented 2 months ago

Hey, same here, the chip (Luckfox pico mini B) is directly soldered onto the motherboard, every time i try to use luckfox the ps4 turns off after several attempts, i tried to reinitialize the PS4 but nothing.

Software version works just fine

Nesquirt commented 2 months ago

kernel panic.

0x1iii1ii commented 2 months ago

did you all use the latest v1.2.2? try a clean install by re-burn my custom buildroot image in the release page and try again, let me know if the KP still happens

PocketCoffee69 commented 2 months ago

I tried to do the procedure from scratch, without success, after several attempts the ps4 turns off. software version still works fine

0x1iii1ii commented 2 months ago

can you try to install v1.1.0 from the release page? after done report back and let me know if it work without KP.

0x1iii1ii commented 2 months ago

use this cmd for install

cd PPPwn-Luckfox
chmod +x install.sh
./install.sh
PocketCoffee69 commented 2 months ago

tried version 1.1.0 without success

alpay35 commented 2 months ago

I have the same problem cuh1004

0x1iii1ii commented 2 months ago

I have the same problem cuh1004

does the previous version work fine and no KP?

PocketCoffee69 commented 2 months ago

out of nowhere, version 1.2.1 works flawlessly, slightly slow 5 minutes on average over 10 reboots, but no problems after that. no web server feature, no big deal, but at the moment jailbreak works without problems.

0x1iii1ii commented 2 months ago

if you don't want a web server try 1.1.0, it's more stable than the latest release 1.2.X since I did some optimization to minimize the package from buildroot. I just updated the source code you can try it and let me know its performance or keep using 1.2.1.

PocketCoffee69 commented 2 months ago

Update: With version 1.1.0 "new" it seems to be going better, always 10 restarts 10 successes, average time 2/3 minutes max, the only note is that during the jailbreak the PS4 controller disconnects, nothing serious, by pressing the PS button the controller reconnects without problems.

with this version it seems that the Luckfox shuts down correctly after completing the jailbreak

0x1iii1ii commented 2 months ago

Did you burn the buildroot image I provided, or are you using stock image from Luckfox official? Also, does the PS4 controller disconnect every time or sometimes? I don't think it's because of the jailbreak process. I tested mine, and I never had such a weird problem.

PocketCoffee69 commented 2 months ago

I used the buildroot you updated, the controller always disconnects, until it completes the jailbreak with version 1.2.1 the controller does not disconnect, otherwise everything works correctly

EVOXGSR commented 2 months ago

Same. Converting from Pi-Pwn to an internal Luckfox Pico Mini B.
PS4 fw v9.0 has not once successfully been jailbroken.
Just crashes after a couple of attempts with v1.2.1

dave22z commented 2 months ago

With version 1.1.0 "new" whtout web server i noticed that after success jailbreak the luckfox don't auto shutdown (i config it to auto shut down before)

0x1iii1ii commented 2 months ago

With version 1.1.0 "new" whtout web server i noticed that after success jailbreak the luckfox don't auto shutdown (i config it to auto shut down before)

did you try a fresh install? tested mine it works fine.

0x1iii1ii commented 2 months ago

Same. Converting from Pi-Pwn to an internal Luckfox Pico Mini B. PS4 fw v9.0 has not once successfully been jailbroken. Just crashes after a couple of attempts with v1.2.1

try the updated v1.1.0

LouisGarry commented 2 months ago

With version 1.1.0 "new" whtout web server i noticed that after success jailbreak the luckfox don't auto shutdown (i config it to auto shut down before)

did you try a fresh install? tested mine it works fine.

1.2.2 works fine here

dave22z commented 2 months ago

With version 1.1.0 "new" whtout web server i noticed that after success jailbreak the luckfox don't auto shutdown (i config it to auto shut down before)

did you try a fresh install? tested mine it works fine.

yes a fresh installation

dave22z commented 2 months ago

Same. Converting from Pi-Pwn to an internal Luckfox Pico Mini B. PS4 fw v9.0 has not once successfully been jailbroken. Just crashes after a couple of attempts with v1.2.1

try the updated v1.1.0

yes i'm with the 1.1.0 version because i don't need the web server just auto launch jailbreak then shutdown the luckfox

dave22z commented 2 months ago

With version 1.1.0 "new" whtout web server i noticed that after success jailbreak the luckfox don't auto shutdown (i config it to auto shut down before)

did you try a fresh install? tested mine it works fine.

1.2.2 works fine here

yes i noticed that the 1.2.2 version work good but i d'ont need the web server i think i will use it and disable web server option thank you all

joe97tab commented 1 month ago

What is php version? 8.1 may miss some function. I think 8.2 ok.

LouisGarry commented 1 month ago

Hi all, remove:

111 // Enable UART 112 (uint8_t )kdlsym(uart_patch) = 0;

from stage1.c solve all problem with rest, shutdown and reboot problem!

source: https://github.com/TheOfficialFloW/PPPwn/blob/master/stage1/stage1.c

I'm on 11.00 luckfox mini b

Do you have the binary file?

0x1iii1ii commented 1 month ago

Hi all, remove:

111 // Enable UART 112 (uint8_t )kdlsym(uart_patch) = 0;

from stage1.c solve all problem with rest, shutdown and reboot problem!

source: https://github.com/TheOfficialFloW/PPPwn/blob/master/stage1/stage1.c

I'm on 11.00 luckfox mini b

thank you for your finding, I'll test it to see if it actually fixes the problem, also @LouisGarry, please also report your result as well!

LouisGarry commented 1 month ago

Hi all, remove: 111 // Enable UART 112 (uint8_t )kdlsym(uart_patch) = 0; from stage1.c solve all problem with rest, shutdown and reboot problem! source: https://github.com/TheOfficialFloW/PPPwn/blob/master/stage1/stage1.c I'm on 11.00 luckfox mini b

thank you for your finding, I'll test it to see if it actually fixes the problem, also @LouisGarry, please also report your result as well!

After trying 10 times, it looks the same as the original file.