I have this board : https://www.pcengines.ch/alix2d2.htm
Using NetInstall I've installed RouterOS on a CF card, the autorun.scr is as following :
/port set [/port find] baud-rate=38400
/interface ethernet
set ether1 name="ether1" disabled=no
/ip address
add address=10.10.10.211/24 network=10.10.10.0 broadcast=10.10.10.255 interface=ether1 disabled=no
The assembled board looks like this :
Next, I power it on and I see the following data on the Console window :
and It hangs
Also I've tried to access the board using IP address 10.10.10.211 with no luck. Winbox does not see the board as well.
Can someone help me : How to boot RouterOS on Alix board ? What am I doing wrong ?

