Missing Ethernet w/RK3588 (solved)

After installing my new RK3588 I noticed I had lost ethernet capability. Doing a little digging I found out that ‘reform-hw-setup’ was erroring out because ‘gpioset’ was not installed. After running:

apt install gpiod
systemctl restart reform-hw-setup (or a reboot)

all was well.

Just a heads up for new users of the RK3588 (looking at the code this might also apply to folks with the LS1028A as well).

1 Like

This was fixed 3 days ago here: reform-tools 1.61 (!99) · Merge requests · Reform / MNT Reform Tools · GitLab

The fix will become part of the next reform-tools release. I’m waiting for the imx8mplus u-boot situation to get resolved before doing the next release.

2 Likes

reform-tools 1.62 is now in the mntre.com as well as in the reform.debian.net repos and should fix this issue.

2 Likes