Welcome to the Rockbox Technical Forums!
--- ipod6g.c 2019-05-13 23:17:17.212288000 +0100+++ "ipod6g (copy 1).c" 2019-05-13 23:47:38.047876458 +0100@@ -372,12 +372,13 @@ btn = button_read_device(); } /* Enter OF, diagmode and diskmode using ONB */- if ((btn == BUTTON_MENU)+/* if ((btn == BUTTON_MENU) || (btn == (BUTTON_SELECT|BUTTON_LEFT)) || (btn == (BUTTON_SELECT|BUTTON_PLAY))) { fw = FW_APPLE; rc = kernel_launch_onb(); }+*/ } lcd_init();@@ -409,12 +410,13 @@ filesystem_init(); /* We wait until HDD spins up to check for hold button */- if (button_hold()) {+/* if (button_hold()) { fw = FW_APPLE; printf("Executing OF..."); ata_sleepnow(); rc = kernel_launch_onb(); }+*/ } if (rc != 0) {
bootloader-ipod6g.ipod: pre-compiled bootloader modified to prevent launching official firmware as this corrupts all disks > ~127GB (flash with # mk6gboot --bl-inst bootloader-ipod6g_modif.ipod )
Page created in 0.028 seconds with 17 queries.