Quantcast
Channel: Processors forum - Recent Threads
Viewing all 17527 articles
Browse latest View live

Linux/TDA2EVM5777: Is it possible to use only meta data in TIOP link?

$
0
0

Part Number:TDA2EVM5777

Tool/software: Linux

Hi,

I wonder that is possible to use only meta data in TIOP link.

In original TIOP link, that uses Video composite buffer in algProcess.

However, i don't want to use Dup link in TIDL usecase. I mean i want to see only detected bbox information.

Is it possible?

Regards, 

Yoo


Linux/AM3359: GPMC configuration issue

$
0
0

Part Number:AM3359

Tool/software: Linux

Hi,

We are working on a custom board based on SITARA AM3359 Starterkit and is booting through eMMC.

SDK we are using is ti-processor-sdk-linux-am335x-evm-05.00.00.15 and kernel version is linux TI-SDK Kernel 4.14.40-g4796173fc5.

We've GPMC Interface between Processor & FPGA (Xilinx Artix 7). Processor is sending 8-bit (non multiplexed mode) data to FPGA via this interface. It is observed that

1. WE_n is going low first and then ALE signal is latched to the slave FPGA.

2. The pattern of ALE signal has a longer wait cycle after every 3rd ALE.

Please check the captured signal below

Although we could achieve 320 Mbps throughput but the data communication timing is not as per standard guidelines of TI SITARA processor.

Kindly help us identifying the reason behind the same and let us know the mode of communication.

Looking forward for the reply.

Regards

Vamsi

Linux/AM3359: Overshoot and undershoot of GPIO signals

$
0
0

Part Number:AM3359

Tool/software: Linux

Hi,

We are working on a custom board based on SITARA AM3359 Starterkit and is booting through eMMC.

SDK we are using is ti-processor-sdk-linux-am335x-evm-05.00.00.15 and kernel version is linux TI-SDK Kernel 4.14.40-g4796173fc5.

We are using UART0_CTSn (Mode 7 - GPIO1_8) and UART0_RTSn (Mode 7 - GPIO1_9) as GPIOs.

We've sent 12.5 MHz clock out on this lines and observed an overshoot of 1v and undershoot of 1.5v in the oscilloscope.

Our application requires the overshoot and undershoot to be within 500mv.

Kindly let us know if we can set us any constraints on drive strength, pull type, slew type, off-chip termination etc.. in order to achieve the same.

Looking forward for the solution.

Regards

Vamsi

TMS320C6678: SRIO

$
0
0

Part Number:TMS320C6678

Hi,

FPGA sends data to the 6678 through Direct I/O. Is there any mechanism to judge whether the data received by DSP lost or not?

Linux/AM5749: Camera issues on IDK

$
0
0

Part Number:AM5749

Tool/software: Linux

Hi.

Tested with the AM5749 IDK with SDK5.0.3 , USB camera + IDK Bundled Camera are not working.

I suggest TI needs to have a stand alone UI to allow user to test the USB Camera.

BTW, IDK Bundled Camera is not working.

Please verify this on your side.

Below is the V4L2 Infor for those 2 cameras on the IDK:

arch=arm
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
autoload=no
baudrate=115200
board=am57xx
board_name=am574x_idk
board_rev=1.0A
board_serial=15184P770032
boot_fdt=try
boot_fit=0
bootargs=console=ttyO2,115200n8 root=/dev/nfs nfsroot=192.168.1.103:/media/hackerhsu/BSP/TI/AM57XX/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/targetNFS,nolock,v3,tcp,rsize=4096,wsize=4096 rw ip=dhcp
bootcmd=run findfdt; run getuenv; setenv autoload no;dhcp ;tftp ${loadaddr} zImage-am57xx-evm.bin; tftp ${fdtaddr} ${fdtfile}; run netargs; bootz ${loadaddr} - ${fdtaddr}
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootfile=zImage
bootm_size=0x10000000
bootpart=0:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
check_psdk_setup=load mmc 0:1 ${loadaddr} ${psdk_setup_file}
console=ttyO2,115200n8
cpu=armv7
dfu_alt_info_emmc=rawemmc raw 0 3751936;boot part 1 1;rootfs part 1 2;MLO fat 1 1;MLO.raw raw 0x100 0x100;u-boot.img.raw raw 0x300 0x1000;u-env.raw raw 0x1300 0x200;spl-os-args.raw raw 0x1500 0x200;spl-os-image.raw raw 0x1700 0x6900;spl-os-args fat 1 1;spl-os-image fat 1 1;u-boot.img fat 1 1;uEnv.txt fat 1 1
dfu_alt_info_mmc=boot part 0 1;rootfs part 0 2;MLO fat 0 1;MLO.raw raw 0x100 0x100;u-boot.img.raw raw 0x300 0x1000;u-env.raw raw 0x1300 0x200;spl-os-args.raw raw 0x1500 0x200;spl-os-image.raw raw 0x1700 0x6900;spl-os-args fat 0 1;spl-os-image fat 0 1;u-boot.img fat 0 1;uEnv.txt fat 0 1
dfu_alt_info_ram=kernel ram 0x80200000 0x4000000;fdt ram 0x80f80000 0x80000;ramdisk ram 0x81000000 0x4000000
dfu_bufsiz=0x10000
do_psdk_setup=env default -f -a; saveenv
dofastboot=0
emmc_android_boot=echo Trying to boot Android from eMMC ...; run update_to_fit; setenv eval_bootargs setenv bootargs $bootargs; run eval_bootargs; setenv mmcdev 1; setenv fdt_part 3; setenv boot_part 9; setenv machid fe6; mmc dev $mmcdev; mmc rescan; part start mmc ${mmcdev} ${fdt_part} fdt_start; part size mmc ${mmcdev} ${fdt_part} fdt_size; part start mmc ${mmcdev} ${boot_part} boot_start; part size mmc ${mmcdev} ${boot_part} boot_size; mmc read ${fdtaddr} ${fdt_start} ${fdt_size}; mmc read ${loadaddr} ${boot_start} ${boot_size}; bootm ${loadaddr}#${fdtfile};
emmc_linux_boot=echo Trying to boot Linux from eMMC ...; setenv mmcdev 1; setenv bootpart 1:2; setenv mmcroot /dev/mmcblk0p2 rw; run mmcboot;
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootscript; then run bootscript;else if run loadbootenv; then echo Loaded env from ${bootenvfile};run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;fi;fi;
eth2addr=70:ff:76:1c:1e:87
eth3addr=70:ff:76:1c:1e:88
eth4addr=70:ff:76:1c:1e:89
eth5addr=70:ff:76:1c:1e:8a
eth6addr=70:ff:76:1c:1e:8b
eth7addr=70:ff:76:1c:1e:8c
ethact=ethernet@48484000
ethaddr=7c:01:0a:a1:cb:80
fastboot.board_rev=1.0A
fastboot.cpu=DRA762
fastboot.secure=GP
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fdf16178
fdtfile=am574x-idk.dtb
fileaddr=82000000
filesize=5d2
findfdt=if test $board_name = omap5_uevm; then setenv fdtfile omap5-uevm.dtb; fi; if test $board_name = dra7xx; then setenv fdtfile dra7-evm.dtb; fi;if test $board_name = dra72x-revc; then setenv fdtfile dra72-evm-revc.dtb; fi;if test $board_name = dra72x; then setenv fdtfile dra72-evm.dtb; fi;if test $board_name = dra71x && test $boot_nand = 1; then setenv fdtfile dra71-evm-nand.dtb; fi;if test $board_name = dra71x && test $boot_nand = 0; then setenv fdtfile dra71-evm.dtb; fi;if test $board_name = dra71-lcard; then setenv fdtfile dra71-lcard.dtb; fi;if test $board_name = dra76x_acd; then setenv fdtfile dra76-evm.dtb; fi;if test $board_name = beagle_x15; then setenv fdtfile am57xx-beagle-x15.dtb; fi;if test $board_name = beagle_x15_revb1; then setenv fdtfile am57xx-beagle-x15-revb1.dtb; fi;if test $board_name = beagle_x15_revc; then setenv fdtfile am57xx-beagle-x15-revc.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = no; then setenv fdtfile am572x-idk.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = osd101t2045; then setenv fdtfile am572x-idk-lcd-osd101t2045.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = osd101t2587; then setenv fdtfile am572x-idk-lcd-osd101t2587.dtb; fi;if test $board_name = am574x_idk && test $idk_lcd = no; then setenv fdtfile am574x-idk.dtb; fi;if test $board_name = am574x_idk && test $idk_lcd = osd101t2587; then setenv fdtfile am574x-idk-lcd-osd101t2587.dtb; fi;if test $board_name = am57xx_evm; then setenv fdtfile am57xx-evm.dtb; fi;if test $board_name = am57xx_evm_reva3; then setenv fdtfile am57xx-evm-reva3.dtb; fi;if test $board_name = am571x_idk && test $idk_lcd = no; then setenv fdtfile am571x-idk.dtb; fi;if test $board_name = am571x_idk && test $idk_lcd = osd101t2045; then setenv fdtfile am571x-idk-lcd-osd101t2045.dtb; fi;if test $board_name = am571x_idk && test $idk_lcd = osd101t2587; then setenv fdtfile am571x-idk-lcd-osd101t2587.dtb; fi;if test $fdtfile = undefined; then echo WARNING: Could not determine device tree to use; fi;
finduuid=part uuid mmc ${bootpart} uuid
fit_bootfile=fitImage
fit_loadaddr=0x87000000
getuenv=mmc dev ${mmcdev}; if mmc rescan; then if run loadbootenv; then run importbootenv; fi; fi;
idk_lcd=osd101t2587
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
ip_method=dhcp
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
loadfit=run args_mmc; bootm ${loadaddr}#${fdtfile};
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmcboot=mmc dev ${mmcdev}; setenv devnum ${mmcdev}; setenv devtype mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadimage; then if test ${boot_fit} -eq 1; then run loadfit; else run mmcloados;fi;fi;fi;
mmcdev=0
mmcloados=run args_mmc; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
netargs=setenv bootargs console=${console} ${optargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=dhcp
netboot=echo Booting from network ...; setenv autoload no; dhcp; run netloadimage; run netloadfdt; run netargs; bootz ${loadaddr} - ${fdtaddr}
netloadfdt=tftp ${fdtaddr} ${fdtfile}
netloadimage=tftp ${loadaddr} ${bootfile}
nfsopts=nolock,v3,tcp,rsize=4096,wsize=4096
partitions=uuid_disk=${uuid_gpt_disk};name=bootloader,start=384K,size=1792K,uuid=${uuid_gpt_bootloader};name=rootfs,start=2688K,size=-,uuid=${uuid_gpt_rootfs}
partitions_android=uuid_disk=${uuid_gpt_disk};name=xloader,start=128K,size=256K,uuid=${uuid_gpt_xloader};name=bootloader,size=1792K,uuid=${uuid_gpt_bootloader};name=environment,size=128K,uuid=${uuid_gpt_environment};name=misc,size=128K,uuid=${uuid_gpt_misc};name=reserved,size=256K,uuid=${uuid_gpt_reserved};name=efs,size=16M,uuid=${uuid_gpt_efs};name=crypto,size=16K,uuid=${uuid_gpt_crypto};name=recovery,size=40M,uuid=${uuid_gpt_recovery};name=boot,size=10M,uuid=${uuid_gpt_boot};name=system,size=768M,uuid=${uuid_gpt_system};name=vendor,size=256M,uuid=${uuid_gpt_vendor};name=cache,size=256M,uuid=${uuid_gpt_cache};name=ipu1,size=1M,uuid=${uuid_gpt_ipu1};name=ipu2,size=1M,uuid=${uuid_gpt_ipu2};name=userdata,size=-,uuid=${uuid_gpt_userdata}
psdk_setup_file=.psdk_setup
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rdaddr=0x88080000
rootpath=/export/rootfs
scriptaddr=0x80000000
scsidevs=0
serial#=0c00800d0ac00000
serverip=192.168.1.103
soc=omap5
static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off
stderr=serial@48020000
stdin=serial@48020000
stdout=serial@48020000
uenvcmd=if run check_psdk_setup; then echo "Already setup."; else run do_psdk_setup; mw.b ${loadaddr} 0 1; fatwrite mmc 0:1 ${loadaddr} .psdk_setup 1; reset; fi
update_to_fit=setenv loadaddr ${fit_loadaddr}; setenv bootfile ${fit_bootfile}
usbtty=cdc_acm
vendor=ti
ver=U-Boot 2018.01-g825ac6e1ac (Apr 06 2019 - 06:02:20 +0000)
vram=16M

Environment size: 8452/131067 bytes
=>
arch=arm
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
autoload=no
baudrate=115200
board=am57xx
board_name=am574x_idk
board_rev=1.0A
board_serial=15184P770032
boot_fdt=try
boot_fit=0
bootargs=console=ttyO2,115200n8 root=/dev/nfs nfsroot=192.168.1.103:/media/hackerhsu/BSP/TI/AM57XX/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/targetNFS,nolock,v3,tcp,rsize=4096,wsize=4096 rw ip=dhcp
bootcmd=run findfdt; run getuenv; setenv autoload no;dhcp ;tftp ${loadaddr} zImage-am57xx-evm.bin; tftp ${fdtaddr} ${fdtfile}; run netargs; bootz ${loadaddr} - ${fdtaddr}
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootfile=zImage
bootm_size=0x10000000
bootpart=0:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
check_psdk_setup=load mmc 0:1 ${loadaddr} ${psdk_setup_file}
console=ttyO2,115200n8
cpu=armv7
dfu_alt_info_emmc=rawemmc raw 0 3751936;boot part 1 1;rootfs part 1 2;MLO fat 1 1;MLO.raw raw 0x100 0x100;u-boot.img.raw raw 0x300 0x1000;u-env.raw raw 0x1300 0x200;spl-os-args.raw raw 0x1500 0x200;spl-os-image.raw raw 0x1700 0x6900;spl-os-args fat 1 1;spl-os-image fat 1 1;u-boot.img fat 1 1;uEnv.txt fat 1 1
dfu_alt_info_mmc=boot part 0 1;rootfs part 0 2;MLO fat 0 1;MLO.raw raw 0x100 0x100;u-boot.img.raw raw 0x300 0x1000;u-env.raw raw 0x1300 0x200;spl-os-args.raw raw 0x1500 0x200;spl-os-image.raw raw 0x1700 0x6900;spl-os-args fat 0 1;spl-os-image fat 0 1;u-boot.img fat 0 1;uEnv.txt fat 0 1
dfu_alt_info_ram=kernel ram 0x80200000 0x4000000;fdt ram 0x80f80000 0x80000;ramdisk ram 0x81000000 0x4000000
dfu_bufsiz=0x10000
do_psdk_setup=env default -f -a; saveenv
dofastboot=0
emmc_android_boot=echo Trying to boot Android from eMMC ...; run update_to_fit; setenv eval_bootargs setenv bootargs $bootargs; run eval_bootargs; setenv mmcdev 1; setenv fdt_part 3; setenv boot_part 9; setenv machid fe6; mmc dev $mmcdev; mmc rescan; part start mmc ${mmcdev} ${fdt_part} fdt_start; part size mmc ${mmcdev} ${fdt_part} fdt_size; part start mmc ${mmcdev} ${boot_part} boot_start; part size mmc ${mmcdev} ${boot_part} boot_size; mmc read ${fdtaddr} ${fdt_start} ${fdt_size}; mmc read ${loadaddr} ${boot_start} ${boot_size}; bootm ${loadaddr}#${fdtfile};
emmc_linux_boot=echo Trying to boot Linux from eMMC ...; setenv mmcdev 1; setenv bootpart 1:2; setenv mmcroot /dev/mmcblk0p2 rw; run mmcboot;
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootscript; then run bootscript;else if run loadbootenv; then echo Loaded env from ${bootenvfile};run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;fi;fi;
eth2addr=70:ff:76:1c:1e:87
eth3addr=70:ff:76:1c:1e:88
eth4addr=70:ff:76:1c:1e:89
eth5addr=70:ff:76:1c:1e:8a
eth6addr=70:ff:76:1c:1e:8b
eth7addr=70:ff:76:1c:1e:8c
ethact=ethernet@48484000
ethaddr=7c:01:0a:a1:cb:80
fastboot.board_rev=1.0A
fastboot.cpu=DRA762
fastboot.secure=GP
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fdf16178
fdtfile=am574x-idk.dtb
fileaddr=82000000
filesize=5d2
findfdt=if test $board_name = omap5_uevm; then setenv fdtfile omap5-uevm.dtb; fi; if test $board_name = dra7xx; then setenv fdtfile dra7-evm.dtb; fi;if test $board_name = dra72x-revc; then setenv fdtfile dra72-evm-revc.dtb; fi;if test $board_name = dra72x; then setenv fdtfile dra72-evm.dtb; fi;if test $board_name = dra71x && test $boot_nand = 1; then setenv fdtfile dra71-evm-nand.dtb; fi;if test $board_name = dra71x && test $boot_nand = 0; then setenv fdtfile dra71-evm.dtb; fi;if test $board_name = dra71-lcard; then setenv fdtfile dra71-lcard.dtb; fi;if test $board_name = dra76x_acd; then setenv fdtfile dra76-evm.dtb; fi;if test $board_name = beagle_x15; then setenv fdtfile am57xx-beagle-x15.dtb; fi;if test $board_name = beagle_x15_revb1; then setenv fdtfile am57xx-beagle-x15-revb1.dtb; fi;if test $board_name = beagle_x15_revc; then setenv fdtfile am57xx-beagle-x15-revc.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = no; then setenv fdtfile am572x-idk.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = osd101t2045; then setenv fdtfile am572x-idk-lcd-osd101t2045.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = osd101t2587; then setenv fdtfile am572x-idk-lcd-osd101t2587.dtb; fi;if test $board_name = am574x_idk && test $idk_lcd = no; then setenv fdtfile am574x-idk.dtb; fi;if test $board_name = am574x_idk && test $idk_lcd = osd101t2587; then setenv fdtfile am574x-idk-lcd-osd101t2587.dtb; fi;if test $board_name = am57xx_evm; then setenv fdtfile am57xx-evm.dtb; fi;if test $board_name = am57xx_evm_reva3; then setenv fdtfile am57xx-evm-reva3.dtb; fi;if test $board_name = am571x_idk && test $idk_lcd = no; then setenv fdtfile am571x-idk.dtb; fi;if test $board_name = am571x_idk && test $idk_lcd = osd101t2045; then setenv fdtfile am571x-idk-lcd-osd101t2045.dtb; fi;if test $board_name = am571x_idk && test $idk_lcd = osd101t2587; then setenv fdtfile am571x-idk-lcd-osd101t2587.dtb; fi;if test $fdtfile = undefined; then echo WARNING: Could not determine device tree to use; fi;
finduuid=part uuid mmc ${bootpart} uuid
fit_bootfile=fitImage
fit_loadaddr=0x87000000
getuenv=mmc dev ${mmcdev}; if mmc rescan; then if run loadbootenv; then run importbootenv; fi; fi;
idk_lcd=osd101t2587
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
ip_method=dhcp
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
loadfit=run args_mmc; bootm ${loadaddr}#${fdtfile};
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmcboot=mmc dev ${mmcdev}; setenv devnum ${mmcdev}; setenv devtype mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadimage; then if test ${boot_fit} -eq 1; then run loadfit; else run mmcloados;fi;fi;fi;
mmcdev=0
mmcloados=run args_mmc; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
netargs=setenv bootargs console=${console} ${optargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=dhcp
netboot=echo Booting from network ...; setenv autoload no; dhcp; run netloadimage; run netloadfdt; run netargs; bootz ${loadaddr} - ${fdtaddr}
netloadfdt=tftp ${fdtaddr} ${fdtfile}
netloadimage=tftp ${loadaddr} ${bootfile}
nfsopts=nolock,v3,tcp,rsize=4096,wsize=4096
partitions=uuid_disk=${uuid_gpt_disk};name=bootloader,start=384K,size=1792K,uuid=${uuid_gpt_bootloader};name=rootfs,start=2688K,size=-,uuid=${uuid_gpt_rootfs}
partitions_android=uuid_disk=${uuid_gpt_disk};name=xloader,start=128K,size=256K,uuid=${uuid_gpt_xloader};name=bootloader,size=1792K,uuid=${uuid_gpt_bootloader};name=environment,size=128K,uuid=${uuid_gpt_environment};name=misc,size=128K,uuid=${uuid_gpt_misc};name=reserved,size=256K,uuid=${uuid_gpt_reserved};name=efs,size=16M,uuid=${uuid_gpt_efs};name=crypto,size=16K,uuid=${uuid_gpt_crypto};name=recovery,size=40M,uuid=${uuid_gpt_recovery};name=boot,size=10M,uuid=${uuid_gpt_boot};name=system,size=768M,uuid=${uuid_gpt_system};name=vendor,size=256M,uuid=${uuid_gpt_vendor};name=cache,size=256M,uuid=${uuid_gpt_cache};name=ipu1,size=1M,uuid=${uuid_gpt_ipu1};name=ipu2,size=1M,uuid=${uuid_gpt_ipu2};name=userdata,size=-,uuid=${uuid_gpt_userdata}
psdk_setup_file=.psdk_setup
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rdaddr=0x88080000
rootpath=/export/rootfs
scriptaddr=0x80000000
scsidevs=0
serial#=0c00800d0ac00000
serverip=192.168.1.103
soc=omap5
static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off
stderr=serial@48020000
stdin=serial@48020000
stdout=serial@48020000
uenvcmd=if run check_psdk_setup; then echo "Already setup."; else run do_psdk_setup; mw.b ${loadaddr} 0 1; fatwrite mmc 0:1 ${loadaddr} .psdk_setup 1; reset; fi
update_to_fit=setenv loadaddr ${fit_loadaddr}; setenv bootfile ${fit_bootfile}
usbtty=cdc_acm
vendor=ti
ver=U-Boot 2018.01-g825ac6e1ac (Apr 06 2019 - 06:02:20 +0000)
vram=16M

Environment size: 8452/131067 bytes
=> run mmcboot
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
4026880 bytes read in 254 ms (15.1 MiB/s)
98628 bytes read in 57 ms (1.6 MiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8ffe4000, end 8ffff143 ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.14.79-ge669d52447 (oe-user@oe-host) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #1 SMP PREEMPT Sat Apr 6 02:23:36 UTC 2019
[ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: TI AM5748 IDK
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB
[ 0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB
[ 0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
[ 0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, size 8 MiB
[ 0.000000] OF: reserved mem: initialized node dsp2-memory@9f000000, compatible id shared-dma-pool
[ 0.000000] cma: Reserved 24 MiB at 0x00000000fe400000
[ 0.000000] OMAP4: Map 0x00000000ffd00000 to fe600000 for dram barrier
[ 0.000000] DRA762 ES1.0
[ 0.000000] percpu: Embedded 15 pages/cpu @dff35000 s31372 r8192 d21876 u61440
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 424064
[ 0.000000] Kernel command line: console=ttyO2,115200n8 root=PARTUUID=000ed8b8-02 rw rootfstype=ext4 rootwait
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 1481180K/1700864K available (8192K kernel code, 347K rwdata, 2628K rodata, 2048K init, 282K bss, 31268K reserved, 188416K cma-reserved, 1152000K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0a00000 (10208 kB)
[ 0.000000] .init : 0xc0e00000 - 0xc1000000 (2048 kB)
[ 0.000000] .data : 0xc1000000 - 0xc1056e98 ( 348 kB)
[ 0.000000] .bss : 0xc1058000 - 0xc109ebe0 ( 283 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] OMAP clockevent source: timer1 at 32786 Hz
[ 0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
[ 0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
[ 0.000016] Switching to timer-based delay loop, resolution 162ns
[ 0.000340] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[ 0.000349] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.000801] Console: colour dummy device 80x30
[ 0.000818] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2'
[ 0.000825] This ensures that you still see kernel messages. Please
[ 0.000832] update your kernel commandline.
[ 0.000853] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[ 0.000868] pid_max: default: 32768 minimum: 301
[ 0.000979] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000990] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.001529] CPU: Testing write buffer coherency: ok
[ 0.001575] CPU0: Spectre v2: using ICIALLU workaround
[ 0.001774] /cpus/cpu@0 missing clock-frequency property
[ 0.001792] /cpus/cpu@1 missing clock-frequency property
[ 0.001803] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.039872] Setting up static identity map for 0x80200000 - 0x80200060
[ 0.059879] Hierarchical SRCU implementation.
[ 0.080067] EFI services will not be available.
[ 0.099937] smp: Bringing up secondary CPUs ...
[ 0.170248] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.170254] CPU1: Spectre v2: using ICIALLU workaround
[ 0.170354] smp: Brought up 1 node, 2 CPUs
[ 0.170365] SMP: Total of 2 processors activated (24.59 BogoMIPS).
[ 0.170373] CPU: All CPU(s) started in HYP mode.
[ 0.170380] CPU: Virtualization extensions available.
[ 0.170811] devtmpfs: initialized
[ 0.188447] random: get_random_u32 called from bucket_table_alloc+0x108/0x230 with crng_init=0
[ 0.188702] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.188892] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.188909] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.192826] pinctrl core: initialized pinctrl subsystem
[ 0.193290] DMI not present or invalid.
[ 0.193546] NET: Registered protocol family 16
[ 0.194583] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.195489] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.394309] cpuidle: using governor ladder
[ 0.394342] cpuidle: using governor menu
[ 0.402488] OMAP GPIO hardware version 0.1
[ 0.430654] No ATAGs?
[ 0.430724] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.430738] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.431102] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[ 0.431113] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[ 0.431653] OMAP DMA hardware revision 0.0
[ 0.441299] edma 43300000.edma: memcpy is disabled
[ 0.444468] edma 43300000.edma: TI EDMA DMA engine driver
[ 0.451221] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.454542] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 0.454739] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 0.454983] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 0.455222] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 0.455569] omap-iommu 41501000.mmu: 41501000.mmu registered
[ 0.455780] omap-iommu 41502000.mmu: 41502000.mmu registered
[ 0.456034] iommu: Adding device 58820000.ipu to group 1
[ 0.456120] iommu: Adding device 55020000.ipu to group 2
[ 0.456271] iommu: Adding device 40800000.dsp to group 0
[ 0.456530] iommu: Adding device 41000000.dsp to group 3
[ 0.458707] palmas 0-0058: Irq flag is 0x00000004
[ 0.482256] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[ 0.483906] SMPS12: supplied by regulator-dummy
[ 0.485674] SMPS3: supplied by VMAIN
[ 0.487295] SMPS45: supplied by regulator-dummy
[ 0.489199] SMPS6: supplied by VMAIN
[ 0.490959] SMPS7: supplied by VMAIN
[ 0.492849] SMPS8: supplied by VMAIN
[ 0.494173] SMPS9: supplied by VMAIN
[ 0.495178] LDO1: supplied by VMAIN
[ 0.501296] LDO2: supplied by VMAIN
[ 0.501476] random: fast init done
[ 0.511157] LDO3: supplied by VMAIN
[ 0.521180] LDO4: supplied by VMAIN
[ 0.531175] LDO5: supplied by regulator-dummy
[ 0.531886] LDO6: supplied by regulator-dummy
[ 0.532618] LDO7: supplied by regulator-dummy
[ 0.533357] LDO8: supplied by regulator-dummy
[ 0.534092] LDO9: supplied by VMAIN
[ 0.541516] LDOLN: supplied by VMAIN
[ 0.551222] LDOUSB: supplied by VMAIN
[ 0.563922] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.564122] media: Linux media interface: v0.10
[ 0.564160] Linux video capture interface: v2.00
[ 0.564243] pps_core: LinuxPPS API ver. 1 registered
[ 0.564252] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.564271] PTP clock support registered
[ 0.564299] EDAC MC: Ver: 3.0.0
[ 0.570681] dmi: Firmware registration failed.
[ 0.571067] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 0.571349] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 0.571686] Advanced Linux Sound Architecture Driver Initialized.
[ 0.572374] clocksource: Switched to clocksource arch_sys_counter
[ 0.579789] NET: Registered protocol family 2
[ 0.580313] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.580352] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.580420] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.580488] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.580514] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.580659] NET: Registered protocol family 1
[ 0.580993] RPC: Registered named UNIX socket transport module.
[ 0.581003] RPC: Registered udp transport module.
[ 0.581011] RPC: Registered tcp transport module.
[ 0.581018] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.581894] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[ 0.582073] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.583126] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 0.587184] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.587673] NFS: Registering the id_resolver key type
[ 0.587700] Key type id_resolver registered
[ 0.587708] Key type id_legacy registered
[ 0.587745] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.589017] bounce: pool size: 64 pages
[ 0.589062] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.589073] io scheduler noop registered
[ 0.589082] io scheduler deadline registered
[ 0.589180] io scheduler cfq registered (default)
[ 0.589189] io scheduler mq-deadline registered
[ 0.589198] io scheduler kyber registered
[ 0.593638] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
[ 0.596390] dra7-pcie 51000000.pcie: Linked as a consumer to phy-4a094000.pciephy.1
[ 0.596756] OF: PCI: host bridge /ocp/axi@0/pcie@51000000 ranges:
[ 0.596792] OF: PCI: IO 0x20003000..0x20012fff -> 0x00000000
[ 0.596813] OF: PCI: MEM 0x20013000..0x2fffffff -> 0x20013000
[ 1.597070] dra7-pcie 51000000.pcie: phy link never came up
[ 1.597203] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[ 1.597216] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.597229] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 1.597239] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 1.597560] PCI: bus0: Fast back to back transfers disabled
[ 1.597650] PCI: bus1: Fast back to back transfers enabled
[ 1.597687] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff 64bit]
[ 1.597705] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 1.598025] pcieport 0000:00:00.0: Signaling PME with IRQ 174
[ 1.598146] pcieport 0000:00:00.0: AER enabled with IRQ 174
[ 1.601145] V3_3D: supplied by smps9
[ 1.601416] vtt_fixed: supplied by V3_3D
[ 1.643804] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[ 1.646454] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 45, base_baud = 3000000) is a 8250
[ 2.704651] console [ttyS2] enabled
[ 2.710014] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 2.717130] DSS: OMAP DSS rev 6.1
[ 2.722096] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
[ 2.730527] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
[ 2.750559] brd: module loaded
[ 2.759109] loop: module loaded
[ 2.766281] m25p80 spi0.0: s25fl256s1 (32768 Kbytes)
[ 2.771327] 7 ofpart partitions found on MTD device spi0.0
[ 2.776867] Creating 7 MTD partitions on "spi0.0":
[ 2.781682] 0x000000000000-0x000000040000 : "QSPI.SPL"
[ 2.787513] 0x000000040000-0x000000140000 : "QSPI.u-boot"
[ 2.793579] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
[ 2.800235] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
[ 2.806650] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
[ 2.813738] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
[ 2.819751] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
[ 2.826800] libphy: Fixed MDIO Bus: probed
[ 2.892410] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 2.900103] davinci_mdio 48485000.mdio: detected phy mask fffffffc
[ 2.910631] libphy: 48485000.mdio: probed
[ 2.914694] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver Micrel KSZ9031 Gigabit PHY
[ 2.924410] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
[ 2.934863] cpsw 48484000.ethernet: Detected MACID = 7c:01:0a:a1:cb:80
[ 2.941472] cpsw 48484000.ethernet: initialized cpsw ale version 1.4
[ 2.947899] cpsw 48484000.ethernet: ALE Table size 1024
[ 2.953177] cpsw 48484000.ethernet: device node lookup for pps timer failed
[ 2.960205] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies)
[ 2.968096] cpsw 48484000.ethernet: cpsw: Detected MACID = 7c:01:0a:a1:cb:81
[ 2.976307] i2c /dev entries driver
[ 2.980491] IR NEC protocol handler initialized
[ 2.985068] IR RC5(x/sz) protocol handler initialized
[ 2.990143] IR RC6 protocol handler initialized
[ 2.994710] IR JVC protocol handler initialized
[ 2.999260] IR Sony protocol handler initialized
[ 3.003911] IR SANYO protocol handler initialized
[ 3.008635] IR Sharp protocol handler initialized
[ 3.013794] IR MCE Keyboard/mouse protocol handler initialized
[ 3.019652] IR XMP protocol handler initialized
[ 3.029684] sdhci: Secure Digital Host Controller Interface driver
[ 3.035975] sdhci: Copyright(c) Pierre Ossman
[ 3.041128] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.047728] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 3.053116] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_1_8v mode
[ 3.059758] sdhci-omap 4809c000.mmc: no pinctrl state for hs200_1_8v mode
[ 3.122587] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[ 3.192434] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[ 3.203799] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.212884] mmc0: host does not support reading read-only switch, assuming write-enable
[ 3.213249] NET: Registered protocol family 10
[ 3.224099] Segment Routing with IPv6
[ 3.224145] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 3.224534] NET: Registered protocol family 17
[ 3.224707] Key type dns_resolver registered
[ 3.224806] omap_voltage_late_init: Voltage driver support not added
[ 3.224810] Power Management for TI OMAP4+ devices.
[ 3.225053] Registering SWP/SWPB emulation handler
[ 3.252447] dmm 4e000000.dmm: workaround for errata i878 in use
[ 3.260366] dmm 4e000000.dmm: initialized all PAT entries
[ 3.273055] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.278718] mmc0: new high speed SDXC card at address aaaa
[ 3.279767] mmcblk0: mmc0:aaaa SL64G 59.5 GiB
[ 3.281904] mmcblk0: p1 p2
[ 3.292550] [drm] No driver support for vblank timestamp query.
[ 3.295182] mmc1: new DDR MMC card at address 0001
[ 3.295411] mmcblk1: mmc1:0001 R1J56L 13.8 GiB
[ 3.295549] mmcblk1boot0: mmc1:0001 R1J56L partition 1 4.00 MiB
[ 3.295667] mmcblk1boot1: mmc1:0001 R1J56L partition 2 4.00 MiB
[ 3.295788] mmcblk1rpmb: mmc1:0001 R1J56L partition 3 128 KiB
[ 3.325534] [drm] Cannot find any crtc or sizes
[ 3.330868] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0
[ 3.338387] hctosys: unable to open rtc device (rtc0)
[ 3.344065] ALSA device list:
[ 3.347042] No soundcards found.
[ 3.367878] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.376052] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 3.387778] devtmpfs: mounted
[ 3.391820] Freeing unused kernel memory: 2048K
[ 3.750584] systemd[1]: System time before build time, advancing clock.
[ 3.806289] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN default-hierarchy=hybrid)
[ 3.827666] systemd[1]: Detected architecture arm.

Welcome to Arago 2018.10!

[ 3.876714] systemd[1]: Set hostname to <am57xx-evm>.
[ 4.227051] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.233934] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 4.262527] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.269289] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 4.302459] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.318628] systemd[1]: Listening on Process Core Dump Socket.
[ OK ] Listening on Process Core Dump Socket.
[ 4.353963] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 4.383161] systemd[1]: Created slice System Slice.
[ OK ] Created slice System Slice.
[ 4.392427] [drm] Cannot find any crtc or sizes
[ 4.413236] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 4.457601] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ OK ] Listening on udev Control Socket.
[ 4.503831] cmemk: loading out-of-tree module taints kernel.
[ 4.510149] CMEMK module: reference Linux version 4.14.79
[ 4.516223] allocated heap buffer 0x40500000 of size 0x100000
[ 4.522022] cmemk initialized
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ 4.535208] cryptodev: driver 1.9 loaded.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 4.566475] usbcore: registered new interface driver usbfs
[ 4.572018] usbcore: registered new interface driver hub
[ 4.577543] usbcore: registered new device driver usb
[ OK ] Listening on Journal Socket (/dev/log).
[ 4.591810] usbcore: registered new interface driver usbserial
[ 4.607462] usbcore: registered new interface driver ftdi_sio
[ 4.616720] usbserial: USB Serial support registered for FTDI USB Serial Device
Starting Remount Root and Kernel File Systems...
[ OK ] Reached target Slices.
[ 4.656987] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Mounting POSIX Message Queue File System...
[ OK ] Listening on udev Kernel Socket.
Starting Create list of required ste nodes for the current kernel...
[ OK ] Listening on Syslog Socket.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Reached target Paths.
Mounting Kernel Debug File System...
[ OK ] Reached target Remote File Systems.
[ OK ] Reached target Swap.
Mounting Temporary Directory (/tmp)...
[ OK ] Listening on Network Service Netlink Socket.
Starting Journal Service...
[ OK ] Mounted Kernel Debug File System.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Started Journal Service.
[ OK ] Started Load Kernel Modules.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started Create list of required staice nodes for the current kernel.
Starting Rebuild Hardware Database...
Starting Create System Users...
Mounting Kernel Configuration File System...
Starting Apply Kernel Variables...
Starting Flush Journal to Persistent Storage...
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Create System Users.
[ OK ] Started Apply Kernel Variables.
[ 5.541197] systemd-journald[93]: Received request to flush runtime journal from PID 1
Starting Create Static Device Nodes in /dev...
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Reached target Local File Systems (Pre).
Mounting /var/volatile...
Mounting /media/ram...
Starting udev Kernel Device Manager...
[ OK ] Mounted /var/volatile.
[ OK ] Mounted /media/ram.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Rebuild Journal Catalog...
Starting Create Volatile Files and Directories...
Starting Rebuild Dynamic Linker Cache...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Rebuild Journal Catalog.
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Rebuild Dynamic Linker Cache.
[ OK ] Started Rebuild Hardware Database.
Starting udev Coldplug all Devices...
Starting Update is Completed...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Update is Completed.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Synchronized.
[ 6.877727] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
[ OK ] Started udev Coldplug all Devices.
[ 6.910348] remoteproc remoteproc0: 58820000.ipu is available
[ 6.921739] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
[ OK ] Reached target System Initialization.
[ 6.936934] remoteproc remoteproc1: 55020000.ipu is available
[ OK ] Listening on RPCbind Server Activation Socket[ 6.978969] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
.
[ 7.001933] remoteproc remoteproc2: 40800000.dsp is available
[ 7.013615] omap-rproc 41000000.dsp: assigned reserved memory node dsp2-memory@9f000000
[ 7.022928] remoteproc remoteproc3: 41000000.dsp is available
[ OK ] Started Daily rotation of log files.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ 7.223987] remoteproc remoteproc1: powering up 55020000.ipu
[ 7.229770] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3747220
[ 7.240629] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[ 7.312293] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 7.317950] remoteproc remoteproc1: registered virtio0 (type 7)
[ 7.325016] remoteproc remoteproc1: remote processor 55020000.ipu is now up
[ 7.329656] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
[ 7.331396] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x66
[ 7.433029] omap_rtc 48838000.rtc: registered as rtc1
[ 7.442342] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: rtc core: registered 48070000.i2c:tps659038@58:tps659038_rtc as rtc0
[ 7.456558] omap_gpio 48057000.gpio: Could not set line 16 debounce to 20000 microseconds (-22)
[ 7.744363] remoteproc remoteproc0: powering up 58820000.ipu
[ 7.750057] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 6731716
[ 7.759016] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
[ 7.774452] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 7.779992] remoteproc remoteproc0: registered virtio1 (type 7)
[ 7.787021] remoteproc remoteproc0: remote processor 58820000.ipu is now up
[ OK [ 7.888439] ov2659 0-0030: Sensor detection failed (3030, 0)
] Listening on dropbear.socket.
[ OK ] Reached target Sockets.
[ 7.947645] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[ 7.954785] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x3d
[ 7.968048] virtio_rpmsg_bus virtio1: msg received with no recipient
[ 7.979744] omap-des 480a5000.des: will run requests pump with realtime priority
[ OK ] Reached target Basic System.
[ OK ] Started Periodic Command Scheduler.
Starting Login Service...
[ OK ] Started Job spooling tools.
Starting Print notice about GPLv3 packages...
[ OK ] Started D-Bus System Message Bus.
[ 8.497178] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 8.516716] CAN device driver interface
[ 8.527104] SCSI subsystem initialized
[ 8.597613] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[ 8.603727] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 8.611308] omap-aes 4b500000.aes: will run requests pump with realtime priority
[ 8.619778] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 8.632108] omap-aes 4b700000.aes: will run requests pump with realtime priority
[ 8.643309] vpe 489d0000.vpe: Device registered as /dev/video0
[ 8.653140] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 8.670959] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=88)
[ 8.968000] virtio_rpmsg_bus virtio1: msg received with no recipient
[ 9.015281] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[ 9.022028] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 9.030679] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
[ 9.051629] scsi host0: ahci
[ 9.054688] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 80
[ 9.393889] ata1: SATA link down (SStatus 0 SControl 300)
[ 9.705179] remoteproc remoteproc2: powering up 40800000.dsp
[ 9.711796] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 20430464
[ 9.726412] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
[ 9.732305] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[ 9.738233] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[ 9.752477] remoteproc remoteproc3: powering up 41000000.dsp
[ 9.758169] remoteproc remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 20430464
[ 9.772915] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
[ 9.778802] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
[ 9.784717] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
[ 9.806054] vip 48990000.vip: loading firmware vpdma-1b8.bin
[ 9.831295] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 9.831399] virtio_rpmsg_bus virtio3: creating channel rpmsg-proto addr 0x3d
[ 9.842678] vip 48990000.vip: VPDMA firmware loaded
[ 9.949602] remoteproc remoteproc3: registered virtio3 (type 7)
[ 9.969528] remoteproc remoteproc3: remote processor 41000000.dsp is now up
[ 9.998133] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 9.998211] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x3d
[ OK ] Started Kernel Logging Service.
Starting TI IPC Daemon...
[ OK ] Started Hardware RNG Entropy Gatherer Daemon[ 10.061927] remoteproc remoteproc2: registered virtio2 (type 7)
.
[ OK ] Reached target Containers.
Starting TI MultiCore Tools Daemon...
[ 10.109517] remoteproc remoteproc2: remote processor 40800000.dsp is now up
[ 10.116901] [drm] Initialized pvr 1.14.3699939 20110701 for 56000000.gpu on minor 1
[ 10.165868] random: crng init done
[ 10.165872] random: 7 urandom warning(s) missed due to ratelimiting
[ OK ] Started System Logging Service.
Starting uim-sysfs.service...
Starting Network Service...
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timers.
Starting RPC Bind Service...
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started TI IPC Daemon.
[ 10.336294] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
[ 10.374445] omap-hdmi-audio omap-hdmi-audio.0.auto: ASoC: no DMI vendor name!
[ OK ] Found device /dev/ttyS2.
[ OK ] Started TI MultiCore Tools Daemon.
[ 10.415988] pruss 4b200000.pruss: creating PRU cores and other child platform devices
[ 10.435468] pruss 4b280000.pruss: creating PRU cores and other child platform devices
[ 10.480995] net eth1: initializing cpsw version 1.15 (0)
[ OK ] Started Network Service.
[ OK ] Started RPC Bind Service.
[ 10.562424] davinci_mdio 4b2b2400.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 10.570119] libphy: 4b2b2400.mdio: probed
[ 10.643298] Micrel KSZ9031 Gigabit PHY 48485000.mdio:01: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=48485000.mdio:01, irq=POLL)
[ 10.643312] davinci_mdio 4b2b2400.mdio: phy[0]: device 4b2b2400.mdio:00, driver TI TLK10X 10/100 Mbps PHY
[ 10.643317] davinci_mdio 4b2b2400.mdio: phy[1]: device 4b2b2400.mdio:01, driver TI TLK10X 10/100 Mbps PHY
[ 10.703369] remoteproc remoteproc4: 4b234000.pru is available
[ 10.703412] pru-rproc 4b234000.pru: PRU rproc node /ocp/pruss_soc_bus@4b226004/pruss@0/pru@34000 probed successfully
[ 10.703661] remoteproc remoteproc5: 4b238000.pru is available
[ 10.703710] pru-rproc 4b238000.pru: PRU rproc node /ocp/pruss_soc_bus@4b226004/pruss@0/pru@38000 probed successfully
[ 10.703930] remoteproc remoteproc6: 4b2b4000.pru is available
[ 10.703964] pru-rproc 4b2b4000.pru: PRU rproc node /ocp/pruss_soc_bus@4b2a6004/pruss@0/pru@34000 probed successfully
[ 10.704169] remoteproc remoteproc7: 4b2b8000.pru is available
[ 10.704204] pru-rproc 4b2b8000.pru: PRU rproc node /ocp/pruss_soc_bus@4b2a6004/pruss@0/pru@38000 probed successfully
[ 10.934578] prueth pruss2_eth: pruss_fw_drop_untagged_vlan 0
[ 10.934588] prueth pruss2_eth: pruss MC Mask (Port 0) ff:ff:ff:ff:ff:ff
[ 10.934593] prueth pruss2_eth: pruss MC Mask (Port 1) ff:ff:ff:ff:ff:ff
[ 10.934609] prueth pruss2_eth: request for sync latch pins failed: -19
[ 11.003070] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started Login Service.
[ 11.286114] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 11.328627] prueth pruss2_eth: TI PRU ethernet (type 0) driver initialized
[ 11.359933] net eth0: initializing cpsw version 1.15 (0)
[ 11.534413] Micrel KSZ9031 Gigabit PHY 48485000.mdio:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=48485000.mdio:00, irq=POLL)
[ 11.593466] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ OK ] Reached target Network.
Starting Permit User Sessions...
[ OK ] Started Redis In-Memory Data Store.
Starting Simple Network Management Protocol (SNMP) Daemon....
Starting Enable and configure wl18xx bluetooth stack...
Starting Lightning Fast Webserver With Light System Requirements...
Starting Wait for Network to be Configured...
Starting Network Name Resolution...
[ OK ] Started Permit User Sessions.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttyS2.
[ OK ] Reached target Login Prompts.
Starting Synchronize System and HW clocks...
[ OK ] Started Enable and configure wl18xx bluetooth stack.
[ OK ] Started Synchronize System and HW clocks.
[ OK ] Started uim-sysfs.service.
Starting rc.pvr.service...
[ OK ] Started Lightning Fast Webserver With Light System Requirements.
[ OK ] Started Network Name Resolution.
[ 12.163297] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
[ 12.261289] rpmsg_rpc virtio0.rpmsg-rpc.-1.101: probing service dce-callback with src 1024 dst 101
[ 12.281574] NET: Registered protocol family 44
[ 12.328587] rpmsg_rpc virtio0.rpmsg-rpc.-1.102: probing service rpmsg-dce with src 1025 dst 102
[ 12.343501] rpmsg_rpc virtio0.rpmsg-rpc.-1.101: published functions = 4
[ OK ] Started rc.pvr.service.
[ 12.469762] rpmsg_rpc virtio0.rpmsg-rpc.-1.102: published functions = 9
[ 12.477707] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 12.477730] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[ 12.508261] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x02010010
[ 12.519247] xhci-hcd xhci-hcd.1.auto: irq 181, io mem 0x48890000
[ 12.537774] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 12.545580] iep ptp bc clkid -1
[ 12.545622] remoteproc remoteproc7: powering up 4b2b8000.pru
[ 12.557011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.567920] usb usb1: Product: xHCI Host Controller
[ 12.573717] usb usb1: Manufacturer: Linux 4.14.79-ge669d52447 xhci-hcd
[ 12.580986] usb usb1: SerialNumber: xhci-hcd.1.auto
[ 12.587357] remoteproc remoteproc7: Booting fw image ti-pruss/am57xx-pru1-prueth-fw.elf, size 6240
[ 12.587479] pruss 4b280000.pruss: configured system_events[63-0] = 0x00600000.08a00000
[ 12.587483] pruss 4b280000.pruss: configured intr_channels = 0x0000032a host_intr = 0x000002aa
[ 12.587488] remoteproc remoteproc7: remote processor 4b2b8000.pru is now up
[ 12.587513] net eth3: started
[ 12.587641] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready
[ 12.626557] remoteproc remoteproc6: powering up 4b2b4000.pru
[ 12.648678] remoteproc remoteproc6: Booting fw image ti-pruss/am57xx-pru0-prueth-fw.elf, size 6212
[ 12.648798] pruss 4b280000.pruss: configured system_events[63-0] = 0x00000600.04500000
[ 12.648803] pruss 4b280000.pruss: configured intr_channels = 0x000000d5 host_intr = 0x00000155
[ 12.648808] remoteproc remoteproc6: remote processor 4b2b4000.pru is now up
[ 12.648825] net eth2: started
[ 12.648953] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[ 12.709053] hub 1-0:1.0: USB hub found
[ 12.717083] hub 1-0:1.0: 1 port detected
[ 12.725282] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 12.730819] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[ 12.740741] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 12.749350] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 12.758756] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 12.766276] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.775197] usb usb2: Product: xHCI Host Controller
[ 12.775201] usb usb2: Manufacturer: Linux 4.14.79-ge669d52447 xhci-hcd
[ 12.775205] usb usb2: SerialNumber: xhci-hcd.1.auto
[ 12.775626] hub 2-0:1.0: USB hub found
[ 12.775651] hub 2-0:1.0: 1 port detected
[ OK ] Started Simple Network Management Protocol (SNMP) Daemon..
[ OK ] Reached target Sound Card.
Starting weston.service...
[ OK ] Reached target Host and Network Name Lookups.
[ OK ] Started NFS status monitor for NFSv2/3 locking..
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
autoconf
bash-dev
bash
binutils-dev
binutils
bison-dev
bison
cifs-utils
cpio
cpp-symlinks
cpp
dosfstools
elfutils-dev
elfutils
findutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbc6x
gdbserver
gettext
glmark2
gstreamer1.0-libav
gzip
hidapi
libasm1
libcairo-perf-utils
libdw1
libelf1
libgdbm-compat4
libgdbm-dev
libgdbm4
libgettextlib
libgettextsrc
libgmp10
libidn11
libmavconn
libmpc3
libmpfr4
libreadline-dev
libreadline7
libunistring2
m4-dev
m4
make
mavlink
mavros-extras
mavros-msgs
mavros
nettle
parted
python3-pycairo
socketcan-interface
swig-dev
swig
which

If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above

NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
[ OK ] Started Print notice about GPLv3 packages.
[ OK ] Started weston.service.
Starting Matrix GUI...
Starting telnetd.service...
[ OK ] Started Matrix GUI.
[ OK ] Started telnetd.service.
Starting thttpd.service...
[ OK ] Started thttpd.service.
Starting rng-tools.service...
[ OK ] Started rng-tools.service.

_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|

Arago Project http://arago-project.org am57xx-evm ttyS2

Arago 2018.10 am57xx-evm ttyS2

am57xx-evm login: [ 18.418286] omap_hwmod: timer14: _wait_target_disable failed
[ 20.319901] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
[ 20.333158] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
[ 132.075220] NET: Registered protocol family 15
[ 132.182269] Initializing XFRM netlink socket

_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|

Arago Project http://arago-project.org am57xx-evm ttyS2

Arago 2018.10 am57xx-evm ttyS2

am57xx-evm login: root
root@am57xx-evm:~# cd boot
-sh: cd: boot: No such file or directory
root@am57xx-evm:~# cd /boot
root@am57xx-evm:/boot# ls
am571x-idk-lcd-osd101t2045.dtb devicetree-uImage-am571x-idk-pps.dtb devicetree-zImage-am571x-idk.dtb
am571x-idk-lcd-osd101t2587.dtb devicetree-uImage-am571x-idk-pru-excl-uio.dtb devicetree-zImage-am572x-idk-jailhouse.dtb
am571x-idk-pps.dtb devicetree-uImage-am571x-idk.dtb devicetree-zImage-am572x-idk-lcd-osd101t2045-jh.dtb
am571x-idk-pru-excl-uio.dtb devicetree-uImage-am572x-idk-jailhouse.dtb devicetree-zImage-am572x-idk-lcd-osd101t2045.dtb
am571x-idk.dtb devicetree-uImage-am572x-idk-lcd-osd101t2045-jh.dtb devicetree-zImage-am572x-idk-lcd-osd101t2587-jh.dtb
am572x-idk-jailhouse.dtb devicetree-uImage-am572x-idk-lcd-osd101t2045.dtb devicetree-zImage-am572x-idk-lcd-osd101t2587.dtb
am572x-idk-lcd-osd101t2045-jh.dtb devicetree-uImage-am572x-idk-lcd-osd101t2587-jh.dtb devicetree-zImage-am572x-idk-pps.dtb
am572x-idk-lcd-osd101t2045.dtb devicetree-uImage-am572x-idk-lcd-osd101t2587.dtb devicetree-zImage-am572x-idk-pru-excl-uio.dtb
am572x-idk-lcd-osd101t2587-jh.dtb devicetree-uImage-am572x-idk-pps.dtb devicetree-zImage-am572x-idk.dtb
am572x-idk-lcd-osd101t2587.dtb devicetree-uImage-am572x-idk-pru-excl-uio.dtb devicetree-zImage-am574x-idk-jailhouse.dtb
am572x-idk-pps.dtb devicetree-uImage-am572x-idk.dtb devicetree-zImage-am574x-idk-lcd-osd101t2587.dtb
am572x-idk-pru-excl-uio.dtb devicetree-uImage-am574x-idk-jailhouse.dtb devicetree-zImage-am574x-idk-pps.dtb
am572x-idk.dtb devicetree-uImage-am574x-idk-lcd-osd101t2587.dtb devicetree-zImage-am574x-idk-pru-excl-uio.dtb
am574x-idk-jailhouse.dtb devicetree-uImage-am574x-idk-pps.dtb devicetree-zImage-am574x-idk.dtb
am574x-idk-lcd-osd101t2587.dtb devicetree-uImage-am574x-idk-pru-excl-uio.dtb devicetree-zImage-am57xx-beagle-x15-revb1.dtb
am574x-idk-pps.dtb devicetree-uImage-am574x-idk.dtb devicetree-zImage-am57xx-beagle-x15-revc.dtb
am574x-idk-pru-excl-uio.dtb devicetree-uImage-am57xx-beagle-x15-revb1.dtb devicetree-zImage-am57xx-beagle-x15.dtb
am574x-idk.dtb devicetree-uImage-am57xx-beagle-x15-revc.dtb devicetree-zImage-am57xx-evm-cam-mt9t111.dtb
am57xx-beagle-x15-revb1.dtb devicetree-uImage-am57xx-beagle-x15.dtb devicetree-zImage-am57xx-evm-cam-ov10635.dtb
am57xx-beagle-x15-revc.dtb devicetree-uImage-am57xx-evm-cam-mt9t111.dtb devicetree-zImage-am57xx-evm-jailhouse.dtb
am57xx-beagle-x15.dtb devicetree-uImage-am57xx-evm-cam-ov10635.dtb devicetree-zImage-am57xx-evm-reva3-cam-mt9t111.dtb
am57xx-evm-cam-mt9t111.dtb devicetree-uImage-am57xx-evm-jailhouse.dtb devicetree-zImage-am57xx-evm-reva3-cam-ov10635.dtb
am57xx-evm-cam-ov10635.dtb devicetree-uImage-am57xx-evm-reva3-cam-mt9t111.dtb devicetree-zImage-am57xx-evm-reva3-jailhouse.dtb
am57xx-evm-jailhouse.dtb devicetree-uImage-am57xx-evm-reva3-cam-ov10635.dtb devicetree-zImage-am57xx-evm-reva3.dtb
am57xx-evm-reva3-cam-mt9t111.dtb devicetree-uImage-am57xx-evm-reva3-jailhouse.dtb devicetree-zImage-am57xx-evm.dtb
am57xx-evm-reva3-cam-ov10635.dtb devicetree-uImage-am57xx-evm-reva3.dtb uImage
am57xx-evm-reva3-jailhouse.dtb devicetree-uImage-am57xx-evm.dtb uImage-4.14.79-ge669d52447
am57xx-evm-reva3.dtb devicetree-zImage-am571x-idk-lcd-osd101t2045.dtb vmlinux-4.14.79-ge669d52447
am57xx-evm.dtb devicetree-zImage-am571x-idk-lcd-osd101t2587.dtb zImage
devicetree-uImage-am571x-idk-lcd-osd101t2045.dtb devicetree-zImage-am571x-idk-pps.dtb zImage-4.14.79-ge669d52447
devicetree-uImage-am571x-idk-lcd-osd101t2587.dtb devicetree-zImage-am571x-idk-pru-excl-uio.dtb
root@am57xx-evm:/boot#
root@am57xx-evm:/boot#
root@am57xx-evm:/boot#
root@am57xx-evm:/boot#
root@am57xx-evm:/boot# [11351.392392] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[11351.588126] usb 1-1: New USB device found, idVendor=045e, idProduct=075d
[11351.594885] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[11351.602059] usb 1-1: Product: Microsoft?LifeCam Cinema(TM)
[11351.607882] usb 1-1: Manufacturer: Microsoft
[11351.697477] uvcvideo: Found UVC 1.00 device Microsoft?LifeCam Cinema(TM) (045e:075d)
[11351.711306] uvcvideo 1-1:1.0: Entity type for entity Extension 5 was not initialized!
[11351.719344] uvcvideo 1-1:1.0: Entity type for entity Processing 4 was not initialized!
[11351.727460] uvcvideo 1-1:1.0: Entity type for entity Selector 3 was not initialized!
[11351.735361] uvcvideo 1-1:1.0: Entity type for entity Camera 1 was not initialized!
[11351.743641] input: Microsoft?LifeCam Cinema(TM): as /devices/platform/44000000.ocp/48880000.omap_dwc3_1/48890000.usb/xhci-hcd.1.auto/usb1/1-1/1-1:1.0/input/input0
[11351.759076] usbcore: registered new interface driver uvcvideo
[11351.765236] USB Video Class driver (1.1.1)
[11351.920305] usbcore: registered new interface driver snd-usb-audio

root@am57xx-evm:/boot# ls /dev/video*
/dev/video0 /dev/video1 /dev/video10 /dev/video11
root@am57xx-evm:/boot# v4l2-ctl --list-devices
omapwb-cap (platform:omapwb-cap):
/dev/video11

omapwb-m2m (platform:omapwb-m2m):
/dev/video10

vpe (platform:vpe):
/dev/video0

Microsoft?LifeCam Cinema(TM): (usb-xhci-hcd.1.auto-1):
/dev/video1

root@am57xx-evm:/boot#

BR Rio

CCS/TMS320C6748: Support needed for RCPDP, RCPSP Instruction on C674x and C66xx Cores

$
0
0

Part Number:TMS320C6748

Tool/software: Code Composer Studio

Hello,

I am using the C674x and C66xx cores and want to calculate the inverse of a number so based on precision i have two option _rcpdp and _rcpsp instruction set.

now i am also have to make bit exact reference code and some how my Newton-Rhapson approximation function is not getting me the bit true result. Is it possible can someone provide me the C or Matlab code which is bit true with these instruction set.

Or if its part of TI internal code can you point out how to get this as than i will ask our TI FAE support and can ask to help us in getting the required code

AM6548: CSI-2 eye mask details

$
0
0

Part Number:AM6548

Hi

We need to simulate MIPI CSI-2 lanes of AM6548 SoC to verify the signal integrity and share the result to the customer.

Could you please share the AM6548 SoC receiver eye mask details to compare the obtained eye diagram result in our PCB.

Thank you.

Regards

Sushruta

AM5728: EMIF tools configuration

$
0
0

Part Number:AM5728

Hello TI Support Team,

I have a question about the Excel EMIF Tools: Register Configuration.

Short information about our custom board.

We will use both EMIFs of the AM5728.

Each EMIF is connected to 2GB DDR3L 1600 (8Gb 512x16 - MT41K512M16HA-125:A).

My main questions about the Excel Tool are the following:

1. What should I put into the Table DDR memory specifications? Should I put into the Speed Bin 1066 or 1600. Because the AM5728 only supports 1066.

2. How should I fill in this table (Step2-BoardDetails)? For example, if I only use Microstrip tracks for e.g. CLK should I only fill in the Microstrip part and leave the Stripline part empty?

3. Regarding the Step3-DDRTrimings. In this case it depends on Step1-SystemDetails. If I should use SpeedBin 1066 should I also use the DDR Timings for a 1066 DDR device?

Best regards,

Tobi


Linux/AM5718: HDMI not detected

$
0
0

Part Number:AM5718

