Re: [Machinekit] Re: Will DE0-Nano image work on a DE10-Nano board?

2017-08-17 Thread mugginsac
By the way it with with the USB cable connected to the D525MW and running lsusb it shows up on bus 2 as device 32 and is correctly identified as Altera (09fb:6810). But I don't know how to get a /dev/ttyUSB? or some other serial device handle. Alan -- website: http://www.machinekit.io blog: h

Re: [Machinekit] Re: Will DE0-Nano image work on a DE10-Nano board?

2017-08-17 Thread mugginsac
Charles, I installed putty on my D525MW linux box, and I plugged a USB A to mini cable from the USB port on the desktop to the UartToUSB connector on the DE10. However, I don't know what pseudo serial port to watch for the Nano? Can you tell me how to figure out what /dev/tty device to use

[Machinekit] Re: machinekit post processor

2017-08-17 Thread 'Harley Engholm' via Machinekit
Have worked with the backlash parameter and have observed no differences in the engravings. Thanks for the info and I will keep playing with the machine to see if there is a solution. On Tuesday, August 15, 2017 at 5:38:04 PM UTC-7, Harley Engholm wrote: > > I am using Vectric Cut2d for my desig

Re: [Machinekit] Re: Will DE0-Nano image work on a DE10-Nano board?

2017-08-17 Thread Charles Steinkuehler
The A2 partition is required (by the SoC boot ROM) in order to load the boot loader. Any other requirements depend on your boot loader (probably U-Boot), the options you have compiled in, and any settings or environment you have configured. The "reference" U-Boot from RocketBoards looks for a FAT

Re: [Machinekit] Re: Will DE0-Nano image work on a DE10-Nano board?

2017-08-17 Thread mugginsac
Robert Nelson's instructions don't show creating a FAT partition, just an A2 partition and an EXT4 partition. If I am reading his instructions correctly he is writing u-boot-with-spl.sfp in the A2 partition then creating ext4 file system in the 2nd partition. Then he makes creates the rootfs i