Hi all,
I was wondering if it is possible to upload the kernel to the Leopard Board 355 without the need of serial cable.
I know Miguel Aguilar had a pretty extensive post on FAQ about uploading kernel files to the board but somehow I had no permission to reply.
Miguel mentions there are different methods but he does not say how to actually do it other than with the serial cable.
Mostly interested in the telnet or SD options.
thanks in advance
in DM355SDK840402, you can do 'make config' and in the 'Installer Configuration' section set 'Protocol for transferring images to the target' to TFTP. After 'make' and 'make install' it should now load the kernel from Ethernet, via TFTP.
DM365 SDK doesn't yet have the TFTP option, but we were able to add it manually by making some changes to the bootloader configuration script.