Tool/software: Linux

Hii All,

Attached is the HDMI schematic of our custom board of AM5718.

We have tested the kmscube application on EVM and it was working fine.Now with the custom board the same application does not run.It does not detect the HDMI connector and prints this :

kmscube
trying to load module omapdrm...success.
no connected connector!
failed to initialize DRM

We have two chips(as given in the attached schematic) in between HDMI and DSP,

Is any configuration needed for this path ?How can we do that ?

Or there is anything else because of what it does not detect the connector ?

Thanks and Regards

Arpita Jena

Compiler/PROCESSOR-SDK-AM335X: Application build issue

$
0
0

Part Number:PROCESSOR-SDK-AM335X

Tool/software: TI C/C++ Compiler

Hi,

I am building my Application using the TI-SDK version 05.03.00.07 which comes with the linux version 4.x. But when i run the file command on my executable, it shows that it is linked to the libraries supporting Linux 3.2.0 as shown below

main: ELF 32-bit LSB executable, ARM, EABI5 version 1 (GNU/Linux), statically linked, for GNU/Linux 3.2.0, BuildID[sha1]=99ca6fef860fcb3cba07cd63db28e259a82e1914, stripped

I need to build my application for latest kernel which is 4.14. please let me know on what changes i need to make in SDK to build application for kernel 4.14

