Jump to content
OGXbox.com

dtomcat

Moderators
  • Posts

    817
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by dtomcat

  1. I’m all for innovation! Keep up the work I believe this project is just for someone that wants something cheap and may already have on hand. My project they were referring to (picoPromSD) is more convenience than affordability. I did it so you can do one or many eeprom backups with needing to be tethered to PC. I actually started out in the same manner as this. Wanting to use a pico great job. I’ll stick with my project obviously lol… but I think many will like this If you find you need help… let me know. I went on to decrypt the eeprom, calculate HDD password based on eeprom HDD key… as well as grab password from seagates directly
  2. Never used that slicer… but you should be able up manually add supports (I’ve never seen a print that included the supports). you could also flip print to reduce the amount of supports needed
  3. Since it’s a 1.5tb… means modded system. If it was with a modchip… there is a chance it’s unlocked (still will get an error on an unmodded system)
  4. Nice! It’s similar to my project. I’ll be releasing code that allows you get the seagate HDD passwords without the need of the Xbox or eeprom backup. Just 3 wires
  5. 19 left.... side note: Firmware 2.3 up on github: https://github.com/dtomcat/picoPromSD/tree/main/firmware Just adds PicoPromSDs digital serial number to the log file.
  6. down to 21... and sold out of pogo adapters. parts for more should be here Sunday ::fingers crossed::
  7. Also firmware 2.3 will probably go live tomorrow (no real changes... just a change in the log to add device serial number to log).
  8. Last batch is complete and tested. I have 27 to sell... and about 10 people who already messaged with interest. Not sure how many of them will buy... but just assume 17 left Getting more pogo pins (arrive Sunday as of right now)... so will have limited supply of pogo adapters until then (currently can make 6)
  9. Last batch is almost ready. Passed initial tests…. All that’s left is pin header, bath, and final tests
  10. I’ve never done anything with TSOP. @Bowlsnapperhas… as well with a few others here
  11. I thought you might have been thinking TSOP but wasn’t sure
  12. I dont think it would work. But I’m not really sure. The chip would have be set for the right address. I don’t know enough to know if it set internally or externally
  13. honestly don't know LOL... just confirming that it works with those two That is for power stability and may make a difference
  14. that is possible... perhaps it's too slow? I've used a 3B and a Pi Zero W
  15. New firmware is up! Enjoy! https://github.com/dtomcat/picoPromSD/tree/main/firmware
  16. Awesome... glad it worked out... I'm wondering if it's a wiring thing... or maybe just dump and start from scratch building the software side again
  17. New User manual is up: want a few more days of testing before uploading new firmware: https://github.com/dtomcat/picoPromSD/blob/main/UserManual/userManual.pdf
  18. and just to be sure.... after adding that line... you redid "./install" ?
  19. Hmmm I would’ve thought that was it. I had same problem
  20. Essentially your flash is a bit slower than pi wants. This line tells it to wait until flash is ready for next write command.
  21. Xenium-flash.cpp around line 174 //write byte to flash flash.Write(i, flash_buffer[i]); while(flash.Read(0) != flash.Read(0)); float current_progress = (float) i / flash_size * 100.0f; need to add bold line
  22. You need to add a line of code to the source code and recompile. I’ll have to find it later. It’ll be a few hours before I can get to it .

Board Life Status


Board startup date: April 23, 2017 12:45:48
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.