Nice works Spooky
Works on CCR1036-8G-2S+ with no Issues all ports show up and can pull a ip but the 10G ports. will boot on a CCR1009-8g-1s-1s+ but you cant use the ether1-4 ports guessing because of the switch chip they have in there for those ports most likely but the other ports work fine. Will boot on a CCR1036-12g-4s but none of the ports show up I can connect a usb network card and that will work.
All 3 images on all devices will boot for me. I did try a hub but cant get it to work so I can do usb and usb network card on the one that has no networking. I don't know if this is my hub being bad or a power issue on the port not supplying the current needed to run a usb stick and a usb network interface.
using these commands i can mount the ubifs drives.
mkdir /mnt/RouterOS
mkdir /mnt/Kernel
mount -t ubifs ubi0:Kernel /mnt/Kernel/
mount -t ubifs ubi1:RouterOS /mnt/RouterOS/
I found for the nand image it boots and looks for a ubifs drive with the default name of ubi1:RouterOS. at first I reformatted the drive and renamed it and ran into issues because the names did not match.
I have not tested the micro-sd card slot did not have a card around at the time.
I was able to set up the usb stick to boot up with a ip and routes to make it accessible via ssh on a reboot by editing the /etc/rc file and adding in the needed commands to start and set things up on boot.
Just need to get the thing booting the kernal from internal storage and we can get rid of the need of a tftp server.