[Cbe-oss-dev] PS3 Boot Recovery HOWTO
Geert Uytterhoeven
Geert.Uytterhoeven at sonycom.com
Wed Jan 9 01:55:24 EST 2008
On Tue, 11 Dec 2007, Geoff Levand wrote:
> I uploaded some tips on how to recover a broken PS3-Linux
> installation here:
>
> http://www.kernel.org/pub/linux/kernel/people/geoff/cell/ps3-boot-recovery-howto.txt
| ** backup flash data **
|
| It is a good idea to make a backup of the data stored in flash memory:
|
| dd if=/dev/ps3flash of=flash-bak-`date +%y.%m.%d-%H.%M.%S` bs=1 count=2k
1. Why only the first 2048 bytes? Because you assume you already have a copy
of the bootloader itself?
2. I think it's better to use `bs=2k count=1' instead of `bs=1 count=2k', as
this will cause only a single read operation to be issued.
| Included in the data is the bootloader location and size, so update the
| backup if you install a new bootloader. You can view the settings in flash
| with this command:
|
| ps3-flash-util -s
|
| If the flash gets corrupted it can then be restored with this:
|
| dd if=flash-bak-xx.xx.xx-xx.xx.xx of=/dev/ps3flash
Especially for writing, you want to use one single write operation, i.e. use a
`bs=xxx' that matches the file size.
With kind regards,
Geert Uytterhoeven
Software Architect
Sony Network and Software Technology Center Europe
The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium
Phone: +32 (0)2 700 8453
Fax: +32 (0)2 700 8622
E-mail: Geert.Uytterhoeven at sonycom.com
Internet: http://www.sony-europe.com/
Sony Network and Software Technology Center Europe
A division of Sony Service Centre (Europe) N.V.
Registered office: Technologielaan 7 · B-1840 Londerzeel · Belgium
VAT BE 0413.825.160 · RPR Brussels
Fortis Bank Zaventem · Swift GEBABEBB08A · IBAN BE39001382358619
More information about the cbe-oss-dev
mailing list