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

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

Open
Chazmaniandevil24 opened this issue Sep 1, 2024 · 3 comments
Open

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

Chazmaniandevil24 opened this issue Sep 1, 2024 · 3 comments

Comments

@Chazmaniandevil24
Copy link

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 ^^

@Chazmaniandevil24 Chazmaniandevil24 changed the title Mac M2 HELP Not an issue but Mac M2 help pls :) Sep 1, 2024
@0x1iii1ii
Copy link
Owner

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

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

rdmrocha commented Sep 4, 2024

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

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

3 participants