Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shutdown and Restart problem #63

Open
ps4rokx opened this issue Aug 19, 2024 · 25 comments
Open

Shutdown and Restart problem #63

ps4rokx opened this issue Aug 19, 2024 · 25 comments

Comments

@ps4rokx
Copy link

ps4rokx commented Aug 19, 2024

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

@PocketCoffee69
Copy link

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
Copy link

kernel panic.

@0x1iii1ii
Copy link
Owner

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
Copy link

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

@0x1iii1ii
Copy link
Owner

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
Copy link
Owner

0x1iii1ii commented Aug 21, 2024

use this cmd for install

cd PPPwn-Luckfox
chmod +x install.sh
./install.sh

@PocketCoffee69
Copy link

tried version 1.1.0 without success

@alpay35
Copy link

alpay35 commented Aug 21, 2024

I have the same problem cuh1004

@0x1iii1ii
Copy link
Owner

I have the same problem cuh1004

does the previous version work fine and no KP?

@PocketCoffee69
Copy link

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
Copy link
Owner

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
Copy link

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
Copy link
Owner

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
Copy link

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
Copy link

EVOXGSR commented Aug 27, 2024

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
Copy link

dave22z commented Aug 27, 2024

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
Copy link
Owner

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
Copy link
Owner

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

@dave22z
Copy link

dave22z commented Aug 28, 2024

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
Copy link

dave22z commented Aug 28, 2024

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
Copy link

dave22z commented Aug 28, 2024

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
Copy link

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

@LouisGarry
Copy link

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
Copy link
Owner

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants