Hello Sandra Trujillo García,
You could copy the filesystem to SD card or USB from the hard drive on the first T2080RDB-PC, then plug-in SD/USB to the second board to configure bootargs to boot system from SD/USB.
Please refer to the following procedure to do boot the system from SD.
On the first T2080RDB-PC, please plugin SD card.
1. #fdisk /dev/sdb
2. Use the mkfs.ext2 command to create the filesystems.
# mkfs.vfat /dev/sdb1
# mkfs.ext2 /dev/sdb2
3.Mount SD ext2 partition to mnt1
# mkdir /mnt1
# mount /dev/sdb2 /mnt1
4.Mount SATA (the second partition) to mnt2
# mkdir /mnt2
# mount /dev/sdb2 /mnt2
5. Copy the content in SATA to SD.
# cp -r /mnt2/* /mnt1
6. Please plug-in SD to the second board, and setting SD bootargs
# setenv bootcmd 'setenv bootargs root=/dev/mmcblk0p2 rw rootdelay=5 console=ttyS0,115200;mmcinfo;ext2load mmc 0:2 $loadaddr /boot/uImage;ext2load mmc 0:2 $fdtaddr /boot/t2080rdb.dtb;bootm $loadaddr - $fdtaddr'
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------