Thanks! Didn't want to tie up a 3b+ if the 3b was sufficent.I've run it from both a Pi 3 and a Pi 3b+ and haven't noticed any difference.
Thanks! Didn't want to tie up a 3b+ if the 3b was sufficent.I've run it from both a Pi 3 and a Pi 3b+ and haven't noticed any difference.
Someone can help me I am in same states since 1 month ago.so I made USB boot linux key, where can I paste outrun chihiro specific file and xbox wirelss command file? It's seems dev/input/event4 but I dont find it in sd card.
Has anyone official resolved this issue? I also can't find the piforcetools.py file with this new image so not sure where to even edit the appropriate file. Can someone tell me how to get the the file to edit since there is no piforcetools.py file that I can find?Try changing the value to another colour like red or yellow to see if you get any change on the LCD
it seems base board witth usb faulty. I will change it.Have you set the controller for OR2 in OpenJVS mappings? The Chihiro message looks like your RS485 adaptor isn't being recognised or the openjvs process is not starting. Can you post an image of the launch screen for OR2? It should show what mapping file is in use.
/sbin/piforce/lcd-piforcetools/piforcetools.py is the one that uses the LCD screenHas anyone official resolved this issue? I also can't find the piforcetools.py file with this new image so not sure where to even edit the appropriate file. Can someone tell me how to get the the file to edit since there is no piforcetools.py file that I can find?
Thanks.
Thanks. To clarify; this file is not on the image (sd card itself) and you have to go into the Pi itself to modify this file? I can’t find it in the image itself for file directory - I need to go into the Pi itself and modify?/sbin/piforce/lcd-piforcetools/piforcetools.py is the one that uses the LCD screen
I've found that the way piforcetools check for the LCD is completly dependent on the Raspberry revision:So a bit of a specific question, but I ended up with a Adafruit LCD since I was going off the old tutorial before I found this thread. I'm never going to use it for this purpose AND I have an old RPi B+ lying around. I wanted to see if I could get this working without the wifi connection (since the B+ doesn't have onboard wifi) and just use the LCD instead.
From what I've read the B+ is set up differently so the it doesn't properly detect the LCD unless you modify some files but I can't figure out what file or how to modify it. I've actually tested the netbooting function and it boots fine and will start the previously played game but without the LCD, changing games would be hard or maybe impossible?
Can anyone point me what files I would need to change and how?
Thanks!
~Paik
I was trying WiPi with a PiZero for a minimal installation, and found that the LCD wasn't working.# Determine hardware revision and initialize LCD
revision = "unknown"
cpuinfo = open("/proc/cpuinfo", "r")
for line in cpuinfo:
item = line.split(':', 1)
if item[0].strip() == "Revision":
revision = item[1].strip()
if revision.startswith('a'):
lcd = Adafruit_CharLCDPlate(busnum = 1)
else:
lcd = Adafruit_CharLCDPlate()
# Determine hardware revision and initialize LCD
revision = "unknown"
cpuinfo = open("/proc/cpuinfo", "r")
for line in cpuinfo:
item = line.split(':', 1)
if item[0].strip() == "Revision":
revision = item[1].strip()
if revision.startswith('a'):
lcd = Adafruit_CharLCDPlate(busnum = 1)
elif revision.startswith('9'):
lcd = Adafruit_CharLCDPlate(busnum = 1)
else:
lcd = Adafruit_CharLCDPlate()
New-style revision codes in use:
Code Model Revision RAM Manufacturer
900021 A+ 1.1 512MB Sony UK
900032 B+ 1.2 512MB Sony UK
900092 Zero 1.2 512MB Sony UK
900093 Zero 1.3 512MB Sony UK
9000c1 Zero W 1.1 512MB Sony UK
9020e0 3A+ 1.0 512MB Sony UK
920092 Zero 1.2 512MB Embest
920093 Zero 1.3 512MB Embest
900061 CM 1.1 512MB Sony UK
a01040 2B 1.0 1GB Sony UK
a01041 2B 1.1 1GB Sony UK
a02082 3B 1.2 1GB Sony UK
a020a0 CM3 1.0 1GB Sony UK
a020d3 3B+ 1.3 1GB Sony UK
a02042 2B 1.2 1GB Sony UK (with BCM2837)
a21041 2B 1.1 1GB Embest
a22042 2B 1.2 1GB Embest (with BCM2837)
a22082 3B 1.2 1GB Embest
a220a0 CM3 1.0 1GB Embest
a32082 3B 1.2 1GB Sony Japan
a52082 3B 1.2 1GB Stadium
a22083 3B 1.3 1GB Embest
a02100 CM3+ 1.0 1GB Sony UK
a03111 4B 1.1 1GB Sony UK
b03111 4B 1.1 2GB Sony UK
b03112 4B 1.2 2GB Sony UK
b03114 4B 1.4 2GB Sony UK
c03111 4B 1.1 4GB Sony UK
c03112 4B 1.2 4GB Sony UK
c03114 4B 1.4 4GB Sony UK
d03114 4B 1.4 8GB Sony UK
c03130 Pi 400 1.0 4GB Sony UK