sudo apt-get install python-pip
sudo pip install --upgrade xflash
* 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)
sudo apt-get install python-pip libusb-1.0-0
sudo pip install xflash
$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
# 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





Moi aussi je tourne sous Ubuntu et j'aimerais savoir si il y a une alternative à jour de JungleFlasher ? Merci !
Bien pour ce qui a encore Linux !!


Merci Informa3 pour ta réponse
Vous pensez que peut être un jour on (le libre) vas pouvoir "dominer le monde" ?![]()
Le gouvernement USA avait voulu faire fermé Microsoft et sa a été une grosse connerie de ne pas les avoir laisser faire !

