What's new

How to Net-boot NAOMI/Tri-Force/Chihiro Using Pi-Force Tools

If you are very lucky, the chip might still work, but it's probably best to get a new one.
i was afraid that might be the case, but i got hope haha, i will try my best to desolder with no damage on the chip if not ill just order a new chip, ill keep you guys posted :)
 
I've got a desoldering station and you're welcome to come by and I can pull all that solder out for you. I've also got a couple of working modules so you can check that your image is good.
 
I've got a desoldering station and you're welcome to come by and I can pull all that solder out for you. I've also got a couple of working modules so you can check that your image is good.
Damm i wish i would of seen this message yesterday, i went ahead and attempted to desolder the chip with these tools and it was a complete fail haha, jassin was right that shit was a MF, so i just ended up ordering a new adafruit lcd :whistling: , when it arrives I’ll attempt again, thanks for the invitation, i can still go just because 8) Haha
 

Attachments

  • 762D9D3A-726A-46BD-B531-8CBBE3435488.jpeg
    762D9D3A-726A-46BD-B531-8CBBE3435488.jpeg
    209.8 KB · Views: 83
Dont toss the old LCD, if you didn't mangle it too badly with the braid I can rework it.

I'm telling you desolder is a bitch, I should know... I've never owned a desolder station/pump/anything, I only used braid these past 20 years!

The easiest trick I know is to just cut the feet right off the IC. Grab the chopped leg with some tweezers and as you heat it (make sure it's hot or you might rip up traces) with the iron pull it out. Then go back in with fresh flux/solder and braid to clean up the thru hole.
 
Dont toss the old LCD, if you didn't mangle it too badly with the braid I can rework it.
sure you can have it :thumbup: . This was the result of my mistake lol
 

Attachments

  • BF26E20F-29F0-43F4-8BAA-448AF71F30DF.jpeg
    BF26E20F-29F0-43F4-8BAA-448AF71F30DF.jpeg
    187.5 KB · Views: 93
Dont toss the old LCD, if you didn't mangle it too badly with the braid I can rework it.
sure you can have it :thumbup: . This was the result of my mistake lol
Oh thats not too bad at all, yea I'll grab it and rework next time we meet up.
UnNtB5B.gif


I'm moving back to the ghetto this weekend (aka Fitchburg MA) but soon as I evaluate the situation (ie install bars on the windows and buy a handgun) its cab moving time.
You are welcome to be a part of that if you like. ;)
 
I'm moving back to the ghetto this weekend (aka Fitchburg MA) but soon as I evaluate the situation (ie install bars on the windows and buy a handgun) its cab moving time.You are welcome to be a part of that if you like. ;)
the ghetto haha, i was born and raised in the bronx NY it don't get any more ghetto then that i miss it actually, if you need help moving your cabs let me know im glad to help you out with those whales haha.
 
I give up ?( , I assembled a new adafruit lcd with the chip the right way this time , i re image the sd card with the piforce v1.5 ,also adjusted the contrast and nothing.
 

Attachments

  • 43ABF0C2-99A0-483B-8F94-1433A7E920D1.jpeg
    43ABF0C2-99A0-483B-8F94-1433A7E920D1.jpeg
    157.8 KB · Views: 93
  • 919E4BA8-0CF9-4169-9464-FE3D4E299C63.jpeg
    919E4BA8-0CF9-4169-9464-FE3D4E299C63.jpeg
    133.5 KB · Views: 97
  • 0F768C02-2D36-4CD0-92C5-7F73E0965A15.jpeg
    0F768C02-2D36-4CD0-92C5-7F73E0965A15.jpeg
    158.7 KB · Views: 84
i had to change aoption in the script dealing with rgb versus blue. which mine was blue
 
i looked thru his github for the script i dont see it. probably due to i was runing a older script
 
It looks like your lcd backlight isn't working. It's basically just 2 pins of the lcd (usually at the end) that are connected to the 5V and gnd.
If you have a meter you can check if the 5V arrives on those pins.
Maybe you could find a datasheet of the chip on the lcd board and see if that gets powered as well.

But, I would basically try to get the backlight going first.
If you start the assembly without sd card in the pi, you should be able to get that one line on the display like you had when the chip was wrongly inserted.
You might need to tweak the contrast potmeter for that.

With an sd card, the pi starts up and might blank the display. That's why it's better to test without sd card first.
 
Thanks for the suggestion, im gonna try the adafruit troubleshoot instructions to see if i can get something to display on the lcd first :S
 
Without backlight, even if you get something on the lcd, you won't see it.
It's the light that shines trough the display that makes the characters visible.
Maybe, if you shine with a strong light on the lcd. (Like your smartphone flash led),
you might be able to see something if you look at the lcd under different angles. (Without functioning backlight)

I just checked the adafruit raspberry lcd assembly and apparently the backlight is also controlled by the raspberry pi.
So the method of starting it without sd card won't work.

Just make sure you enable IIC with the raspi-config program of the pi. If you use a normal working image, it should be enabled.
If you use a normal working image, make sure it is suposed to work on your version of pi you are using.
 
Last edited:
Hello everyone,

So i figured out the issue. I had to go into the piforcetools.py file and change anything that said Adafruit_CharLCDPlate() to Adafruit_CharLCDPlate(busnum = 1) and then put the sd card back into the raspberrypi and boom text and backlight working :thumbsup:
 

Attachments

  • B9984D4F-615A-47FD-B177-5AD13DE784EB.jpeg
    B9984D4F-615A-47FD-B177-5AD13DE784EB.jpeg
    108.8 KB · Views: 81
So now i try to load up a game “marvel vs capcom 2 and it gives me a error 31
 

Attachments

  • 1B0EA631-DC95-43F2-A27A-CA2880F239CA.jpeg
    1B0EA631-DC95-43F2-A27A-CA2880F239CA.jpeg
    81.9 KB · Views: 81
Back
Top