Plus besoin de booter sous Windows pour acceder à votre nand. Xflash peut être installé via le lien de téléchargement, ou en tapant :
sudo apt-get install python-pip
sudo pip install --upgrade xflash
Fonctions du logiciel :
* read/write/erase all size nands - 16mb, 64mb, 256mb, 512mb
* flash xsvf's to your CPLD (assuming your nandflasher supports that) - Nand-X
* power on/off the console (assuming your nandflasher supports that and is wired correctly)
* supports armV1 and armV3 flashers (where nandpro only supports armV3)
Pour l'installer via pip sur debian/ubuntu:
sudo apt-get install python-pip libusb-1.0-0
sudo pip install xflash
Ensuite la page du manuel d'utilisation :
$xflash --help
usage: xflash [-h] {read,write,erase,xsvf,update,poweroff,poweron} ...
XBox 360 NAND Flasheroptional arguments:
-h, --help show this help message and exit
Operations:
{read,write,erase,xsvf,update,poweroff,poweron}
read Dumps an image from the NAND
write Writes an image into the NAND
erase Erases blocks in the NAND
xsvf Flash a CPLD with an xsvf file
update Jumps into the bootloader of the NAND Flashing device
for updating the firmware
poweroff Shuts down the attached XBox 360
poweron Powers up the attached XBox 360
Pour commencer rapidement, voilà les fonctions de base comme example :
# dump the full sized nand to 'nanddump.bin'
$sudo xflash read nanddump.bin# write the full sized nand from 'nandflash.bin'
$sudo xflash write nandflash.bin
# dump the first 50 blocks worth of nand to shortdump.bin
$sudo xflash read shortdump.bin 0 50# write the first 50 blocks of nand from image.ecc
$sudo xflash write image.ecc 0 50
Télécharger Xflash 1.3.1 : http://www.sendspace.com/file/u3owq1