Skip to content

Commit

Permalink
Merge pull request #4 from armarchindo/update
Browse files Browse the repository at this point in the history
add allwinner h6 device support
  • Loading branch information
armarchindo authored Jul 4, 2024
2 parents 467cce1 + ad24c6b commit d0bd890
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file not shown.
Binary file added device/h6/boot-h6.tar.gz
Binary file not shown.
Empty file added device/h6/root/.keep
Empty file.
10 changes: 5 additions & 5 deletions ulo
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ make_image() {
elif [ "$device" = "s905x4" ]; then
loader="./core/loader/amlogic/s905x4.bin"
elif [ "$device" = "h618" ]; then
loader="./core/loader/allwinner/u-boot-sunxi-with-spl.bin"
loader1="./core/loader/allwinner/xxx.bin"
loader2="./core/loader/allwinner/xxx.bin"
loader="./core/loader/allwinner/u-boot-sunxi-with-spl-h618.bin"
elif [ "$device" = "h6" ]; then
loader="./core/loader/allwinner/u-boot-sunxi-with-spl-h6.bin"
elif [ "$device" = "rk3566" ]; then
loader="./core/loader/rockchip/idbloader.img"
loader1="./core/loader/rockchip/u-boot.itb"
Expand Down Expand Up @@ -339,7 +339,7 @@ make_image() {
cd $mount/${loop_seq}p1
if [ $is_allwinner = true ]; then
cp uInitrd-* uInitrd
cp vmlinuz-* zImage
cp vmlinuz-* Image
elif [ $is_rockchip = true ]; then
cp uInitrd-* uInitrd
cp vmlinuz-* Image
Expand Down Expand Up @@ -583,7 +583,7 @@ default="\033[0m"

# SOC
amlogic="s905x s905x2 s905x3 s905x4"
allwinner="h618"
allwinner="h618 h6"
rockchip="rk3566"

device_path="./device"
Expand Down

0 comments on commit d0bd890

Please sign in to comment.