Uploaded June 2025 | Updated September 2026, 2 weeks ago
So this project is primarily for the og xbox how ever it supports x-input meaning this can be used on the pc with no driver as well as a few other consoles besides the og xbox like the Xbox360,Ps3,PlayStation classic,Switch dock
-----------------------------------------------------------------------------------------------------------
( One thing they are adding chaining of pico's and adding Xbox 360 usb encryption by-pass support right now you need a patch on the Xbox 360 to use this so just a heads up and can only use one pico with this combo project )
-----------------------------------------------------------------------------------------------------------
*Esp32 Flashing Steps Linux *
* install esptool to flash esp32 *
sudo apt-get install esptool
sudo pacman -S esptool
* get the port number *
sudo dmesg | grep tty
* optional erase the esp32 be sure to change port number to yours *
esptool.py --chip esp32 --port /dev/ttyUSB0 erase_flash
* Again be sure to change the port to yours last step flashing esp32 *
sudo esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 460800 write_flash \
0x1000 bootloader.bin \
0x8000 partition-table.bin \
0x10000 firmware.bin
-----------------------------------------------------------------------------------------------------------
Esp32 Guide Flashing Under Windows
" youtube.com/watch?v=xVH-lglMd5U "
-----------------------------------------------------------------------------------------------------------
3D Printed Xbox 360 Shell
" drive.google.com/file/d/1jPLTt3tsxy9JNgRn-YAuujyuUuRNUbm5/view?usp=sharing "
-----------------------------------------------------------------------------------------------------------
Github Project Link I Will Post My Personal Back Up If This EVER goes down..
" github.com/wiredopposite/OGX-Mini "
-----------------------------------------------------------------------------------------------------------
Last Video " youtube.com/watch?v=iMLfJGYVmt4 "
-----------------------------------------------------------------------------------------------------------
Please Visit: " everythingdigital1.com "
So this project is primarily for the og xbox how ever it supports x-input meaning this can be used on the pc with no driver as well as a few other consoles besides the og xbox like the Xbox360,Ps3,PlayStation classic,Switch dock
-----------------------------------------------------------------------------------------------------------
( One thing they are adding chaining of pico's and adding Xbox 360 usb encryption by-pass support right now you need a patch on the Xbox 360 to use this so just a heads up and can only use one pico with this combo project )
-----------------------------------------------------------------------------------------------------------
*Esp32 Flashing Steps Linux *
* install esptool to flash esp32 *
sudo apt-get install esptool
sudo pacman -S esptool
* get the port number *
sudo dmesg | grep tty
* optional erase the esp32 be sure to change port number to yours *
esptool.py --chip esp32 --port /dev/ttyUSB0 erase_flash
* Again be sure to change the port to yours last step flashing esp32 *
sudo esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 460800 write_flash \
0x1000 bootloader.bin \
0x8000 partition-table.bin \
0x10000 firmware.bin
-----------------------------------------------------------------------------------------------------------
Esp32 Guide Flashing Under Windows
" youtube.com/watch?v=xVH-lglMd5U "
-----------------------------------------------------------------------------------------------------------
3D Printed Xbox 360 Shell
" drive.google.com/file/d/1jPLTt3tsxy9JNgRn-YAuujyuUuRNUbm5/view?usp=sharing "
-----------------------------------------------------------------------------------------------------------
Github Project Link I Will Post My Personal Back Up If This EVER goes down..
" github.com/wiredopposite/OGX-Mini "
-----------------------------------------------------------------------------------------------------------
Last Video " youtube.com/watch?v=iMLfJGYVmt4 "
-----------------------------------------------------------------------------------------------------------
Please Visit: " everythingdigital1.com "







![IBM Type 8556 BlueSCSI V2 Install Guide
So this isnt perfect but better then nothing I may have ran into some issues but everything works just fine. I did spoof the bluescsi it thinks its a ibm drive and I noticed I forgot that process in the video only after the fact. I will provide the bluescsi.ini I used then down below it goes on the SD card.
Commands And BlueSCSI .ini Used In The Video For Copying
1.Use the command lsblk to find the sd card in terminal
2. Use either of these commands to format the SD card be sure to use the right drive from the previous command replace sdX1
For a exfat sd card
sudo mkfs.exfat -L BLUESCSI /dev/sdX1
For a fat32 sd card
sudo mkfs.fat -F 32 -n BLUESCSI /dev/sdX1
3. Make the drive image and make sure its on the sd card.
dd if=/dev/zero of=HD6_NEW.img bs=512 count=800000
4. Copy the bluescsi.ini to the sd card
[SCSI]
Vendor=IBM-ESDI
Product=0661
Revision=0001
InquiryStandardVersion=2
SelectionDelay=255
EnableInt13=1
I will have the ini here soon sorry. I need to pull apart my IBM soon to put in the 3D print and sd card extension cable so I will have the ini in this section updated ASAP so that it matches the one I used in the video.The one above is a generic one it should still work in the mean time.
HARDWARE NEEDED!!!
BlueSCSI V2 Although external ones may work I didnt know about them prior but all I needed was a drop in drive replacement and needed to get the bad drive out if your drive is good maybe get a external BlueSCSI instead.
Sd Card Preferably 32Gb or below but up to 128GB will work but remember the .img file needs to be under 1GB
Reference Diskettes Can Be Found Here
https://www.ardent-tool.com/disks/
FUTURE 3D Print Files Will Go Here
LAST THING IMPORTANT YOUR BIOS
Its stored on the system if the cmos battery dies what ever settings you set will be undone. Make sure your cmos battery is ok if your running into issues its a easy thing to miss. When I used real spinning metal cleaning this system one day my battery died so I know from experience so I suggest maybe swapping that too while you have it opened if you dont know.
Last Video https://www.youtube.com/watch?v=t31Qh3jeMNA
Please Visit: http://everythingdigital1.com IBM Type 8556 BlueSCSI V2 Install Guide](https://i.ytimg.com/vi/DEmQrOUxmC4/mqdefault.jpg)


