hsakoh
April 6, 2023, 8:12am
66
I haven’t tried it yet, but it looks like a release has been made and a built image is available on the Github repository.
Release Linkstar H68K R1 Release · Linkstar-H-series/Openwrt · GitHub
the issue with the self-built image not being able to boot from TF,
This seems to be improved by removing the
Openwrt/target/linux/rockchip/files/arch/arm64/boot/dts/rockchip/rk3568-linkstar-opc.dtsi:Line 594 in 8ad4fbf
There may be a compatibility issue with the boot loader, which is flashed on the eMMC, though.
The results of my tests are described in the following Issue.
opened 03:08AM - 24 Feb 23 UTC
bug
### Describe the bug
I did a build from the master branch with only the minimal… config necessary to select for the device type:
```
[thomas@althea openwrt]$ ./scripts/diffconfig.sh
CONFIG_TARGET_rockchip=y
CONFIG_TARGET_rockchip_armv8=y
CONFIG_TARGET_rockchip_armv8_DEVICE_linkstar_opc-h68k=y
```
The image built fine, but when booting it from a TF card, there is no sign of life.
### OpenWrt version
8ad4fbf6c706c56c1d27c4b21f11575f42f36c8e
### OpenWrt target/subtarget
CONFIG_TARGET_rockchip_armv8_DEVICE_linkstar_opc-h68k
### Device
linkstar h68k
### Image kind
Self-built image
### Steps to reproduce
```
git pull
git checkout master
make dirclean
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
make
gunzip -k bin/targets/rockchip/armv8/openwrt-rockchip-armv8-linkstar_opc-h68k-squashfs-sysupgrade.img.gz
sudo dd if=bin/targets/rockchip/armv8/openwrt-rockchip-armv8-linkstar_opc-h68k-squashfs-sysupgrade.img of=/dev/mmcblk0 bs=1M
```
### Actual behaviour
when powered on with the TF card inserted, only the white power button turns white. There are no other activity lights.
### Expected behaviour
Expected behavior would be to behave similar to other openwrt images which include status LED blinking and eth port status leds.
### Additional info
_No response_
### Diffconfig
```text
CONFIG_TARGET_rockchip=y
CONFIG_TARGET_rockchip_armv8=y
CONFIG_TARGET_rockchip_armv8_DEVICE_linkstar_opc-h68k=y
```
### Terms
- [ ] I am reporting an issue for OpenWrt, not an unsupported fork.
1 Like