Skip to content

Commit

Permalink
Fix kernel detection for Edision 4K
Browse files Browse the repository at this point in the history
Co-authored-by: Dima73 <dima-73@inbox.lv>
  • Loading branch information
persianpros and Dima73 committed Jun 22, 2023
1 parent 0255c1b commit 256d108
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/backupsuite.sh
Expand Up @@ -382,6 +382,9 @@ else
elif [ $SEARCH = "h7" ] ; then
dd if=/dev/mmcblk0p2 of=$WORKDIR/$KERNELNAME
log "Kernel resides on /dev/mmcblk0p2"
elif [ $SEARCH = "osmini4k" -o $SEARCH = "osmio4k" -o $SEARCH = "osmio4kplus" ] ; then
dd if=/dev/mmcblk1p2 of=$WORKDIR/$KERNELNAME
log "Kernel resides on /dev/mmcblk0p2"
elif [ $SEARCH = "sf4008" -o $SEARCH = "et11000" ] ; then
dd if=/dev/mmcblk0p3 of=$WORKDIR/$KERNELNAME
log "Kernel resides on /dev/mmcblk0p3"
Expand Down

0 comments on commit 256d108

Please sign in to comment.