pixelomer / PongoBRIX

First pongoOS game #pongoOSMasterRace
45 stars 8 forks source link

can't run make load_brix #8

Closed project11x closed 3 years ago

project11x commented 3 years ago

this happens when i enter it ➜ PongoBRIX git:(main) make load_brix python3.8 ../pongoOS/scripts/upload_data.py brix.bin Traceback (most recent call last): File "../pongoOS/scripts/upload_data.py", line 27, in import usb.core ModuleNotFoundError: No module named 'usb' make: *** [load_brix] Error 1

pixelomer commented 3 years ago

Make sure you installed pyusb.

python3.8 -m pip install pyusb

Additionally, you might need to install libusb.

# MacPorts
sudo port install libusb

# Homebrew
brew install libusb
project11x commented 3 years ago
Screenshot 2021-05-22 at 09 38 14
pixelomer commented 3 years ago

You're probably using the pongoOS build that comes with checkra1n. You need to clone the latest pongoOS code, build it with some changes and use that. See "Before you begin" in the README.

project11x commented 3 years ago

so how do i run this command: Boot into pongoOS with checkrain -k ../pongoOS/build/Pongo.bin -p if your device isn't already in pongoOS.

project11x commented 3 years ago

or what did i wrong

project11x commented 3 years ago

tbh i dont know what to do

pixelomer commented 3 years ago
/Applications/checkra1n.app/Contents/MacOS/checkra1n -k ../pongoOS/build/Pongo.bin -p
project11x commented 3 years ago

this happens

Screenshot 2021-05-22 at 11 36 17
project11x commented 3 years ago

*when i type 'make load_brix'

pixelomer commented 3 years ago

You are definitely not following the steps in the README. _gFramebuffer is exported by the latest pongoOS code on GitHub even without modifications.

project11x commented 3 years ago

i get ponoOS from here right?: https://github.com/checkra1n/pongoOS

project11x commented 3 years ago

nevermind thx for helping out

great idea i don't know what the fk i did there