I build the new version (don’t know if it is in the nightly yet) and the jl2xxx device is started on my two devices, I guess they get ah212 from the dtb. Logs http://ix.io/4cl2 or http://ix.io/4cl4.
With the nightly the old 02:00… no is not consistent so people might not get a fixed IP from the router here is my autostart.sh that works on both my jl21xxx devices
if [ -z "$(fw_printenv -n mac)" ]; then
my_mac="$(fw_printenv -n ethaddr)"
fw_setenv cmdline_keys 'setenv region_code US; setenv bootargs ${bootargs} mac='$my_mac''
fw_setenv mac $my_mac
ip link set eth0 down
ip link set dev eth0 address $my_mac
ip link set eth0 up
fi
The CE20 on the VFD is a nice touch, I never noticed that before