Fixes for 12.5x Linux payloads + 13.02 Linux Payloads

This commit is contained in:
ArabPixel
2025-12-31 21:36:02 +01:00
parent 4e5f6cbe3d
commit 06a98d290e
50 changed files with 6 additions and 5 deletions

View File

@@ -400,7 +400,7 @@ var linuxPayloads = [
name: "Linux Loader 1GB",
author: "ps4boot",
description: "Linux Loader for {southbridge} PS4 {model} Southbridge with 1GB VRAM. Select for first install",
specificFW: "7.00 - 12.52",
specificFW: "7.00 - 13.02",
category: "linux",
funcName: "load_Linux1"
},
@@ -409,7 +409,7 @@ var linuxPayloads = [
name: "Linux Loader 2GB",
author: "ps4boot",
description: "Linux Loader for {southbridge} PS4 {model} Southbridge with 2GB VRAM.",
specificFW: "7.00 - 12.52",
specificFW: "7.00 - 13.02",
category: "linux",
funcName: "load_Linux2"
},
@@ -418,7 +418,7 @@ var linuxPayloads = [
name: "Linux Loader 3GB",
author: "ps4boot",
description: "Linux Loader for {southbridge} PS4 {model} Southbridge with 3GB VRAM.",
specificFW: "7.00 - 12.52",
specificFW: "7.00 - 13.02",
category: "linux",
funcName: "load_Linux3"
},
@@ -427,7 +427,7 @@ var linuxPayloads = [
name: "Linux Loader 4GB",
author: "ps4boot",
description: "Linux Loader for {southbridge} Southbridge with 4GB VRAM.",
specificFW: "7.00 - 12.52",
specificFW: "7.00 - 13.02",
category: "linux",
funcName: "load_Linux4"
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -115,7 +115,8 @@ function getLinuxFolder() {
11.02: "fw1102",
11.50: "fw1150", 11.52: "fw1150",
12.00: "fw1200", 12.02: "fw1200",
12.50: "fw1250", 12.52: "fw1250"
12.50: "fw1250", 12.52: "fw1250",
13.00: "fw1300", 13.02: "fw1302",
};
// If it's not found, it returns undefined