- # version of busybox
- ====================
- root@CI4000:/tmp cp
- BusyBox v1.29.3 () multi-call binary.
- root@CI4x10:/tmp cp
- BusyBox v1.29.3 () multi-call binary.
- # board-4 / mx25 via labgrid
- ============================
- labgrid-client -p board-4 lock
- labgrid-client -p board-4 con
- root@CI4000:~ cd /tmp
- root@CI4000:/tmp echo "text" > infile
- root@CI4000:/tmp cp -i infile outfile
- root@CI4000:/tmp echo "text2" > infile
- root@CI4000:/tmp cp -i infile outfile
- cp: overwrite 'outfile'? y
- # cursor jumps to first col. nothing happens. can abort with control-c
- root@CI4000:/tmp cat outfile
- text
- # board-4 / mx25 via ssh
- ========================
- ssh root@172.18.198.154
- root@CI4000:~ cd /tmp
- root@CI4000:/tmp echo "text" > infile
- root@CI4000:/tmp cp -i infile outfile
- root@CI4000:/tmp echo "text2" > infile
- root@CI4000:/tmp cp -i infile outfile
- cp: overwrite 'outfile'? y
- root@CI4000:/tmp cat outfile
- text2
- # board-2 / mx6 via labgrid
- ============================
- labgrid-client -p board-2 lock
- labgrid-client -p board-4 con
- root@CI4x10:~ cd /tmp
- root@CI4x10:/tmp echo "text" > infile
- root@CI4x10:/tmp cp -i infile outfile
- root@CI4x10:/tmp echo "text2" > infile
- root@CI4x10:/tmp cp -i infile outfile
- cp: overwrite 'outfile'? y
- root@CI4x10:/tmp cat outfile
- text2
labgrid_mx25_busybox_cp_prompt
Posted by Anonymous on Thu 19th Dec 2019 11:52
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.