Part Number: AM3358
Hi,
SDK: PROCESSOR-SDK-LINUX-AM335X 06_03_00_106
Customer test two filesystem in SDK. They are arago-base-tisdk-image-am335x-evm and tisdk-rootfs-image-am335x-evm
When using tisdk-rootfs-image-am335x-evm, the serial port will have output information:
root@am335x-evm:~#
root@am335x-evm:~# [ 110.380651] usb 1-1: new high-speed USB device number 3 using musb-hdrc
[ 110.565341] usb 1-1: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.35
[ 110.573752] usb 1-1: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[ 110.584078] usb 1-1: Product: USB3.0 Card Reader
[ 110.588760] usb 1-1: Manufacturer: Generic
[ 110.595708] usb 1-1: SerialNumber: 000000001536
[ 110.609836] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 110.631298] scsi host0: usb-storage 1-1:1.0
[ 111.683025] scsi 0:0:0:0: Direct-Access Generic MassStorageClass 1536 PQ: 0 ANSI: 6
[ 112.026921] sd 0:0:0:0: [sda] 62521344 512-byte logical blocks: (32.0 GB/29.8 GiB)
[ 112.036489] sd 0:0:0:0: [sda] Write Protect is off
[ 112.047287] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 112.070279] sda: sda1
[ 112.086261] sd 0:0:0:0: [sda] Attached SCSI removable disk
But there is no output information with arago-base-tisdk-image-am335x-evm.
Is it due to arago-base-tisdk-image is a barebones images?