0x1iii1ii / PPPwn-Luckfox

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

Not an issue but Mac M2 help pls :) #71

Open Chazmaniandevil24 opened 2 weeks ago

Chazmaniandevil24 commented 2 weeks ago

Hey all

hope its okay to ask here, I can't seem to get this working on a Mac tried using Mobaxterm with whisky / wine however its not working.

Did anyone else have a work around for this?

Thanks again for your hard work ^^

0x1iii1ii commented 2 weeks ago

you already burned the buildroot to the luckfox right? And can't ssh it with mac? try using the old method, plug your Luckfox LAN into the router and find its IP address in your router then type that IP in Moba to SSH it.

Chazmaniandevil24 commented 2 weeks ago

you already burned the buildroot to the luckfox right? And can't ssh it with mac? try using the old method, plug your Luckfox LAN into the router and find its IP address in your router then type that IP in Moba to SSH it.

I didn't think I needed to was following moddedwarfare vid and he stated with a new luckfox pico plus I could skip that step and go straight to ssh

rdmrocha commented 1 week ago

Grab your self a copy of upgrade_tool_v2.25_for_mac and android-platform-tools.

plug your luckfox into usb while holding the boot button. on your mac's terminal:

sudo ./upgrade_tool ld

your board should be listed

  1. firmware upgrade: We just need the update.img from the custom buildroot:

sudo ./upgrade_tool uf /path/to/update.img

  1. Wait a bit for the device to reboot and check for presence in adb:

adb devices

  1. Send the necessary files into the correct path:

adb push /path/to/PPPwn-Luckfox-vx.y.z /root/PPPwn-Luckfox

  1. Grab a shell from the device and start installation:

adb shell

[root@luckfox ]$ cd /root/PPPwn-Luckfox/

[root@luckfox PPPwn-Luckfox]$ chmod +x [install.sh](http://install.sh/) 

[root@luckfox PPPwn-Luckfox]$ ./install.sh