Fix hk1box the Ethernet does not working

作者: shaneZhang 分类: 互联网技术 发布时间: 2021-01-21 11:03

I use the latest armbian image from the website of https://users.armbian.com/balbes150/arm-64/. The armbian version is armbian-20.10. It can be applied to the products of amlogic s905-x3 chip.

Step 1:  
    upload three dtbs into /boot/dtb/amlogic :
    meson-sm1-x96-max-plus-100m.dtb
    meson-sm1-x96-max-plus.dtb
    meson-sm1-hk1box-vontar-x3.dtb  (Similar to meson-sm1-x96-max-plus.dtb, only the modal name is changed)
Step 2:  
modify /boot/extlinux/extlinux.conf, replace dtb with meson-sm1-x96-max-plus-100m.dtb,  restart the Armbian system
Step 3:  
upload hk1box-bootloader.img to /tmp
Step 4:  
Run these commands under the shell:
dd if=/tmp/hk1box-bootloader.img of=/dev/mmcblk2 bs=1 count=442
dd if=/tmp/hk1box-bootloader.img of=/dev/mmcblk2 bs=512 skip=1 seek=1
sync
reboot
Step 5:  
modify /boot/extlinux/extlinux.conf, replace dtb with meson-sm1-x96-max-plus.dtb, and restart again.

Below is the files package.

本页面支持繁体中文友好显示:Fix hk1box the Ethernet does not working

如果觉得我的文章对您有用,请随意打赏。如果有其他问题请联系博主QQ(909491009)或者下方留言!

2条评论
  • shaneZhang

    2022年1月24日 下午3:10

    5%还高啊,这个我没有去怎么看

  • 吴顶天

    2022年1月3日 上午1:26

    想问下 我给HK1BOX 刷了armbian 20.10以后负载很高 开机system load就5% 替换成了韩风提供的meson-sm1-hk1box-vontar-x3.dtb 依然很高。。。怎么搞啊

发表回复