we have a 2160ARDB_rev2 board and we would like to know if there is a way or repository to have a .bin, .img or whatever format which permit to us to store in a common USB storage device and copy the image in an SD storage device. And finally, with CPLD configuration across SDHC, to be able to deploy to the board.
thanks for your answer. I finally made the next steps over a SD card.
sudo flex-installer -i pf -d /dev/sdx
and then,
sudo flex-installer -i auto -m lx2160ardb_rev2 -d /dev/sdx
After that I used the dd command for the creation of an unique image. But my image is as big as my SD capacity (15GB), and this is not very portable. I think I can do this same process but with a 3GB or 4GB with my host. But I would like to know if it is possbile, with flex-installer to reduce this unique image as much as possible (I suppose, 1.5 to 2GB with this pre-build images).