Skip to content

Commit

Permalink
add support Zgemma H17 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima73 authored Feb 3, 2025
1 parent 4501eb8 commit d19a90f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/backupsuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ else
if [ $SEARCH = "solo4k" -o $SEARCH = "vusolo4k" -o $SEARCH = "ultimo4k" -o $SEARCH = "vuultimo4k" -o $SEARCH = "uno4k" -o $SEARCH = "vuuno4k" -o $SEARCH = "uno4kse" -o $SEARCH = "vuuno4kse" -o $SEARCH = "lunix3-4k" -o $SEARCH = "lunix4k" -o $SEARCH = "galaxy4k" ] ; then
dd if=/dev/mmcblk0p1 of=$WORKDIR/$KERNELNAME
log "Kernel resides on /dev/mmcblk0p1"
elif [ $SEARCH = "h7" -o $SEARCH = "hd51" ] ; then
elif [ $SEARCH = "h7" -o $SEARCH = "h17" -o $SEARCH = "hd51" -o $SEARCH = "vs1500" ] ; then
dd if=/dev/mmcblk0p2 of=$WORKDIR/$KERNELNAME
log "Kernel resides on /dev/mmcblk0p2"
elif [ $SEARCH = "osmini4k" -o $SEARCH = "osmio4k" -o $SEARCH = "osmio4kplus" ] ; then
Expand Down
1 change: 1 addition & 0 deletions plugin/lookuptable.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ Zgemma H9.2S SE h9se.2s Zgemma H9.2S SE /zgemma/h9se /fullbackup_h9se /zgemma
Zgemma H9.2H SE h9se.2h Zgemma H9.2H SE /zgemma/h9se /fullbackup_h9se /zgemma rootfs.tar.bz2 uImage none
Zgemma H10 h10 Zgemma H10 /zgemma/h10 /fullbackup_h10 /zgemma rootfs.tar.bz2 uImage none
Zgemma H11 h11 Zgemma H11 /zgemma/h11 /fullbackup_h11 /zgemma rootfs.tar.bz2 uImage none
Zgemma H17 h17 Zgemma H17 /zgemma/h17 /fullbackup_h17 /zgemma rootfs.tar.bz2 kernel.bin none
Zgemma HZero hzero Zgemma HZero /zgemma/hzero /fullbackup_hzero /zgemma -m 2048 -e 126976 -c 8192 -m 2048 -p 128KiB rootfs.ubi uImage none
Zgemma I55 i55 Zgemma I55 /zgemma/i55 /fullbackup_i55 /zgemma -m 2048 -e 126976 -c 8192 -m 2048 -p 128KiB rootfs.bin kernel.bin noforce
Zgemma I55 Plus i55plus Zgemma I55 Plus /zgemma/i55plus /fullbackup_i55plus /zgemma -m 2048 -e 126976 -c 8192 -m 2048 -p 128KiB rootfs.ubi uImage none
Expand Down

0 comments on commit d19a90f

Please sign in to comment.