Fix hk1box the Ethernet does not working
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.
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 依然很高。。。怎么搞啊