From f0b725cfc87a204f4cdda149535c70c6657182a2 Mon Sep 17 00:00:00 2001 From: graf_chokolo Date: Tue, 12 Apr 2011 16:59:36 +0200 Subject: [PATCH] mention udp_printf_client --- HOWTO | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/HOWTO b/HOWTO index 1581c49..b5315da 100644 --- a/HOWTO +++ b/HOWTO @@ -5,20 +5,21 @@ grafchokolo@googlemail.com Warning !!! The order of steps 1 and 2 is very important !!! -1. Delete VFLASH region 6 with delete_vflash6 -2. Delete VFLASH region 5 with delete_vflash5 -3. Create VFLASH region 5 with create_vflash5 -4. Create VFLASH region 6 with create_vflash6 -5. Resize VFLASH storage device with resize_vflash -6. Create VFLASH region 7 with create_vflash7 -7. Store dtbImage.ps3.bin on USB device, plug it in and store +1. Run udp_printf_client on your PC to see UDP broadcast debug messages sent by OtherOS utils (optional) +2. Delete VFLASH region 6 with delete_vflash6 +3. Delete VFLASH region 5 with delete_vflash5 +4. Create VFLASH region 5 with create_vflash5 +5. Create VFLASH region 6 with create_vflash6 +6. Resize VFLASH storage device with resize_vflash +7. Create VFLASH region 7 with create_vflash7 +8. Store dtbImage.ps3.bin on USB device, plug it in and store petitboot on VFLASH region 5 with install_petitboot_on_vflash5 The following steps are temporary and won't be necessary with my custom HV. They are for testing purposes only !!! -8. Install OtherOS bootloader loader with install_otheros_bootloader_loader -9. Reboot GameOS with panic1 +9. Install OtherOS bootloader loader with install_otheros_bootloader_loader +10. Reboot GameOS with panic1 -- 2.11.4.GIT