Skip to content

Commit

Permalink
Update Zeta Dual boot resources to the latest ever FW OTA
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Nov 24, 2024
1 parent b29c8ea commit 4cb38d3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified ImageResources/Zeta/kernel
Binary file not shown.
Binary file modified ImageResources/Zeta/patchedkernel
Binary file not shown.
Binary file modified ImageResources/Zeta/ramdisk
Binary file not shown.
4 changes: 2 additions & 2 deletions build_boot_zeta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python3 ./ImageResources/mkbootimg.py \
--cmdline "" \
--base 0x0 \
--os_version 11.0.0 \
--os_patch_level 2024-04-01
--os_patch_level 2024-10-01

# Andromeda888 UEFI as Boot (Dual Boot) (SecureBoot Disabled)
cat ./ImageResources/Zeta/patchedkernel ./ImageResources/Zeta/SM8350_EFI_NOSB.fd > ./ImageResources/Zeta/boot_nosb.payload.bin
Expand All @@ -24,4 +24,4 @@ python3 ./ImageResources/mkbootimg.py \
--cmdline "" \
--base 0x0 \
--os_version 11.0.0 \
--os_patch_level 2024-04-01
--os_patch_level 2024-10-01
2 changes: 1 addition & 1 deletion build_uefi_zeta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ python3 ./ImageResources/mkbootimg.py \
--cmdline "" \
--base 0x0 \
--os_version 11.0.0 \
--os_patch_level 2024-04-01
--os_patch_level 2024-10-01

0 comments on commit 4cb38d3

Please sign in to comment.