Tool/software:
Hi. TI experts
I'm trying to support the exFAT-formatted SSD on TDA4AEN EVM (J722S).
First I'll share my environment.
- PSDK Linux version : 10.0.0.8
- PSDK RTOS version : 10.0.0.5
I did Yocto-build in PSDK Linux as below.
- MACHINE="j722s-evm" bitbake fuse-exfat
- MACHINE="j722s-evm" bitbake fuse
- MACHINE="j722s-evm" bitbake exfatprogs
And then I copied the images to sdcard as below.
cp -rf /home/yongsig/workspace/ti_psdk/100_j722s/git_repo/psdkla_10.00.00.08_j722s/yocto-build/build/arago-tmp-default-glibc/work/aarch64-oe-linux/fuse-exfat/1.4.0/image/* ../../system_resources/rootfs/ cp -rf /home/yongsig/workspace/ti_psdk/100_j722s/git_repo/psdkla_10.00.00.08_j722s/yocto-build/build/arago-tmp-default-glibc/work/aarch64-oe-linux/fuse/2.9.9/image/* ../../system_resources/rootfs/ cp -rf /home/yongsig/workspace/ti_psdk/100_j722s/git_repo/psdkla_10.00.00.08_j722s/yocto-build/build/arago-tmp-default-glibc/work/aarch64-oe-linux/exfatprogs/1.2.2/image/* ../../system_resources/rootfs/ cp -rf ../../system_resources/rootfs/* /media/yongsig/rootfs/
But when I connected the exFAT-formatted SSD, it has been failed.
Logs are attached,
722s-evm login: [ 18.385910] usb 1-1.1: new high-speed USB device number 3 using xhci-hcd
[ 18.656212] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[ 18.663196] scsi host0: usb-storage 1-1.1:1.0
[ 19.725898] scsi 0:0:0:0: Direct-Access Samsung PSSD T7 Touch 0 PQ: 0 ANSI: 6
[ 19.752437] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 19.760714] sd 0:0:0:0: [sda] Write Protect is off
[ 19.766021] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 19.784163] sda: sda1
[ 19.786963] sd 0:0:0:0: [sda] Attached SCSI disk
[ 20.423568] block sda: the capability attribute has been deprecated.
[ 20.445096] WARNING! power/level is deprecated; use power/control instead
There is nothing in /run/media/
Please help to get it resolved.
Best regards
Yongsig