自学内容网 自学内容网

20241115在飞凌的OK3588-C的核心板上跑Linux R4时拿大文件到电脑的方法

20241115在飞凌的OK3588-C的核心板上跑Linux R4时拿大文件到电脑的方法
2024/11/15 15:26


缘起:使用SONY 405的机芯,以1080p60录像了半小时,3.5GB+的mp4视频要拿到电脑上播放确认。
方法:
1、拷贝到TF卡。记住,对于FAT32分区的TF卡,4GB+的大文件拷贝不进去的。
对于4GB+的文件,一定要采用这种方法,可以尝试使用tar进行分块压缩。
2、adb pull。耗时:395.862s
3、FTP。耗时:大概302s
4、SCP。【拷贝一分钟之后断链了。】这个是只要电脑上安装了openssh-server就可以用了。


C:\Users\Q0>cd c:\31
:\31>adb pull /fpga110000-405.mp4
/fpga110000-405.mp4:1 file pulled,0 skipped.8.6 MB/s(3578804063 bytes in 395.862s)
c:\31>

1、CP TF:

cp * /run/media/mmcblk1/

2、adb:

3、FTP

4、SCP:


adb 拉取 395秒钟
ftp 下载 5分钟2秒钟
scp拷贝 1分钟后出错


fdisk -l
df -h
df -t
df -T
mount
默认/自动挂载在/run/media/mmcblk1目录

4、TF卡    2024/6/12 14:38
root@ok3588:/# 
root@ok3588:/# fdisk -l
Found valid GPT with protective MBR; using GPT

Disk /dev/mmcblk0: 120832000 sectors, 1656M
Logical sector size: 512
Disk identifier (GUID): 6e0f0000-0000-4c5a-8000-6dcb000019d8
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 120831966

Number  Start (sector)    End (sector)  Size Name
     1           16384           24575 4096K uboot
     2           24576           32767 4096K misc
     3           32768          163839 64.0M boot
     4          163840          425983  128M recovery
     5          425984          491519 32.0M backup
     6          491520        29851647 14.0G rootfs
     7        29851648        30113791  128M oem
     8        30113792       120831935 43.2G userdata
Disk /dev/mmcblk1: 29 GB, 31270109184 bytes, 61074432 sectors
3817152 cylinders, 1 heads, 16 sectors/track
Units: sectors of 1 * 512 = 512 bytes

Device       Boot StartCHS    EndCHS        StartLBA     EndLBA    Sectors  Size Id Type
/dev/mmcblk1p1    0,0,0       0,0,0               32   61074431   61074400 29.1G  c Win95 FAT32 (LBA)
root@ok3588:/# 
root@ok3588:/# 
root@ok3588:/# 
root@ok3588:/# mount ^C
root@ok3588:/# mount /dev/mmcblk1p1 /mnt
root@ok3588:/# cd /mnt


 


原文地址:https://blog.csdn.net/wb4916/article/details/143805515

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!