This.This should be implemented on all builds by default.
This.This should be implemented on all builds by default.
Sweet...Ah. Yeah, that's in there already. Thank you!Simple fixGPIO reset
This is all that needs to be added to support it. It's set up to use pin 40 which should not be a problem on any version of the Pi that is supported.Code:GPIO.setmode(GPIO.BOARD) GPIO.setup(40, GPIO.OUT) GPIO.output(40,1) sleep(0.4) GPIO.output(40,0)
This should be implemented on all builds by default, its a simple way to support the AW converted games that unfortunately lock up the naomi when you want to launch/load another game.![]()
That would be completely amazing!Honestly there isn't much need for the older RPIs. Perhaps I should get off my lazy ass and finish that script's few bugs, it's easy to slot this into it should you want to use it and removed piforcetools from being locked to any rpi version.
This is being developed for the 3B+ and 4 specifically, with mind to keeping things platform-agnostic.I would also like to see this ported to the 3b+ and 4, at some point it will become difficult to get the older pi's, I've bought a spare but had a hard time finding it here in the UK at the time, ironic really as they're built here!
Nope it's like that on my ipad, my galaxy note, my pc - anything.For whatever reason the signing onto the naomi ssid usually takes a few tries, putting in the password; also the network/password is not autosaved to reconnect to it later on (atleast not on my iphone) so hen I select the network again I have to enter the password again. Maybe its an iphone issue, not sure.
That's something that I'll be able to add in pretty easily once I have some solid IPC/messaging implemented (what I'm presently doing). I've wanted this as well.Nope it's like that on my ipad, my galaxy note, my pc - anything.For whatever reason the signing onto the naomi ssid usually takes a few tries, putting in the password; also the network/password is not autosaved to reconnect to it later on (atleast not on my iphone) so hen I select the network again I have to enter the password again. Maybe its an iphone issue, not sure.
One feature I would really love - apart from being able to reset AW games, is a loading % screen from the time you "load" the bin, some progress bar would be awesome.
A set of scripts I had worked on previous to remove piforce from needing specific raspbian builds. https://github.com/sammargh/pinaomiforcewebtoolsThis is being developed for the 3B+ and 4 specifically, with mind to keeping things platform-agnostic.I would also like to see this ported to the 3b+ and 4, at some point it will become difficult to get the older pi's, I've bought a spare but had a hard time finding it here in the UK at the time, ironic really as they're built here!![]()
This isn't piforce-web, it's something totally new.
@sammargh, which script are you referring to? I'm intrigued.
Nice work!A set of scripts I had worked on previous to remove piforce from needing specific raspbian builds. https://github.com/sammargh/pinaomiforcewebtools
There's still some outlier bugs I never went back and fixed outlined in the thread I made here https://www.arcade-projects.com/for...pproach-to-raspberrypi-netboot-programs.7363/
Go for it, I only made it because I was tired of my rpi2 implodingNice work!A set of scripts I had worked on previous to remove piforce from needing specific raspbian builds. https://github.com/sammargh/pinaomiforcewebtools
There's still some outlier bugs I never went back and fixed outlined in the thread I made here https://www.arcade-projects.com/for...pproach-to-raspberrypi-netboot-programs.7363/
I like this approach way better, as it's more future tolerant. Is it okay with you if I end up touching your script/including it with my project when it's ready?
I'm pretty sure Sega is not seeing a cent from any netboot era hardware at this point.then turning a profit on it through piracy of something I really like, from a company I've always had a soft spot for.
I'm pretty sure Sega is not seeing a cent from any netboot era hardware at this point.then turning a profit on it through piracy of something I really like, from a company I've always had a soft spot for.
I don't think I need any further justification.I'm doing this whole thing for funsies, and I don't like the idea of somebody taking my work that I did for fun, and then turning a profit on it through piracy of something I really like
I don't know about that. Arcades are going to want to set something up so that it boots automatically to the same game every single day. Most arcades that are running "pirated" NAOMI setups are running CF for that reason and would probably go to the orange pi setup if they moved away from CF to net boot.Sega isn't making any money, but I'm also not interested in making an entire arcade's worth of netbooted units highly manageable for free, as it's going to be misused the second I do so.