Thanks in advance

Linux/AM3358: Kernel boot issues

$
0
0

Part Number:AM3358

Tool/software: Linux

Hello,
this is my first Project were I have to set up a Linux kernel and I hope you can help me.
First a few information’s to the used board:
I use a custom Board with the AM3358 and want to use a Linux Kernel.
I use a DDR and an eMMC like on the BeagleBoneBlack.
For the data communication, I can only use UART0 other interfaces are not supported by the hardware.
For the U-Boot we adapt the branch “v2016.07-rc1” from git://git.denx.de/u-boot.git.
I use this “old” U-Boot because the custom board is very similar to another one, were this U-Boot was developed (on the other board, we don’t use a Kernel…).
For the actual board I downloaded and installed the “ti-processor-sdk-linux-am335x-evm-05.03.00.07-Linux-x86-Install.bin” on a Virtual Machine with 64Bit Ubuntu (v16.04).
With this SDK I build the Kernel and DeviceTree and used the rootFS from the sdk.
I attach the used config file for the Kernel build, the DeviceTreeSource.
I tested the following file systems:
“arago-tiny-image-am335x-evm.tar.xz”
        sudo genext2fs -U -d rootfs_tiny -b 51200 rootfs_tiny.img //create image

“arago-base-tisdk-image-am335x-evm.tar.xz”
        sudo genext2fs -U -d rootfs -b 384000 rootfs.img //create image
The Log files tested with the tiny rootFS are called log_tiny_x.txt
The Log files tested with the base rootFS are called log_base_x.txt
Have you an idea what I can try next?
Thank you.
Regards
Steffen

(Please visit the site to view this file)(Please visit the site to view this file)(Please visit the site to view this file)(Please visit the site to view this file)(Please visit the site to view this file)(Please visit the site to view this file)

Linux/AM5728: Neon use in OpenCV

$
0
0

Part Number:AM5728

Tool/software: Linux

I want to accelerate  my program which used opencv and I want to know the opencv lib in the pdk whether opened the neon?

Linux/PROCESSOR-SDK-AM437X: High CPU load using OpenGL ES to draw

$
0
0

Part Number:PROCESSOR-SDK-AM437X

Tool/software: Linux

I developped app Using linux SDK 1.0 of AM437X. The app is to update screen in period 50ms using OpenGL ES wrapped by Qt, this result high CPU load about 50%.

The question is that,

1, does SGX530 support OpenGL PBO? If not support, how to decrease CPU load while keep screen update period the same.

2, does anybody have code sample?

AMIC110: ICSS EMAC example setup on AMIC110 ICE

$
0
0

Part Number:AMIC110

How to setup hardware to run RTOS Processor SDK EMAC examples? For example: ICSS_EMAC_BasicExample_iceAMIC110_wSoCFile_armTestproject.

The RTOS Processor SDK user guide did not describe it. 

I connected UART to PC and see output on console already. But how to connect the two PRU ICSS EMAC port?

Also how to setup hardware to run other EMAC example?

RTOS/PROCESSOR-SDK-TDAX: Is it support dual network ports in TI/RTOS?

$
0
0

Part Number:PROCESSOR-SDK-TDAX

Tool/software: TI-RTOS

I am working on project using TDA2xx(X5777A7XGABC) in Custom board.

I am developing with vision sdk 03.06.

I want to use dual network ports(RGMII0, RGMII1) in TI/RTOS.

I have seen a similar case in the link below.

 - e2e.ti.com/.../2485656 dual mac bios#2485656

Is it impossible dual ethernet port?

Regards,

Jongyoun


CCS/AM6548: R5F debug problems

$
0
0

Part Number:AM6548

Tool/software: Code Composer Studio

Dear TI support team,

we're trying to debug at least two issues where the R5F core on the AM6548 suddenly becomes unavailable for debugging, i.e. not being able to halt anymore, connecting to the core fails with an error message about trying to lower the debug clock:

See this thread for the original issue(s):

Since the crashes are seemingly random (probably timing related) we tried to use the trace features of the AM6548 to debug these issues, but so far we've encountered several problems:

  • The memory transaction logging trace view in CCS 8.3 was pretty much unusable since scrolling through the table (~500 entries) took about a minute (UI performance was VERY bad)
  • The memory transaction logging seems to be gone from CCS 9.0.1. The "raw data" view available in the "traffic profiling" trace seems to contain the data we're interested in, but we get lots of "FIFO overflows" when trying to trace our application:
  • The core trace for the R5F works at least sometimes (lots of times it crashes CCS), but in case of our crash we can't halt the R5F anymore, and thus the trace never stops. I'm not sure if the host really needs the R5F core to access the collected trace data.
  • The On-Chip Debug chapter indicates that it should be possible to access the ETB(?)/CT-TBR(?) with the trace data using a VBUSM interface, but I've been unable to find any more info on this. The TRM contains a link to CToolsLib which apparently allows you to access the debug functionality via code running on the target itself, but apparently that CToolsLib is not (yet?) available for the AM6548.

Is there any up-to-date guidance on the AM65xx trace capabilities and how to use them?

What is this "FIFO overflow" that we're getting when trying to use "traffic profiling" to trace MCU->Main domain transactions, and how can we avoid it?

Is there a way to access the R5F core trace data in case the R5F becomes inaccessible for debugging?

Is the CToolsLib going to be available for the AM6548? The processor SDK 5.2 release announcement said that CToolsLib was not (yet) available for the AM65x, the SDK 5.3 release announcement was quiet on that topic, and I have been unable to find anything recent regarding CToolsLib in the git.ti.com repositories.

Like I asked in the original thread referenced above it would nice to get any other hints on how to debug our problem. If you need means to reproduce the issue just try running the EMAC NIMU example via SBL (after fixing the linker file issue).

Regards,

Dominic

DRA77P: Max eMMMC/SD/SDIO capacity allowed

$
0
0

Part Number:DRA77P

Hi, I want to know the maximum capacity of the eMMMC/SD/SDIO allowed by the interface. I'm confused about this.

Regards

Linux/TDA2EVM5777: Problem on using SGX

$
0
0

Part Number:TDA2EVM5777

Tool/software: Linux

HI, 

I am using SgxFrmCpy link in custom usecase.

I added usecase in Vision_sdk/apps/src/hlos/adas/ path.

When SgxFrmCpy link create function was called, the bellow error message showed.

[HOST] [HOST ] 52.212499 s: EGL: version 1.4
[HOST] [HOST ] 52.220886 s: EGL: GL Version = (null)
[HOST] [HOST ] 52.220917 s: EGL: GL Vendor = (null)
[HOST] [HOST ] 52.220917 s: EGL: GL Renderer = (null)
[HOST] [HOST ] 52.220917 s: EGL: GL Extensions = (null)
PVR:(Error): [ 845-> 904] < gbm_pvr_bo_create_common():260|ERROR> Failed to allocate DBM buffer: Operation not permitted [0, ]

Could you suggest any solution?

Regards,

Yoo

RTOS/66AK2H14: MPAX (XMC & MSMC) issue with csl

$
0
0

Part Number:66AK2H14

Tool/software: TI-RTOS

Hi everyone!

I had an exception issue using csl (see next posts), if I wrote directly in memory, I am able to change MPAX registers but with csl I had an error.

Does anyone have the same issue ? Anyone can help me ?

Regards,

François

Linux/TDA2PXEVM: How does uboot parse the uenv.txt in the visionSDK 03_05

$
0
0

Part Number:TDA2PXEVM

Tool/software: Linux

Hello,

How does uboot parse the uenv.txt in the visionSDK 03_05?  and, which file do it in uboot?

Thanks

Terence

Viewing all 17527 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>