diff --git a/bootloader/bootlogo/bootlogo_cfw.bmp b/bootloader/bootlogo/bootlogo_cfw.bmp index 9711c33..b70e669 100644 Binary files a/bootloader/bootlogo/bootlogo_cfw.bmp and b/bootloader/bootlogo/bootlogo_cfw.bmp differ diff --git a/bootloader/hekate_ipl.ini b/bootloader/hekate_ipl.ini index 9943939..4ec0cb5 100644 --- a/bootloader/hekate_ipl.ini +++ b/bootloader/hekate_ipl.ini @@ -16,23 +16,39 @@ emummcforce=1 kip1patch=nosigchk atmosphere=1 logopath=bootloader/bootlogo/bootlogo_cfw.bmp -icon=bootloader/res/atmosphere.bmp +icon=bootloader/res/atmosphere_hue.bmp usb3force=1 -[Lockpick RCM] -payload=bootloader/payloads/Lockpick_RCM.bin -icon=bootloader/res/lockpick.bmp - -[Tegra Explorer] -payload=bootloader/payloads/TegraExplorer.bin -icon=bootloader/res/TegraExplorer.bmp - [OFW] fss0=atmosphere/package3 stock=1 emummc_force_disable=1 logopath=bootloader/bootlogo/bootlogo_stock.bmp -icon=bootloader/res/icon_switch.bmp +icon=bootloader/res/icon_switch_hue.bmp + +[ ] +payload=bootloader/payloads/Hekate.bin +icon=bootloader/res/empty_nobox.bmp + +[ ] +payload=bootloader/payloads/Hekate.bin +icon=bootloader/res/empty_nobox.bmp + +[ ] +payload=bootloader/payloads/Hekate.bin +icon=bootloader/res/empty_nobox.bmp + +[ ] +payload=bootloader/payloads/Hekate.bin +icon=bootloader/res/empty_nobox.bmp + +[Tegra Explorer] +payload=bootloader/payloads/TegraExplorer.bin +icon=bootloader/res/TegraExplorer_hue.bmp + +[Lockpick RCM] +payload=bootloader/payloads/Lockpick_RCM.bin +icon=bootloader/res/lockpick_hue.bmp -------------------------------------------------------------- diff --git a/bootloader/ini/hekate_ipl.ini b/bootloader/ini/hekate_ipl.ini index 94a1bdc..96ab5a8 100644 --- a/bootloader/ini/hekate_ipl.ini +++ b/bootloader/ini/hekate_ipl.ini @@ -45,7 +45,7 @@ boot_prefixes=/switchroot/ubuntu-noble/ id=SWR-NOB r2p_action=self logopath=bootloader/bootlogo/bootlogo_ubuntu.bmp -icon=bootloader/res/Ubuntu-Noble.bmp +icon=bootloader/res/Ubuntu-Noble_hue.bmp usb3force=1 [L4T Fedora 41] diff --git a/bootloader/ini/Payloads.ini b/bootloader/ini2/Payloads.ini similarity index 100% rename from bootloader/ini/Payloads.ini rename to bootloader/ini2/Payloads.ini diff --git a/bootloader/nyx.ini b/bootloader/nyx.ini index 7f91531..23a0ebc 100644 --- a/bootloader/nyx.ini +++ b/bootloader/nyx.ini @@ -2,7 +2,8 @@ themebg=0 themecolor=184 entries5col=0 -homescreen=0 +timeoff= +homescreen=2 verification=1 umsemmcrw=0 jcdisable=0 diff --git a/bootloader/patches.ini b/bootloader/patches.ini index ba47ac2..85b844c 100644 --- a/bootloader/patches.ini +++ b/bootloader/patches.ini @@ -1,3 +1,5 @@ +# amsPLUS +# UTF-8 # A KIP section is [kip1_name:sha256_hex_8bytes] # A patchset is .patch_name=kip_section_dec:offset_hex_0x:length_hex_0x:src_data_hex,dst_data_hex # _dec: 1 char decimal | _hex_0x: max u32 prefixed with 0x | _hex: hex array. @@ -474,6 +476,17 @@ .nosigchk=0:0x0745A0:0x4:95A20394,E0031F2A .nosigchk=0:0x074524:0x4:C0030054,10000014 -#loader Atmosphere-1.8.0 -[Loader:324AAA60B44CB16A] -.nosigchk=0:0x602A:0x1:01,00 +#FS 20.0.0 +[FS:6354969E60A7977B] +.nosigchk=0:0x7A780:0x4:D9890394,E0031F2A +.nosigchk=0:0x23B88:0x4:60090036,1F2003D5 + +#FS 20.0.0-ExFAT +[FS:47410710654FA43F] +.nosigchk=0:0x7A780:0x4:21B80394,E0031F2A +.nosigchk=0:0x23B88:0x4:60090036,1F2003D5 + +#loader Atmosphere-1.9.0 +[Loader:E16815FBD190DC96] +.nosigchk=0:0x5F8E:0x1:01,00 + diff --git a/bootloader/payloads/Fusee.bin b/bootloader/payloads/Fusee.bin index cb4229b..4c2c403 100644 Binary files a/bootloader/payloads/Fusee.bin and b/bootloader/payloads/Fusee.bin differ diff --git a/bootloader/payloads/Hekate.bin b/bootloader/payloads/Hekate.bin index ceca7d5..5e7392a 100644 Binary files a/bootloader/payloads/Hekate.bin and b/bootloader/payloads/Hekate.bin differ diff --git a/bootloader/payloads/Lockpick_RCM.bin b/bootloader/payloads/Lockpick_RCM.bin index 1aecdbe..f7bccf7 100644 Binary files a/bootloader/payloads/Lockpick_RCM.bin and b/bootloader/payloads/Lockpick_RCM.bin differ diff --git a/bootloader/res/Stock-CFW.bmp b/bootloader/res/Stock-CFW.bmp index e7ceddb..d56b222 100644 Binary files a/bootloader/res/Stock-CFW.bmp and b/bootloader/res/Stock-CFW.bmp differ diff --git a/bootloader/res/TegraExplorer.bmp b/bootloader/res/TegraExplorer_hue.bmp similarity index 100% rename from bootloader/res/TegraExplorer.bmp rename to bootloader/res/TegraExplorer_hue.bmp diff --git a/bootloader/res/Ubuntu-Noble.bmp b/bootloader/res/Ubuntu-Noble_hue.bmp similarity index 100% rename from bootloader/res/Ubuntu-Noble.bmp rename to bootloader/res/Ubuntu-Noble_hue.bmp diff --git a/bootloader/res/atmosphere.bmp b/bootloader/res/atmosphere_hue.bmp similarity index 100% rename from bootloader/res/atmosphere.bmp rename to bootloader/res/atmosphere_hue.bmp diff --git a/bootloader/res/background.bmp b/bootloader/res/background.bmp new file mode 100644 index 0000000..5d60263 Binary files /dev/null and b/bootloader/res/background.bmp differ diff --git a/bootloader/res/empty_nobox.bmp b/bootloader/res/empty_nobox.bmp new file mode 100644 index 0000000..82f7f16 Binary files /dev/null and b/bootloader/res/empty_nobox.bmp differ diff --git a/bootloader/res/icon_stock.bmp b/bootloader/res/icon_stock.bmp deleted file mode 100644 index 87ac520..0000000 Binary files a/bootloader/res/icon_stock.bmp and /dev/null differ diff --git a/bootloader/res/icon_switch.bmp b/bootloader/res/icon_switch_hue.bmp similarity index 100% rename from bootloader/res/icon_switch.bmp rename to bootloader/res/icon_switch_hue.bmp diff --git a/bootloader/res/lockpick.bmp b/bootloader/res/lockpick_hue.bmp similarity index 100% rename from bootloader/res/lockpick.bmp rename to bootloader/res/lockpick_hue.bmp diff --git a/bootloader/sys/emummc.kipm b/bootloader/sys/emummc.kipm index b8f3b63..d9760c5 100644 Binary files a/bootloader/sys/emummc.kipm and b/bootloader/sys/emummc.kipm differ diff --git a/bootloader/sys/l4t/sc7exit_b01.bin b/bootloader/sys/l4t/sc7exit_b01.bin index 2e45098..90e35e2 100644 Binary files a/bootloader/sys/l4t/sc7exit_b01.bin and b/bootloader/sys/l4t/sc7exit_b01.bin differ diff --git a/bootloader/sys/nyx.bin b/bootloader/sys/nyx.bin index 1ed46b1..d974250 100644 Binary files a/bootloader/sys/nyx.bin and b/bootloader/sys/nyx.bin differ diff --git a/bootloader/update.bin b/bootloader/update.bin index ceca7d5..5e7392a 100644 Binary files a/bootloader/update.bin and b/bootloader/update.bin differ