Quantcast
Channel: Embedded Software (Read Only)
Viewing all 25965 articles
Browse latest View live

Forum Post: RE: Linux/AM3354: AM3354:timer7:Unable to configure timer7 as PWM using the user space script or Kernel module

$
0
0
Hi Rravikumar, Can you go through the below wiki and e2e threads and see if these would be in help? processors.wiki.ti.com/.../Linux_Core_CPSW_User's_Guide e2e.ti.com/.../571543 e2e.ti.com/.../534175 e2e.ti.com/.../359886 Regards, Pavel

Forum Post: RE: Linux/PROCESSOR-SDK-AM335X: Error: unrecognized/unsupported machine ID (r1 = 0x00000e05)

$
0
0
Hi all, this are the U-Boot Environment variables that Kemal asked. ------------------------------------------------------------------------------------------------------ => print console=ttyO0,115200n8 addcons=setenv bootargs ${bootargs} console=${console} earlyprintk no_console_suspend loglevel=8 addeth=setenv bootargs ${bootargs} eth=${ethaddr} addip=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${netdev}:off panic=1 eth=${ethaddr} addmisc=setenv bootargs ${bootargs} ${mtdparts}\\;${mtdparts_spi} arch=arm baudrate=115200 board=diva board_name=diva boot_fdt=try bootcmd=run usbrecovery; run mmcrecovery; run ${normalboot} bootcount=1 bootdelay=2 bootfile=uImage bootm_size=0x10000000 bootscript=echo Running bootscript from ${recoverydev} ...; source ${loadaddr} cb_configid#=ffffffff cb_uniqueid#=00000000:00000000 configid_fixupfdt=if configid checkfdt ${fdtaddr} som_configid ${som_configid#}; then if configid checkfdt ${fdtaddr} cb_configid ${cb_configid#}; then configid fdt_uniqueid ${fdtaddr}; fi; fi console=ttyS0,115200n8 cpu=armv7 ethact=cpsw ethaddr=00:50:c2:1e:af:e0 ethdev=eth0 fdt_addr_r=0x88000000 fdt_high=0xffffffff fdtaddr=80f80000 fdtfile=am335x-signal-diva.dtb gatewayip=192.168.0.254 hostname=signal-diva initrd_high=0xffffffff ipaddr=192.168.1.131 kernel_addr_r=0x82000000 kloadaddr=0x80007fc0 load=tftp ${loadaddr} u-boot.img loadaddr=0x80200000 loadbootscript=fatload ${recoverydev} 0:1 ${loadaddr} ${script}; loadfdt=tftp ${fdtaddr} ${fdtfile} loadk=tftp ${kloadaddr} ${bootfile} loadsplash=run spi_loadsplash mmc_loadsplash=fatload mmc 0 ${loadaddr} ${splashfile} && cp.b ${loadaddr} ${splashimage} ${filesize} mmcrecovery=mmc dev 0; mmc rescan; setenv recoverydev mmc; run recovery mtdids=nand0=8000000.nand mtdparts=mtdparts=8000000.nand:128k(NAND.SPL),128k(NAND.SPL.backup1),128k(NAND.SPL.backup2),128k(NAND.SPL.backup3),1920k(NAND.u-boot),128k(NAND.u-boot-env),128k(NAND.u-boot-env.backup1),128k(NAND.fdt),6m(NAND.kernel),4m(NAND.splash),-(NAND.file-system) mtdparts_spi=spi1.0:256k(MLO),512k(u-boot),256k(env1),256k(env2),256k(fdt),6m(kernel),4m(splash),-(free) nand_load_1st=tftp ${loadaddr} MLO nand_loadsplash=nand read ${splashimage} NAND.splash ${splashsize} nand_nand=nand read 0x80007fc0 NAND.kernel; nand read 80f80000 NAND.fdt; run nandargs addeth addcons addmisc; if run configid_fixupfdt; then bootm 0x80007fc0 - 80f80000; fi nand_nfs=nand read 0x80007fc0 NAND.kernel; nand read 80f80000 NAND.fdt; run nfsargs addip addcons addmisc; if run configid_fixupfdt; then bootm 0x80007fc0 - 80f80000; fi nand_update=nand erase.part NAND.u-boot; nand write ${loadaddr} NAND.u-boot ${filesize} nand_update_1st=nand erase.part NAND.SPL; nand write ${loadaddr} NAND.SPL ${filesize} nand_updatefdt=nand erase.part NAND.fdt; nand write ${fdtaddr} NAND.fdt ${filesize} nand_updatek=nand erase.part NAND.kernel; nand write ${kloadaddr} NAND.kernel ${filesize} nand_updatesplash=nand erase.part NAND.splash; nand write ${loadaddr} NAND.splash nandargs=setenv bootargs ubi.mtd=NAND.file-system root=ubi0:diva-rootfs rootfstype=ubifs rw rootwait=1 net_loadsplash=tftp ${loadaddr} ${splashfile}; setenv splashsize ${filesize} net_nfs=run loadk loadfdt nfsargs addip addcons addmisc; if run configid_fixupfdt; then bootm 0x80007fc0 - 80f80000; fi netdev=eth0 netmask=255.255.255.0 nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath} rootdelay=2 normalboot=net_nfs pxefile_addr_r=0x80100000 ramdisk_addr_r=0x88080000 rdaddr=0x88080000 recovery=if run loadbootscript; then run bootscript; fi recoverydev=mmc rootpath=/home/signal/TI_SDK/targetNFS script=boot.scr scriptaddr=0x80000000 serverip=192.168.1.74 soc=am33xx som_configid#=00000002 som_uniqueid#=0000fc93:8b199e68 spi_load_1st=tftp ${loadaddr} MLO.byteswap spi_loadsplash=sf probe 0:0; sf read ${splashimage} ${splash_norbase} ${splashsize} spi_nfs=sf probe;sf read 0x80007fc0 0x180000 0x600000; sf read 80f80000 0x140000 0x40000; run nfsargs addip addcons addmisc; if run configid_fixupfdt; then bootm 0x80007fc0 - 80f80000; fi spi_update=sf probe 0:0; sf erase 0x40000 0x80000; sf write ${loadaddr} 0x40000 0x80000 spi_update_1st=sf probe 0:0; sf erase 0x0 0x40000; sf write ${loadaddr} 0x0 0x40000 spi_updatefdt=sf probe 0:0; sf erase ${spisrcaddrfdt} 0x40000; sf write ${fdtaddr} ${spisrcaddrfdt} 0x40000 spi_updatek=sf probe 0:0; sf erase ${spisrcaddrk} 0x600000; sf write ${kloadaddr} ${spisrcaddrk} 0x600000 spi_updatesplash=sf probe 0:0; sf erase ${splash_norbase} +${splashsize}; sf write ${loadaddr} ${splash_norbase} ${splashsize} spifdtsize=0x40000 spiimgsize=0x600000 spisrcaddrfdt=0x140000 spisrcaddrk=0x180000 splash_norbase=0x780000 splashfile=splash_image.bmp splashimage=0x8f000002 splashsize=0x400000 stderr=serial stdin=ns16550_serial stdout=serial usbnet_devaddr=68:9e:19:8b:93:fc usbrecovery=usb start; usb dev 0; setenv recoverydev usb; run recovery vendor=signal ver=U-Boot 2017.01-00319-geae4602-dirty (Oct 04 2017 - 09:16:07 +0200) Environment size: 5024/131067 bytes ------------------------------------------------------------------------------------------------------ Regards Roberto

Forum Post: RE: Linux/AM5726: Changes required for eMMC part: MTFC4GACAANA-4MIT, SDK 4.0.0.4

$
0
0
[quote user="Patrick_W"]The schematic shows VCCQ connected to 1.8v. However the eMMC_DAT/CLK/CMD pins are pulled up to 3.3v and Vddshv11 is connected to 3.3v. Should all of these voltages match?[/quote] I am not able to understand this question. Can you provide more details regarding what exactly you need to know for 1.8V/3.3V configuration? Regards, Pavel

Forum Post: Linux/AM3352: RCU self-detected stall sometimes happens.

$
0
0
Part Number: AM3352 Tool/software: Linux Hi, We have developed a custom board with AM3352 Processor. Sometimes it causes RCU self-detected stall while communicating with Windows PC board via TCP/IP. Any helps or advises are appreciated. Thank you in advance. [Environment] AM3352 SDK version 3.0.0.4, Linux Kernel 4.4.12 (with edma backported from kernel 4.13.4 to avoid a bug) Almost all configurations are default settings. The only difference is removal of unnecessary drivers. [Problem] TCP/IP connection is infrequently disconnected and terminal of our Linux board shows the following message. And the terminal stops. No response to any keyboard input. > INFO: rcu_preempt self-detected stall on cpu 0 The problem has been happened several times, and thread name shown in terminal with above message is different every time. Once it was a SWAPPER. Sometimes the problem recovers automatically in about 3 minutes, and sometimes not. "Recover" means that every function start working again, including TCP/IP communication. It seems that scheduler of Linux Kernel went wrong when the problem did not recover. Some active threads seem not be able to get any CPU time. Login to the board via telnet or ssh is successful while the problem is repdoduced. However, CPU load of any thread or process is 0% according to "top" command. See the following log to know more details. [Log 1 - terminal] _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project http://arago-project.org am335x-evm ttyS0 Arago 2016.05 am335x-evm ttyS0 am335x-evm login: root root@am335x-evm:~# root@am335x-evm:~# root@am335x-evm:~# root@am335x-evm:~# root@am335x-evm:~# root@am335x-evm:~# [291983.288232] INFO: rcu_preempt self-detected stall on CPU [291983.293710] 0-...: (8411371 ticks this GP) idle=fb7/140000000000001/0 softirq=30168883/30168883 fqs=0 [291983.303234] (t=2100 jiffies g=20049383 c=20049382 q=3) [291983.308663] rcu_preempt kthread starved for 2100 jiffies! g20049383 c20049382 f0x0 s3 ->state=0x1 [291983.317658] Task dump for CPU 0: [291983.320982] DBGMON R running 0 833 1 0x00000002 [291983.327462] Backtrace: [291983.330047] [ ] (dump_backtrace) from [ ] (show_stack+0x18/0x1c) [291983.337734] r7:c094c14c r6:80070193 r5:00000001 r4:eef9ba80 [291983.343537] [ ] (show_stack) from [ ] (sched_show_task+0xbc/0x110) [291983.351403] [ ] (sched_show_task) from [ ] (dump_cpu_task+0x2c/0x30) [291983.359436] r5:c095c568 r4:00000001 [291983.363137] [ ] (dump_cpu_task) from [ ] (rcu_dump_cpu_stacks+0xa8/0x100) [291983.371617] [ ] (rcu_dump_cpu_stacks) from [ ] (rcu_check_callbacks+0x484/0x8d4) [291983.380698] r9:c094c144 r8:00000000 r7:c095c994 r6:c095c568 r5:c095c568 r4:c095c9ec [291983.388595] [ ] (rcu_check_callbacks) from [ ] (update_process_times+0x44/0x6c) [291983.397588] r10:c095d54c r9:c0090820 r8:00000000 r7:00010a06 r6:00000001 r5:eef9ba80 [291983.405562] r4:ffffe000 [291983.408207] [ ] (update_process_times) from [ ] (tick_sched_handle+0x50/0x54) [291983.417025] r7:00010a06 r6:a7eb2f90 r5:ededbfb0 r4:c095dc40 [291983.422820] [ ] (tick_sched_handle) from [ ] (tick_sched_timer+0x64/0xb8) [291983.431299] [ ] (tick_sched_timer) from [ ] (__hrtimer_run_queues.constprop.6+0x150/0x1e0) [291983.441250] r7:c095d540 r6:ededa000 r5:c095dc40 r4:c095d500 [291983.447044] [ ] (__hrtimer_run_queues.constprop.6) from [ ] (hrtimer_interrupt+0xb4/0x250) [291983.456996] r10:c095d5b8 r9:ededbe80 r8:ffffffff r7:7fffffff r6:00000003 r5:ededa000 [291983.464972] r4:c095d500 [291983.467611] [ ] (hrtimer_interrupt) from [ ] (omap2_gp_timer_interrupt+0x30/0x38) [291983.476779] r10:c0999fd1 r9:ee804c00 r8:00000010 r7:00000000 r6:00000000 r5:ee804c10 [291983.484754] r4:c09552b4 [291983.487403] [ ] (omap2_gp_timer_interrupt) from [ ] (handle_irq_event_percpu+0xb4/0x16c) [291983.497187] [ ] (handle_irq_event_percpu) from [ ] (handle_irq_event+0x64/0x90) [291983.506180] r10:00000001 r9:b12fef90 r8:ee806000 r7:00000000 r6:00000000 r5:ee804c10 [291983.514154] r4:ee804c00 [291983.516791] [ ] (handle_irq_event) from [ ] (handle_level_irq+0xb8/0x168) [291983.525261] r5:ee804c10 r4:ee804c00 [291983.528950] [ ] (handle_level_irq) from [ ] (generic_handle_irq+0x2c/0x3c) [291983.537506] r5:00000010 r4:c0967f20 [291983.541196] [ ] (generic_handle_irq) from [ ] (__handle_domain_irq+0x5c/0xb0) [291983.550021] [ ] (__handle_domain_irq) from [ ] (omap_intc_handle_irq+0x3c/0x98) [291983.559012] r9:b12fef90 r8:10c5387d r7:10c5387d r6:ffffffff r5:60070030 r4:c09cd100 [291983.566907] [ ] (omap_intc_handle_irq) from [ ] (__irq_usr+0x54/0x80) [291983.575029] Exception stack(0xededbfb0 to 0xededbff8) [291983.580189] bfa0: 00000000 00000000 00000341 00000000 [291983.588490] bfc0: 012cb910 b12feacc f0000000 00000032 0082d2c4 b12fef90 00000001 b6015b60 [291983.596790] bfe0: 012aa6b8 b12fea58 005f4ef9 b613bf9a 60070030 ffffffff [291983.603514] r5:60070030 r4:b613bf9a [292046.318216] INFO: rcu_preempt self-detected stall on CPU [292046.323648] 0-...: (33198455 ticks this GP) idle=fb7/140000000000001/0 softirq=30168883/30168883 fqs=0 [292046.333251] (t=8403 jiffies g=20049383 c=20049382 q=3) [292046.338678] rcu_preempt kthread starved for 8403 jiffies! g20049383 c20049382 f0x0 s3 ->state=0x1 [292046.347672] Task dump for CPU 0: [292046.350996] DBGMON R running 0 833 1 0x00000002 [292046.357473] Backtrace: [292046.360027] [ ] (dump_backtrace) from [ ] (show_stack+0x18/0x1c) [292046.367712] r7:c094c14c r6:80070193 r5:00000001 r4:eef9ba80 [292046.373508] [ ] (show_stack) from [ ] (sched_show_task+0xbc/0x110) [292046.381372] [ ] (sched_show_task) from [ ] (dump_cpu_task+0x2c/0x30) [292046.389406] r5:c095c568 r4:00000001 [292046.393096] [ ] (dump_cpu_task) from [ ] (rcu_dump_cpu_stacks+0xa8/0x100) [292046.401572] [ ] (rcu_dump_cpu_stacks) from [ ] (rcu_check_callbacks+0x484/0x8d4) [292046.410653] r9:c094c144 r8:00000000 r7:c095c994 r6:c095c568 r5:c095c568 r4:c095c9ec [292046.418548] [ ] (rcu_check_callbacks) from [ ] (update_process_times+0x44/0x6c) [292046.427541] r10:c095d54c r9:c0090820 r8:00000000 r7:00010a15 r6:00000001 r5:eef9ba80 [292046.435518] r4:ffffe000 [292046.438155] [ ] (update_process_times) from [ ] (tick_sched_handle+0x50/0x54) [292046.446974] r7:00010a15 r6:54ccaa78 r5:ededbfb0 r4:c095dc40 [292046.452767] [ ] (tick_sched_handle) from [ ] (tick_sched_timer+0x64/0xb8) [292046.461243] [ ] (tick_sched_timer) from [ ] (__hrtimer_run_queues.constprop.6+0x150/0x1e0) [292046.471196] r7:c095d540 r6:ededa000 r5:c095dc40 r4:c095d500 [292046.476990] [ ] (__hrtimer_run_queues.constprop.6) from [ ] (hrtimer_interrupt+0xb4/0x250) [292046.486943] r10:c095d5b8 r9:ededbe80 r8:ffffffff r7:7fffffff r6:00000003 r5:ededa000 [292046.494917] r4:c095d500 [292046.497554] [ ] (hrtimer_interrupt) from [ ] (omap2_gp_timer_interrupt+0x30/0x38) [292046.506721] r10:c0999fd1 r9:ee804c00 r8:00000010 r7:00000000 r6:00000000 r5:ee804c10 [292046.514695] r4:c09552b4 [292046.517332] [ ] (omap2_gp_timer_interrupt) from [ ] (handle_irq_event_percpu+0xb4/0x16c) [292046.527117] [ ] (handle_irq_event_percpu) from [ ] (handle_irq_event+0x64/0x90) [292046.536110] r10:00000001 r9:b12fef90 r8:ee806000 r7:00000000 r6:00000000 r5:ee804c10 [292046.544086] r4:ee804c00 [292046.546722] [ ] (handle_irq_event) from [ ] (handle_level_irq+0xb8/0x168) [292046.555192] r5:ee804c10 r4:ee804c00 [292046.558880] [ ] (handle_level_irq) from [ ] (generic_handle_irq+0x2c/0x3c) [292046.567436] r5:00000010 r4:c0967f20 [292046.571126] [ ] (generic_handle_irq) from [ ] (__handle_domain_irq+0x5c/0xb0) [292046.579949] [ ] (__handle_domain_irq) from [ ] (omap_intc_handle_irq+0x3c/0x98) [292046.588942] r9:b12fef90 r8:10c5387d r7:10c5387d r6:ffffffff r5:60070030 r4:c09cd100 [292046.596835] [ ] (omap_intc_handle_irq) from [ ] (__irq_usr+0x54/0x80) [292046.604957] Exception stack(0xededbfb0 to 0xededbff8) [292046.610115] bfa0: 00000000 00000000 00000341 00000000 [292046.618416] bfc0: 012cb910 b12feacc f0000000 00000032 0082d2c4 b12fef90 00000001 b6015b60 [292046.626715] bfe0: 012aa6b8 b12fea58 005f4ef9 b613bf9a 60070030 ffffffff [292046.633440] r5:60070030 r4:b613bf9a [292048.506706] INFO: rcu_preempt self-detected stall on CPU [292048.512135] 0-...: (33940546 ticks this GP) idle=fb7/140000000000001/0 softirq=30168883/30168883 fqs=0 [292048.521737] (t=25799 jiffies g=20049383 c=20049382 q=3) [292048.527251] rcu_preempt kthread starved for 25799 jiffies! g20049383 c20049382 f0x0 s3 ->state=0x1 [292048.536331] Task dump for CPU 0: [292048.539655] DBGMON R running 0 833 1 0x00000002 [292048.546131] Backtrace: [292048.548683] [ ] (dump_backtrace) from [ ] (show_stack+0x18/0x1c) [292048.556369] r7:c094c14c r6:80070193 r5:00000001 r4:eef9ba80 [292048.562163] [ ] (show_stack) from [ ] (sched_show_task+0xbc/0x110) [292048.570028] [ ] (sched_show_task) from [ ] (dump_cpu_task+0x2c/0x30) [292048.578062] r5:c095c568 r4:00000001 [292048.581751] [ ] (dump_cpu_task) from [ ] (rcu_dump_cpu_stacks+0xa8/0x100) [292048.590228] [ ] (rcu_dump_cpu_stacks) from [ ] (rcu_check_callbacks+0x484/0x8d4) [292048.599307] r9:c094c144 r8:00000000 r7:c095c994 r6:c095c568 r5:c095c568 r4:c095c9ec [292048.607201] [ ] (rcu_check_callbacks) from [ ] (update_process_times+0x44/0x6c) [292048.616194] r10:c095d54c r9:c0090820 r8:00000000 r7:00010a3d r6:00000001 r5:eef9ba80 [292048.624171] r4:ffffe000 [292048.626807] [ ] (update_process_times) from [ ] (tick_sched_handle+0x50/0x54) [292048.635626] r7:00010a3d r6:d5fe5858 r5:ededbfb0 r4:c095dc40 [292048.641419] [ ] (tick_sched_handle) from [ ] (tick_sched_timer+0x64/0xb8) [292048.649895] [ ] (tick_sched_timer) from [ ] (__hrtimer_run_queues.constprop.6+0x150/0x1e0) [292048.659847] r7:c095d540 r6:ededa000 r5:c095dc40 r4:c095d500 [292048.665642] [ ] (__hrtimer_run_queues.constprop.6) from [ ] (hrtimer_interrupt+0xb4/0x250) [292048.675595] r10:c095d5b8 r9:ededbe80 r8:ffffffff r7:7fffffff r6:00000003 r5:ededa000 [292048.683572] r4:c095d500 [292048.686208] [ ] (hrtimer_interrupt) from [ ] (omap2_gp_timer_interrupt+0x30/0x38) [292048.695375] r10:c0999fd1 r9:ee804c00 r8:00000010 r7:00000000 r6:00000000 r5:ee804c10 [292048.703350] r4:c09552b4 [292048.705987] [ ] (omap2_gp_timer_interrupt) from [ ] (handle_irq_event_percpu+0xb4/0x16c) [292048.715771] [ ] (handle_irq_event_percpu) from [ ] (handle_irq_event+0x64/0x90) [292048.724763] r10:00000001 r9:b12fef90 r8:ee806000 r7:00000000 r6:00000000 r5:ee804c10 [292048.732738] r4:ee804c00 [292048.735374] [ ] (handle_irq_event) from [ ] (handle_level_irq+0xb8/0x168) [292048.743843] r5:ee804c10 r4:ee804c00 [292048.747533] [ ] (handle_level_irq) from [ ] (generic_handle_irq+0x2c/0x3c) [292048.756090] r5:00000010 r4:c0967f20 [292048.759780] [ ] (generic_handle_irq) from [ ] (__handle_domain_irq+0x5c/0xb0) [292048.768604] [ ] (__handle_domain_irq) from [ ] (omap_intc_handle_irq+0x3c/0x98) [292048.777596] r9:b12fef90 r8:10c5387d r7:10c5387d r6:ffffffff r5:60070030 r4:c09cd100 [292048.785490] [ ] (omap_intc_handle_irq) from [ ] (__irq_usr+0x54/0x80) [292048.793612] Exception stack(0xededbfb0 to 0xededbff8) [292048.798772] bfa0: 00000000 00000000 00000341 00000000 [292048.807073] bfc0: 012cb910 b12feacc f0000000 00000032 0082d2c4 b12fef90 00000001 b6015b60 [292048.815372] bfe0: 012aa6b8 b12fea58 005f4ef9 b613bf9a 60070030 ffffffff [292048.822096] r5:60070030 r4:b613bf9a [352488.903487] cpts: unable to obtain a time stamp [385923.120440] cpts: unable to obtain a time stamp [Log 2 - telnet] _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project http://arago-project.org am335x-evm Arago 2016.05 am335x-evm am335x-evm login: root Last login: Sun Sep 24 10:13:54 UTC 2017 on pts/0 root@am335x-evm:~# ps -ef UID PID PPID C STIME TTY TIME CMD root 1 0 0 Sep19 ? 00:51:30 /sbin/init root 2 0 0 Sep19 ? 00:00:00 [kthreadd] root 3 2 0 Sep19 ? 00:03:46 [ksoftirqd/0] root 5 2 0 Sep19 ? 00:00:00 [kworker/0:0H] root 7 2 0 Sep19 ? 00:13:05 [rcu_preempt] root 8 2 0 Sep19 ? 00:00:07 [rcu_sched] root 9 2 0 Sep19 ? 00:00:00 [rcu_bh] root 10 2 0 Sep19 ? 00:00:00 [kdevtmpfs] root 11 2 0 Sep19 ? 00:00:00 [perf] root 13 2 0 Sep19 ? 00:00:00 [writeback] root 14 2 0 Sep19 ? 00:00:00 [ crypto ] root 15 2 0 Sep19 ? 00:00:00 [bioset] root 16 2 0 Sep19 ? 00:00:00 [kblockd] root 17 2 0 Sep19 ? 00:00:00 [edac-poller] root 18 2 0 Sep19 ? 00:00:00 [rpciod] root 36 2 0 Sep19 ? 00:00:00 [kswapd0] root 37 2 0 Sep19 ? 00:00:00 [fsnotify_mark] root 38 2 0 Sep19 ? 00:00:00 [nfsiod] root 67 2 0 Sep19 ? 00:00:00 [dma_wq] root 68 2 0 Sep19 ? 00:00:00 [bioset] root 69 2 0 Sep19 ? 00:00:00 [bioset] root 70 2 0 Sep19 ? 00:00:00 [bioset] root 71 2 0 Sep19 ? 00:00:00 [bioset] root 72 2 0 Sep19 ? 00:00:00 [bioset] root 73 2 0 Sep19 ? 00:00:00 [bioset] root 74 2 0 Sep19 ? 00:00:00 [bioset] root 75 2 0 Sep19 ? 00:00:00 [bioset] root 76 2 0 Sep19 ? 00:00:11 [kworker/u2:1] root 79 2 0 Sep19 ? 00:00:00 [kpsmoused] root 93 2 0 Sep19 ? 00:00:00 [ipv6_addrconf] root 94 2 0 Sep19 ? 00:00:00 [deferwq] root 97 2 0 Sep19 ? 00:00:00 [bioset] root 99 2 0 Sep19 ? 00:01:10 [HscMac0] root 101 2 0 Sep19 ? 00:00:00 [HscMac1] root 103 2 0 Sep19 ? 00:00:00 [HscMac2] root 105 2 0 Sep19 ? 00:00:00 [HscMac3] root 106 2 0 Sep19 ? 00:00:00 [irq/160-44e0b00] root 107 2 0 Sep19 ? 00:00:00 [irq/161-4802a00] root 108 2 0 Sep19 ? 00:00:00 [irq/162-4819c00] root 110 2 0 Sep19 ? 00:00:00 [bioset] root 111 2 0 Sep19 ? 00:00:00 [mmcqd/0] root 112 2 0 Sep19 ? 00:00:00 [bioset] root 113 2 0 Sep19 ? 00:00:00 [mmcqd/0boot0] root 114 2 0 Sep19 ? 00:00:00 [bioset] root 115 2 0 Sep19 ? 00:00:00 [mmcqd/0boot1] root 117 2 0 Sep19 ? 00:00:00 [kworker/0:1H] root 118 2 0 Sep19 ? 00:00:00 [jbd2/mmcblk0p2-] root 119 2 0 Sep19 ? 00:00:00 [ext4-rsv-conver] root 120 2 0 Sep19 ? 00:00:00 [scsi_eh_0] root 121 2 0 Sep19 ? 00:00:00 [scsi_tmf_0] root 122 2 0 Sep19 ? 00:00:29 [usb-storage] root 133 2 0 Sep19 ? 00:00:00 [bioset] root 136 1 0 Sep19 ? 00:06:24 /lib/systemd/systemd-journald root 204 1 0 Sep19 ? 00:00:01 /lib/systemd/systemd-udevd root 285 2 0 Sep19 ? 00:00:00 [jbd2/sda1-8] root 288 2 0 Sep19 ? 00:00:00 [ext4-rsv-conver] root 519 2 0 Sep19 ? 00:00:00 [jbd2/mmcblk0p4-] root 520 2 0 Sep19 ? 00:00:00 [ext4-rsv-conver] root 537 2 0 Sep19 ? 00:00:00 [jbd2/mmcblk0p3-] root 538 2 0 Sep19 ? 00:00:00 [ext4-rsv-conver] message+ 589 1 0 Sep19 ? 00:03:57 /usr/bin/dbus-daemon --system --address=sy root 592 1 0 Sep19 ? 00:01:02 /lib/systemd/systemd-logind root 595 1 0 Sep19 ? 00:00:00 /sbin/klogd -n systemd+ 605 1 0 Sep19 ? 00:00:01 /lib/systemd/systemd-networkd root 609 1 0 Sep19 ? 00:00:24 /sbin/syslogd -n -C root 612 1 0 Sep19 ? 00:00:00 /usr/sbin/telnetd root 637 2 0 Sep19 ? 00:00:06 [kworker/u2:3] root 673 1 0 Sep19 ttyS0 00:00:00 /bin/login -- root 687 1 0 Sep19 tty1 00:00:00 /sbin/agetty --noclear tty1 linux root 696 1 0 Sep19 ? 00:01:12 /usr/sbin/rngd -r /dev/urandom root 780 1 0 Sep19 ? 00:00:00 /sbin/dhcpcd -q -t 0 -f /yamaha/settings/d root 798 1 0 Sep19 ? 00:00:00 /sbin/dhcpcd -q -t 0 -f /yamaha/settings/d root 810 1 8 Sep19 ? 09:31:58 /yamaha/app/engineunit_maincpu_prg root 819 1 0 Sep19 ? 00:00:04 /sbin/dhcpcd -q -t 0 -f /yamaha/settings/d root 951 1 0 Sep19 ? 00:00:00 /sbin/dhcpcd -q -t 0 -f /yamaha/settings/d root 962 1 0 Sep19 ? 00:00:01 /sbin/dhcpcd -q -t 0 -f /yamaha/settings/d root 21559 1 0 Sep20 ? 00:00:00 /lib/systemd/systemd --user root 21568 21559 0 Sep20 ? 00:00:00 (sd-pam) root 21571 673 0 Sep20 ttyS0 00:00:00 -sh root 27046 2 0 09:49 ? 00:00:00 [kworker/0:3] root 27404 2 0 10:04 ? 00:00:00 [kworker/0:0] root 27435 2 0 10:05 ? 00:00:00 [kworker/0:1] root 27572 2 0 10:11 ? 00:00:00 [kworker/0:2] root 27699 1 0 10:16 ? 00:00:00 /sbin/agetty -8 -L ttyS3 115200 xterm root 27702 612 0 10:16 pts/0 00:00:00 /bin/login root 27704 27702 0 10:13 pts/0 00:00:00 -sh root 27707 612 0 10:16 pts/1 00:00:00 /bin/login root 27709 27707 0 10:16 pts/1 00:00:00 -sh root 27711 27709 0 10:16 pts/1 00:00:00 ps -ef root@am335x-evm:~# root@am335x-evm:~# top H top - 10:16:38 up 4 days, 12:55, 4 users, load average: 0.00, 0.00, 0.00 Threads: 132 total, 2 running, 130 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 1028568 total, 795224 free, 54772 used, 178572 buff/cache KiB Swap: 0 total, 0 free, 0 used. 839780 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 1 root 20 0 5296 4228 2752 S 0.0 0.4 51:30.11 systemd 2 root 20 0 0 0 0 S 0.0 0.0 0:00.14 kthreadd 3 root 20 0 0 0 0 S 0.0 0.0 3:46.04 ksoftirqd/0 5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0:0H 7 root 20 0 0 0 0 S 0.0 0.0 13:05.31 rcu_preempt 8 root 20 0 0 0 0 S 0.0 0.0 0:07.24 rcu_sched 9 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_bh 10 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kdevtmpfs 11 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 perf 13 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 writeback 14 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 crypto 15 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset 16 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kblockd 17 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 edac-poller 18 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 rpciod 36 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0 37 root 20 0 0 0 0 S 0.0 0.0 0:00.00 fsnotify_mark 38 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 nfsiod 67 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 dma_wq 68 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset 69 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset 70 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset 71 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset 72 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset 73 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset 74 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset 75 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset 76 root 20 0 0 0 0 S 0.0 0.0 0:11.27 kworker/u2:1 79 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kpsmoused 93 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ipv6_addrconf top - 10:16:39 up 4 days, 12:55, 4 users, load average: 0.00, 0.00, 0.00 Threads: 132 total, 2 running, 130 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 1028568 total, 795224 free, 54772 used, 178572 buff/cache KiB Swap: 0 total, 0 free, 0 used. 839780 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 1 root 20 0 5296 4228 2752 S 0.0 0.4 51:30.11 systemd 2 root 20 0 0 0 0 S 0.0 0.0 0:00.14 kthreadd 3 root 20 0 0 0 0 R 0.0 0.0 3:46.04 ksoftirqd/0 5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0:0H 7 root 20 0 0 0 0 S 0.0 0.0 13:05.31 rcu_preempt 8 root 20 0 0 0 0 S 0.0 0.0 0:07.24 rcu_sched 9 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_bh 10 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kdevtmpfs 11 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 perf 13 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 writeback 14 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 crypto 15 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset top - 10:14:49 up 4 days, 12:53, 4 users, load average: 0.00, 0.00, 0.00 Threads: 132 total, 1 running, 131 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 1028568 total, 779104 free, 54904 used, 194560 buff/cache KiB Swap: 0 total, 0 free, 0 used. 823672 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 825 root rt -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-PWDWN 826 root -99 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-POFF 827 root -11 -2 481812 59012 19728 S 0.0 5.7 21:51.74 mix-TMU 832 root 17 -3 481812 59012 19728 S 0.0 5.7 91:22.94 TIMKRNL 833 root 21 1 481812 59012 19728 S 0.0 5.7 26:13.35 DBGMON 834 root 21 1 481812 59012 19728 S 0.0 5.7 0:00.02 STORAGE 835 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT0 836 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT1 837 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT2 838 root 19 -1 481812 59012 19728 S 0.0 5.7 100:23.79 VsockWrap 839 root 19 -1 481812 59012 19728 S 0.0 5.7 7:31.75 YSDPSVC 840 root 20 0 481812 59012 19728 S 0.0 5.7 1:16.61 DEVCTRL 841 root 20 0 481812 59012 19728 S 0.0 5.7 20:44.99 COMSRV 842 root 20 0 481812 59012 19728 S 0.0 5.7 0:08.55 TOPOLGY 843 root 20 0 481812 59012 19728 S 0.0 5.7 8:15.62 SNKCLI 844 root 20 0 481812 59012 19728 S 0.0 5.7 2:43.21 TLCTRL 845 root 20 0 481812 59012 19728 S 0.0 5.7 39:40.50 MIXDIO 846 root 20 0 481812 59012 19728 S 0.0 5.7 9:27.87 MIXDSP 847 root 20 0 481812 59012 19728 S 0.0 5.7 0:00.88 PERHST 848 root 20 0 481812 59012 19728 S 0.0 5.7 83:42.63 PERDSP 849 root 20 0 481812 59012 19728 S 0.0 5.7 11:11.20 MTRRLY 850 root 20 0 481812 59012 19728 S 0.0 5.7 1:55.61 DIAG 851 root 20 0 481812 59012 19728 S 0.0 5.7 2:00.84 FRMWAR 852 root 20 0 481812 59012 19728 S 0.0 5.7 0:00.55 PRMTR 853 root 20 0 481812 59012 19728 S 0.0 5.7 21:59.53 PNLCTRL 854 root 20 0 481812 59012 19728 S 0.0 5.7 1:34.16 COMJK 855 root 20 0 481812 59012 19728 S 0.0 5.7 0:11.87 EVLOG 856 root 20 0 481812 59012 19728 S 0.0 5.7 2:24.38 EDETECT 857 root 20 0 481812 59012 19728 S 0.0 5.7 0:00.01 PREFTCH 858 root 20 0 481812 59012 19728 S 0.0 5.7 42:41.84 FADCOM 859 root 20 0 481812 59012 19728 S 0.0 5.7 11:41.63 BCACOM 860 root 20 0 481812 59012 19728 S 0.0 5.7 10:42.33 BCAMAIN top - 10:14:11 up 4 days, 12:53, 4 users, load average: 0.00, 0.00, 0.00 Threads: 132 total, 2 running, 130 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 1028568 total, 778004 free, 54900 used, 195664 buff/cache KiB Swap: 0 total, 0 free, 0 used. 822588 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND WCHAN Flags 825 root rt -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-PWDWN futex_wai+ 4.4.4.4. 826 root -99 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-POFF poll_sche+ ..4.4.4. 827 root -11 -2 481812 59012 19728 S 0.0 5.7 21:51.74 mix-TMU timerfd_r+ ..4.4.4. 832 root 17 -3 481812 59012 19728 S 0.0 5.7 91:22.94 TIMKRNL poll_sche+ ..4.414. 833 root 21 1 481812 59012 19728 S 0.0 5.7 26:13.35 DBGMON poll_sche+ ..4.4.4. 834 root 21 1 481812 59012 19728 S 0.0 5.7 0:00.02 STORAGE poll_sche+ ..4.4.4. 835 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT0 poll_sche+ ..4.4.4. 836 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT1 poll_sche+ ..4.4.4. 837 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT2 poll_sche+ ..4.4.4. 838 root 19 -1 481812 59012 19728 S 0.0 5.7 100:23.79 VsockWrap futex_wai+ 4.4.4.4. 839 root 19 -1 481812 59012 19728 S 0.0 5.7 7:31.75 YSDPSVC futex_wai+ 4.4.4.4. 840 root 20 0 481812 59012 19728 S 0.0 5.7 1:16.61 DEVCTRL poll_sche+ ..4.4.4. 841 root 20 0 481812 59012 19728 S 0.0 5.7 20:44.99 COMSRV top - 10:14:11 up 4 days, 12:53, 4 users, load average: 0.00, 0.00, 0.00 Threads: 132 total, 2 running, 130 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 1028568 total, 778004 free, 54900 used, 195664 buff/cache KiB Swap: 0 total, 0 free, 0 used. 822588 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND WCHAN Flags 825 root rt -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-PWDWN futex_wai+ 4.4.4.4. 826 root -99 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-POFF poll_sche+ ..4.4.4. 827 root -11 -2 481812 59012 19728 S 0.0 5.7 21:51.74 mix-TMU timerfd_r+ ..4.4.4. 832 root 17 -3 481812 59012 19728 S 0.0 5.7 91:22.94 TIMKRNL poll_sche+ ..4.414. 833 root 21 1 481812 59012 19728 S 0.0 5.7 26:13.35 DBGMON poll_sche+ ..4.4.4. 834 root 21 1 481812 59012 19728 S 0.0 5.7 0:00.02 STORAGE poll_sche+ ..4.4.4. 835 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT0 poll_sche+ ..4.4.4. 836 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT1 poll_sche+ ..4.4.4. 837 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT2 poll_sche+ ..4.4.4. 838 root 19 -1 481812 59012 19728 S 0.0 5.7 100:23.79 VsockWrap futex_wai+ 4.4.4.4. 839 root 19 -1 481812 59012 19728 S 0.0 5.7 7:31.75 YSDPSVC futex_wai+ 4.4.4.4. 840 root 20 0 481812 59012 19728 S 0.0 5.7 1:16.61 DEVCTRL poll_sche+ ..4.4.4. 841 root 20 0 481812 59012 19728 S 0.0 5.7 20:44.99 COMSRV top - 10:14:11 up 4 days, 12:53, 4 users, load average: 0.00, 0.00, 0.00 Threads: 132 total, 2 running, 130 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 1028568 total, 778004 free, 54900 used, 195664 buff/cache KiB Swap: 0 total, 0 free, 0 used. 822588 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND WCHAN Flags 825 root rt -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-PWDWN futex_wai+ 4.4.4.4. 826 root -99 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-POFF poll_sche+ ..4.4.4. 827 root -11 -2 481812 59012 19728 S 0.0 5.7 21:51.74 mix-TMU timerfd_r+ ..4.4.4. 832 root 17 -3 481812 59012 19728 S 0.0 5.7 91:22.94 TIMKRNL poll_sche+ ..4.414. 833 root 21 1 481812 59012 19728 S 0.0 5.7 26:13.35 DBGMON poll_sche+ ..4.4.4. 834 root 21 1 481812 59012 19728 S 0.0 5.7 0:00.02 STORAGE poll_sche+ ..4.4.4. 835 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT0 poll_sche+ ..4.4.4. 836 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT1 poll_sche+ ..4.4.4. 837 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT2 poll_sche+ ..4.4.4. 838 root 19 -1 481812 59012 19728 S 0.0 5.7 100:23.79 VsockWrap futex_wai+ 4.4.4.4. 839 root 19 -1 481812 59012 19728 S 0.0 5.7 7:31.75 YSDPSVC futex_wai+ 4.4.4.4. 840 root 20 0 481812 59012 19728 S 0.0 5.7 1:16.61 DEVCTRL poll_sche+ ..4.4.4. 841 root 20 0 481812 59012 19728 S 0.0 5.7 20:44.99 COMSRV top - 10:14:11 up 4 days, 12:53, 4 users, load average: 0.00, 0.00, 0.00 Threads: 132 total, 2 running, 130 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 1028568 total, 778004 free, 54900 used, 195664 buff/cache KiB Swap: 0 total, 0 free, 0 used. 822588 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND WCHAN Flags 825 root rt -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-PWDWN futex_wai+ 4.4.4.4. 826 root -99 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-POFF poll_sche+ ..4.4.4. 827 root -11 -2 481812 59012 19728 S 0.0 5.7 21:51.74 mix-TMU timerfd_r+ ..4.4.4. 832 root 17 -3 481812 59012 19728 S 0.0 5.7 91:22.94 TIMKRNL poll_sche+ ..4.414. 833 root 21 1 481812 59012 19728 S 0.0 5.7 26:13.35 DBGMON poll_sche+ ..4.4.4. 834 root 21 1 481812 59012 19728 S 0.0 5.7 0:00.02 STORAGE poll_sche+ ..4.4.4. 835 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT0 poll_sche+ ..4.4.4. 836 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT1 poll_sche+ ..4.4.4. 837 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT2 poll_sche+ ..4.4.4. 838 root 19 -1 481812 59012 19728 S 0.0 5.7 100:23.79 VsockWrap futex_wai+ 4.4.4.4. 839 root 19 -1 481812 59012 19728 S 0.0 5.7 7:31.75 YSDPSVC futex_wai+ 4.4.4.4. 840 root 20 0 481812 59012 19728 S 0.0 5.7 1:16.61 DEVCTRL poll_sche+ ..4.4.4. 841 root 20 0 481812 59012 19728 S 0.0 5.7 20:44.99 COMSRV top - 10:14:11 up 4 days, 12:53, 4 users, load average: 0.00, 0.00, 0.00 Threads: 132 total, 2 running, 130 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 1028568 total, 778004 free, 54900 used, 195664 buff/cache KiB Swap: 0 total, 0 free, 0 used. 822588 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND WCHAN Flags 825 root rt -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-PWDWN futex_wai+ 4.4.4.4. 826 root -99 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-POFF poll_sche+ ..4.4.4. 827 root -11 -2 481812 59012 19728 S 0.0 5.7 21:51.74 mix-TMU timerfd_r+ ..4.4.4. 832 root 17 -3 481812 59012 19728 S 0.0 5.7 91:22.94 TIMKRNL poll_sche+ ..4.414. 833 root 21 1 481812 59012 19728 S 0.0 5.7 26:13.35 DBGMON poll_sche+ ..4.4.4. 834 root 21 1 481812 59012 19728 S 0.0 5.7 0:00.02 STORAGE poll_sche+ ..4.4.4. 835 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT0 poll_sche+ ..4.4.4. 836 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT1 poll_sche+ ..4.4.4. 837 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT2 poll_sche+ ..4.4.4. 838 root 19 -1 481812 59012 19728 S 0.0 5.7 100:23.79 VsockWrap futex_wai+ 4.4.4.4. 839 root 19 -1 481812 59012 19728 S 0.0 5.7 7:31.75 YSDPSVC futex_wai+ 4.4.4.4. 840 root 20 0 481812 59012 19728 S 0.0 5.7 1:16.61 DEVCTRL poll_sche+ ..4.4.4. 841 root 20 0 481812 59012 19728 S 0.0 5.7 20:44.99 COMSRV top - 10:14:11 up 4 days, 12:53, 4 users, load average: 0.00, 0.00, 0.00 Threads: 132 total, 2 running, 130 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 1028568 total, 778004 free, 54900 used, 195664 buff/cache KiB Swap: 0 total, 0 free, 0 used. 822588 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND WCHAN Flags 825 root rt -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-PWDWN futex_wai+ 4.4.4.4. 826 root -99 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-POFF poll_sche+ ..4.4.4. 827 root -11 -2 481812 59012 19728 S 0.0 5.7 21:51.74 mix-TMU timerfd_r+ ..4.4.4. 832 root 17 -3 481812 59012 19728 S 0.0 5.7 91:22.94 TIMKRNL poll_sche+ ..4.414. 833 root 21 1 481812 59012 19728 S 0.0 5.7 26:13.35 DBGMON poll_sche+ ..4.4.4. 834 root 21 1 481812 59012 19728 S 0.0 5.7 0:00.02 STORAGE poll_sche+ ..4.4.4. 835 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT0 poll_sche+ ..4.4.4. 836 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT1 poll_sche+ ..4.4.4. 837 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT2 poll_sche+ ..4.4.4. 838 root 19 -1 481812 59012 19728 S 0.0 5.7 100:23.79 VsockWrap futex_wai+ 4.4.4.4. 839 root 19 -1 481812 59012 19728 S 0.0 5.7 7:31.75 YSDPSVC futex_wai+ 4.4.4.4. 840 root 20 0 481812 59012 19728 S 0.0 5.7 1:16.61 DEVCTRL poll_sche+ ..4.4.4. 841 root 20 0 481812 59012 19728 S 0.0 5.7 20:44.99 COMSRV ftop - 10:14:12 up 4 days, 12:53, 4 users, load average: 0.00, 0.00, 0.00 Threads: 132 total, 2 running, 130 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 1028568 total, 778004 free, 54900 used, 195664 buff/cache KiB Swap: 0 total, 0 free, 0 used. 822588 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND WCHAN Flags 825 root rt -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-PWDWN futex_wai+ 4.4.4.4. 826 root -99 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-POFF poll_sche+ ..4.4.4. 827 root -11 -2 481812 59012 19728 S 0.0 5.7 21:51.74 mix-TMU timerfd_r+ ..4.4.4. 832 root 17 -3 481812 59012 19728 S 0.0 5.7 91:22.94 TIMKRNL poll_sche+ ..4.414. 833 root 21 1 481812 59012 19728 S 0.0 5.7 26:13.35 DBGMON poll_sche+ ..4.4.4. 834 root 21 1 481812 59012 19728 S 0.0 5.7 0:00.02 STORAGE poll_sche+ ..4.4.4. 835 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT0 poll_sche+ ..4.4.4. 836 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT1 poll_sche+ ..4.4.4. 837 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT2 poll_sche+ ..4.4.4. 838 root 19 -1 481812 59012 19728 S 0.0 5.7 100:23.79 VsockWrap futex_wai+ 4.4.4.4. 839 root 19 -1 481812 59012 19728 S 0.0 5.7 7:31.75 YSDPSVC futex_wai+ 4.4.4.4. 840 root 20 0 481812 59012 19728 S 0.0 5.7 1:16.61 DEVCTRL poll_sche+ ..4.4.4. 841 root 20 0 481812 59012 19728 S 0.0 5.7 20:44.99 COMSRV futop - 10:14:12 up 4 days, 12:53, 4 users, load average: 0.00, 0.00, 0.00 Threads: 132 total, 2 running, 130 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 1028568 total, 778004 free, 54900 used, 195664 buff/cache KiB Swap: 0 total, 0 free, 0 used. 822588 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND WCHAN Flags 825 root rt -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-PWDWN futex_wai+ 4.4.4.4. 826 root -99 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-POFF poll_sche+ ..4.4.4. 827 root -11 -2 481812 59012 19728 S 0.0 5.7 21:51.74 mix-TMU timerfd_r+ ..4.4.4. 832 root 17 -3 481812 59012 19728 S 0.0 5.7 91:22.94 TIMKRNL poll_sche+ ..4.414. 833 root 21 1 481812 59012 19728 S 0.0 5.7 26:13.35 DBGMON poll_sche+ ..4.4.4. 834 root 21 1 481812 59012 19728 S 0.0 5.7 0:00.02 STORAGE poll_sche+ ..4.4.4. 835 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT0 poll_sche+ ..4.4.4. 836 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT1 poll_sche+ ..4.4.4. 837 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT2 poll_sche+ ..4.4.4. 838 root 19 -1 481812 59012 19728 S 0.0 5.7 100:23.79 VsockWrap futex_wai+ 4.4.4.4. 839 root 19 -1 481812 59012 19728 S 0.0 5.7 7:31.75 YSDPSVC futex_wai+ 4.4.4.4. 840 root 20 0 481812 59012 19728 S 0.0 5.7 1:16.61 DEVCTRL poll_sche+ ..4.4.4. 841 root 20 0 481812 59012 19728 S 0.0 5.7 20:44.99 COMSRV futextop - 10:14:12 up 4 days, 12:53, 4 users, load average: 0.00, 0.00, 0.00 Threads: 132 total, 2 running, 130 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 1028568 total, 778004 free, 54900 used, 195664 buff/cache KiB Swap: 0 total, 0 free, 0 used. 822588 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND WCHAN Flags 825 root rt -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-PWDWN futex_wai+ 4.4.4.4. 826 root -99 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-POFF poll_sche+ ..4.4.4. 827 root -11 -2 481812 59012 19728 S 0.0 5.7 21:51.74 mix-TMU timerfd_r+ ..4.4.4. 832 root 17 -3 481812 59012 19728 S 0.0 5.7 91:22.94 TIMKRNL poll_sche+ ..4.414. 833 root 21 1 481812 59012 19728 S 0.0 5.7 26:13.35 DBGMON poll_sche+ ..4.4.4. 834 root 21 1 481812 59012 19728 S 0.0 5.7 0:00.02 STORAGE poll_sche+ ..4.4.4. 835 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT0 poll_sche+ ..4.4.4. 836 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT1 poll_sche+ ..4.4.4. 837 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT2 poll_sche+ ..4.4.4. 838 root 19 -1 481812 59012 19728 S 0.0 5.7 100:23.79 VsockWrap futex_wai+ 4.4.4.4. 839 root 19 -1 481812 59012 19728 S 0.0 5.7 7:31.75 YSDPSVC futex_wai+ 4.4.4.4. 840 root 20 0 481812 59012 19728 S 0.0 5.7 1:16.61 DEVCTRL poll_sche+ ..4.4.4. 841 root 20 0 481812 59012 19728 S 0.0 5.7 20:44.99 COMSRV futex_top - 10:14:12 up 4 days, 12:53, 4 users, load average: 0.00, 0.00, 0.00 Threads: 132 total, 2 running, 130 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 1028568 total, 778004 free, 54900 used, 195664 buff/cache KiB Swap: 0 total, 0 free, 0 used. 822588 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND WCHAN Flags 825 root rt -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-PWDWN futex_wai+ 4.4.4.4. 826 root -99 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-POFF poll_sche+ ..4.4.4. 827 root -11 -2 481812 59012 19728 S 0.0 5.7 21:51.74 mix-TMU timerfd_r+ ..4.4.4. 832 root 17 -3 481812 59012 19728 S 0.0 5.7 91:22.94 TIMKRNL poll_sche+ ..4.414. 833 root 21 1 481812 59012 19728 S 0.0 5.7 26:13.35 DBGMON poll_sche+ ..4.4.4. 834 root 21 1 481812 59012 19728 S 0.0 5.7 0:00.02 STORAGE poll_sche+ ..4.4.4. 835 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT0 poll_sche+ ..4.4.4. 836 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT1 poll_sche+ ..4.4.4. 837 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT2 poll_sche+ ..4.4.4. 838 root 19 -1 481812 59012 19728 S 0.0 5.7 100:23.79 VsockWrap futex_wai+ 4.4.4.4. 839 root 19 -1 481812 59012 19728 S 0.0 5.7 7:31.75 YSDPSVC futex_wai+ 4.4.4.4. 840 root 20 0 481812 59012 19728 S 0.0 5.7 1:16.61 DEVCTRL poll_sche+ ..4.4.4. 841 root 20 0 481812 59012 19728 S 0.0 5.7 20:44.99 COMSRV futex_wtop - 10:14:12 up 4 days, 12:53, 4 users, load average: 0.00, 0.00, 0.00 Threads: 132 total, 2 running, 130 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 1028568 total, 778004 free, 54900 used, 195664 buff/cache KiB Swap: 0 total, 0 free, 0 used. 822588 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND WCHAN Flags 825 root rt -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-PWDWN futex_wai+ 4.4.4.4. 826 root -99 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-POFF poll_sche+ ..4.4.4. 827 root -11 -2 481812 59012 19728 S 0.0 5.7 21:51.74 mix-TMU timerfd_r+ ..4.4.4. 832 root 17 -3 481812 59012 19728 S 0.0 5.7 91:22.94 TIMKRNL poll_sche+ ..4.414. 833 root 21 1 481812 59012 19728 S 0.0 5.7 26:13.35 DBGMON poll_sche+ ..4.4.4. 834 root 21 1 481812 59012 19728 S 0.0 5.7 0:00.02 STORAGE poll_sche+ ..4.4.4. 835 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT0 poll_sche+ ..4.4.4. 836 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT1 poll_sche+ ..4.4.4. 837 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT2 poll_sche+ ..4.4.4. 838 root 19 -1 481812 59012 19728 S 0.0 5.7 100:23.79 VsockWrap futex_wai+ 4.4.4.4. 839 root 19 -1 481812 59012 19728 S 0.0 5.7 7:31.75 YSDPSVC futex_wai+ 4.4.4.4. 840 root 20 0 481812 59012 19728 S 0.0 5.7 1:16.61 DEVCTRL poll_sche+ ..4.4.4. 841 root 20 0 481812 59012 19728 S 0.0 5.7 20:44.99 COMSRV futex_wai+ 4.4.top - 10:14:12 up 4 days, 12:53, 4 users, load average: 0.00, 0.00, 0.00 Threads: 132 total, 2 running, 130 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 1028568 total, 778004 free, 54900 used, 195664 buff/cache KiB Swap: 0 total, 0 free, 0 used. 822588 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND WCHAN Flags 825 root rt -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-PWDWN futex_wai+ 4.4.4.4. 826 root -99 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-POFF poll_sche+ ..4.4.4. 827 root -11 -2 481812 59012 19728 S 0.0 5.7 21:51.74 mix-TMU timerfd_r+ ..4.4.4. 832 root 17 -3 481812 59012 19728 S 0.0 5.7 91:22.94 TIMKRNL poll_sche+ ..4.414. 833 root 21 1 481812 59012 19728 S 0.0 5.7 26:13.35 DBGMON poll_sche+ ..4.4.4. 834 root 21 1 481812 59012 19728 S 0.0 5.7 0:00.02 STORAGE poll_sche+ ..4.4.4. 835 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT0 poll_sche+ ..4.4.4. 836 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT1 poll_sche+ ..4.4.4. 837 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT2 poll_sche+ ..4.4.4. 838 root 19 -1 481812 59012 19728 S 0.0 5.7 100:23.79 VsockWrap futex_wai+ 4.4.4.4. 839 root 19 -1 481812 59012 19728 S 0.0 5.7 7:31.75 YSDPSVC futex_wai+ 4.4.4.4. 840 root 20 0 481812 59012 19728 S 0.0 5.7 1:16.61 DEVCTRL poll_sche+ ..4.4.4. 841 root 20 0 481812 59012 19728 S 0.0 5.7 20:44.99 COMSRV futex_wai+ 4.4.4.4top - 10:14:18 up 4 days, 12:53, 4 users, load average: 0.00, 0.00, 0.00 Threads: 132 total, 1 running, 131 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 1028568 total, 778004 free, 54900 used, 195664 buff/cache KiB Swap: 0 total, 0 free, 0 used. 822588 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND WCHAN Flags 825 root rt -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-PWDWN futex_wai+ 4.4.4.4. 826 root -99 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-POFF poll_sche+ ..4.4.4. 827 root -11 -2 481812 59012 19728 S 0.0 5.7 21:51.74 mix-TMU timerfd_r+ ..4.4.4. 832 root 17 -3 481812 59012 19728 S 0.0 5.7 91:22.94 TIMKRNL poll_sche+ ..4.414. 833 root 21 1 481812 59012 19728 S 0.0 5.7 26:13.35 DBGMON poll_sche+ ..4.4.4. 834 root 21 1 481812 59012 19728 S 0.0 5.7 0:00.02 STORAGE poll_sche+ ..4.4.4. 835 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT0 poll_sche+ ..4.4.4. 836 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT1 poll_sche+ ..4.4.4. 837 root -51 -2 481812 59012 19728 S 0.0 5.7 0:00.00 mix-EINT2 poll_sche+ ..4.4.4. 838 root 19 -1 481812 59012 19728 S 0.0 5.7 100:23.79 VsockWrap futex_wai+ 4.4.4.4. 839 root 19 -1 481812 59012 19728 S 0.0 5.7 7:31.75 YSDPSVC futex_wai+ 4.4.4.4. 840 root 20 0 481812 59012 19728 S 0.0 5.7 1:16.61 DEVCTRL poll_sche+ ..4.4.4. 841 root 20 0 481812 59012 19728 S 0.0 5.7 20:44.99 COMSRV futex_wai+ 4.4.4.4. 842 root 20 0 481812 59012 19728 S 0.0 5.7 0:08.55 TOPOLGY poll_sche+ ..4.4.4. 843 root 20 0 481812 59012 19728 S 0.0 5.7 8:15.62 SNKCLI futex_wai+ 4.4.4.4. 844 root 20 0 481812 59012 19728 S 0.0 5.7 2:43.21 TLCTRL poll_sche+ ..4.4.4. 845 root 20 0 481812 59012 19728 S 0.0 5.7 39:40.50 MIXDIO poll_sche+ ..4.4.4. 846 root 20 0 481812 59012 19728 S 0.0 5.7 9:27.87 MIXDSP poll_sche+ ..4.4.4. 847 root 20 0 481812 59012 19728 S 0.0 5.7 0:00.88 PERHST poll_sche+ ..4.4.4. 848 root 20 0 481812 59012 19728 S 0.0 5.7 83:42.63 PERDSP poll_sche+ ..4.4.4. 849 root 20 0 481812 59012 19728 S 0.0 5.7 11:11.20 MTRRLY poll_sche+ ..4.4.4. 850 root 20 0 481812 59012 19728 S 0.0 5.7 1:55.61 DIAG poll_sche+ ..4.4.4. 851 root 20 0 481812 59012 19728 S 0.0 5.7 2:00.84 FRMWAR poll_sche+ ..4.4.4. 852 root 20 0 481812 59012 19728 S 0.0 5.7 0:00.55 PRMTR poll_sche+ ..4.4.4. 853 root 20 0 481812 59012 19728 S 0.0 5.7 21:59.53 PNLCTRL poll_sche+ ..4.4.4. 854 root 20 0 481812 59012 19728 S 0.0 5.7 1:34.16 COMJK poll_sche+ ..4.4.4. 855 root 20 0 481812 59012 19728 S 0.0 5.7 0:11.87 EVLOG poll_sche+ ..4.4.4. 856 root 20 0 481812 59012 19728 S 0.0 5.7 2:24.38 EDETECT futex_wai+ 4.4.4.4. 857 root 20 0 481812 59012 19728 S 0.0 5.7 0:00.01 PREFTCH poll_sche+ ..4.4.4. 858 root 20 0 481812 59012 19728 S 0.0 5.7 42:41.84 FADCOM poll_sche+ ..4.4.4. 859 root 20 0 481812 59012 19728 S 0.0 5.7 11:41.63 BCACOM poll_sche+ ..4.4.4. 860 root 20 0 481812 59012 19728 S 0.0 5.7 10:42.33 BCAMAIN poll_sche+ ..4.4.4.

Forum Post: Starterware: BBB Running Startware first application

$
0
0
Tool/software: Starterware Hello, I trying to test a first application with the RTOS for Beaglebone Black with StarterWare 02.00.01.01 for AM335x Sitara processors from Linux and I am unable to run a first test. I merged the Beaglebone Black patch's folder files into the StarterWare's folder and now I would like to run the first test application. The Quick Start Guide (also available as PDF doc) redirects to this tutorial in order to make the SD, referring to the tool HP USB Disk Storage Format Tool v2.0.6 Portable . It doesn't refer to Linux, so I formatted the SD with the following script: #/bin/sh DEV=$1 { echo ',200,b' echo ',,83' echo ; } | sfdisk ${DEV} -uM --force # make FAT partition mkdosfs -I ${DEV}1 -F 32 -n BOOT #make ext4 partition mkfs.ext4 ${DEV}2 -L rootfs Then following the instructions for the Quick Start Guide: The bootloader binary image (boot.bin) appended with the TI Image Header at the beginning is named as MLO. This is available at "\binary\armv7a\cgt_ccs\am335x\beaglebone\bootloader\Release_MMCSD\". The demo application image (demo.bin) appended with the TI Image Header at the beginning is named as 'app'. This is available at "\binary\armv7a\cgt_ccs\am335x\beaglebone\demo\Release\ I copied the contents of \binary\armv7a\cgt_ccs\am335x\beaglebone\bootloader\Release_MMCSD into the BOOT partition, and the contents of \binary\armv7a\cgt_ccs\am335x\beaglebone\demo\Release\ into the rootfs partition and into the BOOT partition as well. However, after putting the SD and turning on the board, I can't see anything on the UART debug console. So what I am doing wrong ? Could you please help to solve this issue ? Thank you in advance. Regards, Simon

Forum Post: RE: Linux: am33xx, musb, cppi41 packet loss ?

$
0
0
I have more informations that could be useful: The adapter I used (let's call it a0) integrates a HUB. I realized that the issue did not occur at all using an adapter that did not use integrated HUB (a1). If the adapter a0 is plugged on a external HUB, the issue starts occuring. I tried to lower to full-speed rather than high-speed, and it didn't help.

Forum Post: Linux/AM5718: /var/log/messages error : "edma 43300000.edma: dma_ccerr_handler: Error interrupt without error event!"

$
0
0
Part Number: AM5718 Tool/software: Linux Howdy, On a custom board with a Sitara AM57X, I obtain, from the board's /var/log/messages, this following error: "user.err kernel: [ 234.723032] edma 43300000.edma: dma_ccerr_handler: Error interrupt without error event!". This error happens when I run a OpenCL example provided by the ti-processor-sdk-linux-rt-am57xx-evm-03.02.00.05-Linux-x86 simultaneously with a UART data exchange. In same time when the error occurs, I observe UART console definitively freezing, it is still possible to connect to the board with a ssh console. I have investigated on this. In the source code, the error comes from kernel-source/drivers/dma/edma.c : static irqreturn_t dma_ccerr_handler(int irq, void *data). By instrumentation in this code source, now I know this error is generated by the "edma3_ccerrint" interrupt. But I don't not why. I have read some part çof the datasheet, but I find nothing to start a trace. Since this point, I'm blocked. Have you some ideas to solve this error or improve knowlegdes about it?

Forum Post: RE: Linux/AM5728: Linux Memory Policies

$
0
0
[quote user="Tom W"]cmem_block_mem_0: cmem_block_mem@a0000000 { reg = ; };[/quote] You should remove this node, or at least try with: cmem_block_mem_0: cmem_block_mem@ 88000000 { reg = ; }; [quote user="Tom W"] Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.9.28-geed43d1050 (tom@tom-ThinkPad-P50s) (gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11) ) #16 SMP PREEMPT Wed Oct 4 15:08:57 EDT 2017 [ 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: tom's customboard [ 0.000000] bootconsole [earlycon0] enabled [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] cma: Reserved 24 MiB at 0x000000008e400000 [ 0.000000] Memory policy: Data cache writealloc [/quote] Can you check if ARM A15 LPAE feature is enabled? If yes, disable it and try again. Regards, Pavel

Forum Post: RE: Linux/BEAGLEBK: rpmsg_pru31, PRU, event_channel

$
0
0
Thanks for your advice. I was trying to build my char device LKM module (basic dev that sendds string to kernel and the kernel sends it back to user space using copy to/from user) which worked under Debian. Under the SDK it had problem with copy_to_user(); function. I have got some internal error : 81b PREEMPT ARM. Maybe there are huge diffrence between SDK and Debian that I don't know, so were should I go to learn how to develop my beaglebone under the SDK. I know how to load up the SDK but I can't find any tutorials on how to develop under SDK.

Forum Post: RE: Linux/AM3354: AM3354:timer7:Unable to configure timer7 as PWM using the user space script or Kernel module

$
0
0
Hi Pavel, Thank you very much for the reply. I have been trying all the above links, the user space script is not working for me. I have written a DM timer driver by referring to one of the above links, and I modified my DTS file. Below are the my pin-mux and timer nodes, /* timer 7 as on E18 */ timer7_pins_default: timer7_pins_default { pinctrl-single,pins = ; }; &timer7 { status = "okay"; pinctrl-names = "default"; pinctrl-0 = ; }; am33xx-test_module_timer { compatible = "test,am33xx-test_module_timer"; status = "okay"; pinctrl-names = "default"; pinctrl-0 = ; DMtimer = ; //reg = ; //interrupts = ; //ti,hwmods = "timer7"; //ti,timer-pwm; }; After compiling and rebuilding the kernel I get the below error in the kernel log, root@am335x-evm:~# dmesg | grep timer [ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz [ 0.000045] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.000057] OMAP clocksource: timer1 at 24000000 Hz [ 0.249073] clocksource: Switched to clocksource timer1 [ 0.267731] omap_timer 4804a000.timer: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/timer7_pins_dee [ 0.289424] test_module_timer: probe of am33xx-test_module_timer failed with error -1 Also I have attached my timer driver file please refer it, suggest me If anything needs to be added.(Please visit the site to view this file)

Forum Post: RE: Linux/AM5728: Bridging between eth0 (GMAC) and eth2 (PRU-ETH) not working?

$
0
0
Hello Hi I updated to SDK 4.1. Bridging between eth0 and eth2 is now working. However between eth0 and hsr0 (made from eth2 and eth3) is NOT working. Setup: - PC attached to eth0, 192.168.0.3 - PC attached to eth2/3 via Redbox, 192.168.0.4 - IDK5728 Test result: Pinging between PCs does not work! However I can ping PCs from Sitara and I can ping bridge address from PC. Here's how I configured and what the command line output is ifconfig eth0 0.0.0.0 ifconfig eth2 0.0.0.0 down ifconfig eth3 0.0.0.0 down ifconfig eth2 hw ether 70:FF:76:1C:11:01 ifconfig eth3 hw ether 70:FF:76:1C:11:01 ethtool -K eth2 hsr-rx-offload on ethtool -K eth3 hsr-rx-offload on ifconfig eth2 up ifconfig eth3 up ip link add name hsr0 type hsr slave1 eth2 slave2 eth3 supervision 45 version 1 ifconfig hsr0 0.0.0.0 up brctl addbr mybridge brctl addif mybridge eth0 brctl addif mybridge hsr0 ifconfig mybridge up Command line output: root@am57xx-evm:~# ifconfig eth0 0.0.0.0 root@am57xx-evm:~# [ 28.486524] cpsw 48484000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx [ 28.494691] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready root@am57xx-evm:~# ifconfig eth2 0.0.0.0 down [ 35.211938] remoteproc remoteproc6: powering up 4b2b4000.pru0 [ 35.222743] remoteproc remoteproc6: Booting fw image ti-pruss/am57xx-pru0-pruhsr-fw.elf, size 9220 [ 35.231904] ti-pruss 4b280000.pruss: configured system_events = 0x0000060000500000 intr_channels = 0x00000095 host_intr = 0x00000115 [ 35.246069] remoteproc remoteproc6: remote processor 4b2b4000.pru0 is now up [ 35.254174] remoteproc remoteproc7: powering up 4b2b8000.pru1 [ 35.262152] remoteproc remoteproc7: Booting fw image ti-pruss/am57xx-pru1-pruhsr-fw.elf, size 9672 [ 35.271292] ti-pruss 4b280000.pruss: configured system_events = 0x0060000000a00000 intr_channels = 0x0000012a host_intr = 0x0000022a [ 35.283260] remoteproc remoteproc7: remote processor 4b2b8000.pru1 is now up [ 35.291529] prueth pruss2_eth eth2: Link is Up - 100Mbps/Full - flow control off [ 35.297899] net eth2: started [ 35.348531] ti-pruss 4b280000.pruss: unconfigured system_events = 0x0000060000500000 host_intr = 0x00000115 [ 35.358322] remoteproc remoteproc6: stopped remote processor 4b2b4000.pru0 [ 35.365314] ti-pruss 4b280000.pruss: unconfigured system_events = 0x0060000000a00000 host_intr = 0x0000022a [ 35.375103] remoteproc remoteproc7: stopped remote processor 4b2b8000.pru1 [ 35.382016] net eth2: stopped root@am57xx-evm:~# ifconfig eth3 0.0.0.0 down [ 35.411741] remoteproc remoteproc6: powering up 4b2b4000.pru0 [ 35.417609] remoteproc remoteproc6: Booting fw image ti-pruss/am57xx-pru0-pruhsr-fw.elf, size 9220 [ 35.426819] ti-pruss 4b280000.pruss: configured system_events = 0x0000060000500000 intr_channels = 0x00000095 host_intr = 0x00000115 [ 35.438796] remoteproc remoteproc6: remote processor 4b2b4000.pru0 is now up [ 35.445892] remoteproc remoteproc7: powering up 4b2b8000.pru1 [ 35.451745] remoteproc remoteproc7: Booting fw image ti-pruss/am57xx-pru1-pruhsr-fw.elf, size 9672 [ 35.460895] ti-pruss 4b280000.pruss: configured system_events = 0x0060000000a00000 intr_channels = 0x0000012a host_intr = 0x0000022a [ 35.472862] remoteproc remoteproc7: remote processor 4b2b8000.pru1 is now up [ 35.481133] prueth pruss2_eth eth3: Link is Up - 100Mbps/Full - flow control off [ 35.487933] net eth3: started [ 35.528498] ti-pruss 4b280000.pruss: unconfigured system_events = 0x0000060000500000 host_intr = 0x00000115 [ 35.538287] remoteproc remoteproc6: stopped remote processor 4b2b4000.pru0 [ 35.545280] ti-pruss 4b280000.pruss: unconfigured system_events = 0x0060000000a00000 host_intr = 0x0000022a [ 35.555068] remoteproc remoteproc7: stopped remote processor 4b2b8000.pru1 [ 35.561981] net eth3: stopped root@am57xx-evm:~# ifconfig eth2 hw ether 70:FF:76:1C:11:01 root@am57xx-evm:~# ifconfig eth3 hw ether 70:FF:76:1C:11:01 root@am57xx-evm:~# ethtool -K eth2 hsr-rx-offload on root@am57xx-evm:~# ethtool -K eth3 hsr-rx-offload on root@am57xx-evm:~# ifconfig eth2 up [ 70.951663] remoteproc remoteproc6: powering up 4b2b4000.pru0 [ 70.957536] remoteproc remoteproc6: Booting fw image ti-pruss/am57xx-pru0-pruhsr-fw.elf, size 9220 [ 70.966752] ti-pruss 4b280000.pruss: configured system_events = 0x0000060000500000 intr_channels = 0x00000095 host_intr = 0x00000115 [ 70.978722] remoteproc remoteproc6: remote processor 4b2b4000.pru0 is now up [ 70.985815] remoteproc remoteproc7: powering up 4b2b8000.pru1 [ 70.991665] remoteproc remoteproc7: Booting fw image ti-pruss/am57xx-pru1-pruhsr-fw.elf, size 9672 [ 71.000799] ti-pruss 4b280000.pruss: configured system_events = 0x0060000000a00000 intr_channels = 0x0000012a host_intr = 0x0000022a [ 71.012767] remoteproc remoteproc7: remote processor 4b2b8000.pru1 is now up [ 71.021273] net eth2: started root@am57xx-evm:~# ifconfig eth3 up [ 71.052864] net eth3: started root@am57xx-evm:~# ip link add name hsr0 type hsr slave1 eth2 slave2 eth3 supervision 45 version 1 [ 119.038850] device eth2 entered promiscuous mode [ 119.078053] device eth3 entered promiscuous mode root@am57xx-evm:~# ifconfig hsr0 up [ 132.021383] IPv6: ADDRCONF(NETDEV_UP): hsr0: link is not ready [ 132.027440] IPv6: ADDRCONF(NETDEV_CHANGE): hsr0: link becomes ready root@am57xx-evm:~# brctl addbr mybridge root@am57xx-evm:~# brctl addif mybridge eth0 [ 142.351223] mybridge: port 1(eth0) entered blocking state [ 142.357776] mybridge: port 1(eth0) entered disabled state [ 142.377198] device eth0 entered promiscuous mode root@am57xx-evm:~# brctl addif mybridge hsr0 [ 142.411155] mybridge: port 2(hsr0) entered blocking state [ 142.416610] mybridge: port 2(hsr0) entered disabled state [ 142.422566] device hsr0 entered promiscuous mode root@am57xx-evm:~# ifconfig mybridge 192.168.0.20 up [ 155.231364] mybridge: port 2(hsr0) entered blocking state [ 155.236798] mybridge: port 2(hsr0) entered forwarding state [ 155.242587] mybridge: port 1(eth0) entered blocking state [ 155.248060] mybridge: port 1(eth0) entered forwarding state root@am57xx-evm:~# ifconfig eth0 Link encap:Ethernet HWaddr FC:0F:4B:9C:12:A0 inet6 addr: fe80::fe0f:4bff:fe9c:12a0%763860/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:431 errors:0 dropped:0 overruns:0 frame:0 TX packets:45 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:37496 (36.6 KiB) TX bytes:3534 (3.4 KiB) Interrupt:93 eth2 Link encap:Ethernet HWaddr 70:FF:76:1C:11:01 inet6 addr: fe80::72ff:76ff:fe1c:1101%763860/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:159 errors:0 dropped:83 overruns:0 frame:0 TX packets:75 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:10670 (10.4 KiB) TX bytes:6238 (6.0 KiB) eth3 Link encap:Ethernet HWaddr 70:FF:76:1C:11:01 inet6 addr: fe80::72ff:76ff:fe1c:1101%763860/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:120 errors:0 dropped:57 overruns:0 frame:0 TX packets:77 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8416 (8.2 KiB) TX bytes:6418 (6.2 KiB) hsr0 Link encap:Ethernet HWaddr 70:FF:76:1C:11:01 inet6 addr: fe80::72ff:76ff:fe1c:1101%763860/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1494 Metric:1 RX packets:87 errors:0 dropped:107 overruns:0 frame:0 TX packets:49 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:4962 (4.8 KiB) TX bytes:4100 (4.0 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1%763860/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) mybridge Link encap:Ethernet HWaddr 70:FF:76:1C:11:01 inet addr:192.168.0.20 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::72ff:76ff:fe1c:1101%763860/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1494 Metric:1 RX packets:61 errors:0 dropped:0 overruns:0 frame:0 TX packets:7 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:4118 (4.0 KiB) TX bytes:578 (578.0 B) root@am57xx-evm:~# brctl show bridge name bridge id STP enabled interfaces mybridge 8000.70ff761c1101 no eth0 hsr0

Forum Post: RE: Linux/AM5728: Linux Memory Policies

$
0
0
You can also add some debug prints to identify where exactly your boot flow stuck linux-kernel/arch/arm/mm/mmu.c /* * paging_init() sets up the page tables, initialises the zone memory * maps, and sets up the zero page, bad page and bad page tables. */ void __init paging_init(const struct machine_desc *mdesc) { void *zero_page; build_mem_type_table(); // --> Memory policy: Data cache writealloc prepare_page_table(); map_lowmem(); memblock_set_current_limit(arm_lowmem_limit); dma_contiguous_remap(); early_fixmap_shutdown(); devicemaps_init(mdesc); // --> OMAP4: Map 0x00000000ffd00000 to fe600000 for dram barrier kmap_init(); tcm_init(); top_pmd = pmd_off_k(0xffff0000); /* allocate the zero page. */ zero_page = early_alloc(PAGE_SIZE); bootmem_init(); empty_zero_page = virt_to_page(zero_page); __flush_dcache_page(NULL, empty_zero_page); } Check first if the flow goes out of the build_mem_type_table() function, then check if the flow goes inside the devicemaps_init() function.

Forum Post: RE: Linux: RTC wake-up from deepsleep mode: AM3358ZCZ ARM Cortex-A8 Processor

$
0
0
Hello Pavel, Sorry for misunderstanding. Boot logs are attached below. wifi [journalctl | grep Grant] ~ 16-02-11 4:32PM wifi# U-Boot SPL 2015.07 (Sep 29 2017 - 06:32:38) Booting TrueNorth TN2010. reading u-boot.img reading u-boot.img U-Boot 2015.07 (Sep 29 2017 - 06:32:38 -0400) Watchdog enabled I2C: ready DRAM: 256 MiB MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 Using default environment Net: Configuring Ethernet not set. Validating first E-fuse MAC Phy 1 not found cpsw Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc0 is current device SD/MMC found on device 0 ** File not found /boot/uboot.env ** ** File not found /boot/onetime.env ** 4465608 bytes read in 292 ms (14.6 MiB/s) 38486 bytes read in 47 ms (798.8 KiB/s) Kernel image @ 0x82000000 [ 0x000000 - 0x4423c8 ] ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 8ef46000, end 8ef52655 ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 4.4.41 (pc@pc) (gcc version 6.1.0 (Buildroot 2016.05-svn20580) ) #1 PREEMPT Fri Sep 29 06:12:31 EDT 2017 [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: TrueNorth TN2010 [ 0.000000] Memory policy: Data cache writeback [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] AM335X ES2.1 (sgx neon ) [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024 [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Memory: 250204K/262144K available (6391K kernel code, 285K rwdata, 2204K rodata, 308K init, 252K bss, 11940K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0x90800000 - 0xff800000 (1776 MB) [ 0.000000] lowmem : 0x80000000 - 0x90000000 ( 256 MB) [ 0.000000] pkmap : 0x7fe00000 - 0x80000000 ( 2 MB) [ 0.000000] modules : 0x7f000000 - 0x7fe00000 ( 14 MB) [ 0.000000] .text : 0x80008000 - 0x8086cfd4 (8596 kB) [ 0.000000] .init : 0x8086d000 - 0x808ba000 ( 308 kB) [ 0.000000] .data : 0x808ba000 - 0x80901678 ( 286 kB) [ 0.000000] .bss : 0x80903000 - 0x809420b4 ( 253 kB) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts [ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz [ 0.000015] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns [ 0.000034] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.000043] OMAP clocksource: timer1 at 24000000 Hz [ 0.000381] clocksource_probe: no matching clocksources found [ 0.000673] Console: colour dummy device 80x30 [ 0.000696] Calibrating delay loop... 992.25 BogoMIPS (lpj=496128) [ 0.009228] pid_max: default: 32768 minimum: 301 [ 0.009327] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.009336] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.009937] Initializing cgroup subsys net_cls [ 0.009962] Initializing cgroup subsys net_prio [ 0.009988] CPU: Testing write buffer coherency: ok [ 0.010400] Setting up static identity map for 0x80008200 - 0x80008260 [ 0.013950] devtmpfs: initialized [ 0.024181] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 0.037009] omap_hwmod: debugss: _wait_target_disable failed [ 0.088834] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.089196] pinctrl core: initialized pinctrl subsystem [ 0.090404] NET: Registered protocol family 16 [ 0.090888] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.094240] cpuidle: using governor ladder [ 0.097232] cpuidle: using governor menu [ 0.101483] OMAP GPIO hardware version 0.1 [ 0.110626] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.123625] edma 49000000.edma: TI EDMA DMA engine driver [ 0.124283] reg-fixed-voltage fixedregulator@1: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_wl12xx_gpio, deferring probe [ 0.125348] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe [ 0.125515] pps_core: LinuxPPS API ver. 1 registered [ 0.125523] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.125551] PTP clock support registered [ 0.126321] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400 [ 0.126822] Advanced Linux Sound Architecture Driver Initialized. [ 0.128500] clocksource: Switched to clocksource timer1 [ 0.138261] NET: Registered protocol family 2 [ 0.139072] TCP established hash table entries: 2048 (order: 1, 8192 bytes) [ 0.139104] TCP bind hash table entries: 2048 (order: 1, 8192 bytes) [ 0.139127] TCP: Hash tables configured (established 2048 bind 2048) [ 0.139198] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.139213] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.139340] NET: Registered protocol family 1 [ 0.139800] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available [ 0.141673] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.142844] ntfs: driver 2.1.32 [Flags: R/W]. [ 0.143094] fuse init (API version 7.23) [ 0.179024] io scheduler noop registered (default) [ 0.179601] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568 [ 0.180579] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle [ 0.181346] omap_uart 44e09000.serial: no wakeirq for uart0 [ 0.181609] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a OMAP UART0 [ 0.698057] console [ttyO0] enabled [ 0.702873] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20 [ 0.709954] [drm] Initialized drm 1.1.0 20060810 [ 0.716290] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 0.723288] [drm] No driver support for vblank timestamp query. [ 0.739607] Console: switching to colour frame buffer device 30x40 [ 0.747959] tilcdc 4830e000.lcdc: fb0: frame buffer device [ 0.753976] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0 [ 0.770842] brd: module loaded [ 0.776873] input: matrix_keypad as /devices/platform/matrix_keypad/input/input0 [ 0.785134] lsm303dlhc_acc accelerometer driver: init [ 0.791455] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0 [ 0.799085] i2c /dev entries driver [ 0.803852] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 0.837033] remoteproc0: wkup_m3 is available [ 0.841808] remoteproc0: Note: remoteproc is still under development and considered experimental. [ 0.851229] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 0.865179] Netfilter messages via NETLINK v0.30. [ 0.870280] nfnl_acct: registering with nfnetlink. [ 0.875410] nf_conntrack version 0.5.0 (3909 buckets, 15636 max) [ 0.882104] ctnetlink v0.93: registering with nfnetlink. [ 0.887967] nf_tables: (c) 2007-2009 Patrick McHardy [ 0.894876] nf_tables_compat: (c) 2012 Pablo Neira Ayuso [ 0.903096] xt_time: kernel timezone is -0000 [ 0.907692] ip_set: protocol 6 [ 0.911434] ip_tables: (C) 2000-2006 Netfilter Core Team [ 0.917204] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully [ 0.923959] arp_tables: (C) 2002 David S. Miller [ 0.928871] Initializing XFRM netlink socket [ 0.933465] NET: Registered protocol family 17 [ 0.938184] NET: Registered protocol family 15 [ 0.942905] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 0.956181] Bridge firewalling registered [ 0.960481] Ebtables v2.0 registered [ 0.964425] 8021q: 802.1Q VLAN Support v1.8 [ 0.969477] DCCP: Activated CCID 2 (TCP-like) [ 0.974143] DCCP: Activated CCID 3 (TCP-Friendly Rate Control) [ 0.980296] mmc0: host does not support reading read-only switch, assuming write-enable [ 0.988808] sctp: Hash tables configured (established 512 bind 1024) [ 0.995940] NET: Registered protocol family 21 [ 1.000765] mmc0: new high speed SDHC card at address 0007 [ 1.006659] Registered RDS/tcp transport [ 1.011389] mmcblk0: mmc0:0007 S04GJ 3.71 GiB [ 1.016276] omap_voltage_late_init: Voltage driver support not added [ 1.024426] PM: Cannot get wkup_m3_ipc handle [ 1.029210] mmcblk0: p1 p2 [ 1.032429] ThumbEE CPU extension supported. [ 1.040282] lsm303dlhc_acc 0-0019: probe start. [ 1.045101] lsm303dlhc_acc 0-0019: using default plaform_data [ 1.051159] lsm303dlhc_acc: hw init start [ 1.067573] lsm303dlhc_acc: hw init done [ 1.072264] input: lsm303dlhc_acc as /devices/platform/ocp/44e0b000.i2c/i2c-0/0-0019/input/input1 [ 1.081971] lsm303dlhc_acc 0-0019: lsm303dlhc_acc: probed [ 1.089267] iio iio:device0: registered magnetometer lsm303dlhc_magn [ 1.105421] tps65217 0-0024: TPS65217 ID 0xe version 1.2 [ 1.111957] ina2xx 0-0040: power monitor ina230 (Rshunt = 39000 uOhm) [ 1.119339] ina2xx 0-0041: power monitor ina230 (Rshunt = 39000 uOhm) [ 1.126691] lm75 0-0048: hwmon2: sensor 'lm75' [ 1.131890] lm75 0-0049: hwmon3: sensor 'lm75' [ 1.136821] at24 0-0053: 4096 byte 24c32 EEPROM, writable, 4 bytes/write [ 1.143956] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz [ 1.151234] remoteproc0: powering up wkup_m3 [ 1.155868] remoteproc0: Booting fw image am335x-pm-firmware.elf, size 217148 [ 1.163750] remoteproc0: remote processor wkup_m3 is now up [ 1.169687] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192 [ 1.244083] PM: bootloader does not support rtc-only! [ 1.250869] input: gpio-keys as /devices/platform/gpio-keys/input/input2 [ 1.258836] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801) [ 1.271432] ALSA device list: [ 1.274695] No soundcards found. [ 1.278667] omap_hsmmc 481d8000.mmc: card claims to support voltages below defined range [ 1.299124] mmc1: queuing unknown CIS tuple 0x91 (3 bytes) [ 1.305926] mmc1: new high speed SDIO card at address 0001 [ 2.339157] EXT4-fs (mmcblk0p2): recovery complete [ 2.348073] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 2.356638] VFS: Mounted root (ext4 filesystem) on device 179:2. [ 2.375632] devtmpfs: mounted [ 2.379127] Freeing unused kernel memory: 308K (8086d000 - 808ba000) [ 2.385817] This architecture does not have kernel memory protection. [ 2.778963] systemd[1]: System time before build time, advancing clock. [ 2.826454] random: systemd: uninitialized urandom read (16 bytes read, 56 bits of entropy available) [ 2.847493] systemd[1]: systemd 229 running in system mode. (-PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP +GCRYPT -GNUTLS -ACL -XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN) [ 2.867078] systemd[1]: Detected architecture arm. Welcome to WiFi Stylus v2.0.1 build 20587:20596! [ 2.883232] systemd[1]: Set hostname to . [ 2.905874] random: systemd: uninitialized urandom read (16 bytes read, 58 bits of entropy available) [ 2.968148] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 60 bits of entropy available) [ 2.981843] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 60 bits of entropy available) [ 3.000008] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 61 bits of entropy available) [ 3.027021] systemd-fstab-generator[95]: Ignoring "noauto" for root device [ 3.145471] random: systemd: uninitialized urandom read (16 bytes read, 66 bits of entropy available) [ 3.155662] random: systemd: uninitialized urandom read (16 bytes read, 66 bits of entropy available) [ 3.170075] random: systemd: uninitialized urandom read (16 bytes read, 67 bits of entropy available) [ 3.180382] random: systemd: uninitialized urandom read (16 bytes read, 67 bits of entropy available) [ 3.191178] random: systemd: uninitialized urandom read (16 bytes read, 67 bits of entropy available) [ 3.512231] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password Requests to Wall Directory Watch. [ 3.529810] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 3.542234] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 3.557058] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 3.577350] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 3.590484] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 3.602987] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ OK ] Listening on /dev/initctl Compatibility Named Pipe. [ 3.617724] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 3.627036] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 3.669980] systemd[1]: Created slice System Slice. [ OK ] Created slice System Slice. [ 3.681849] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 3.696081] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.720474] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 3.755362] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.774476] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 3.798210] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 3.818289] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ 3.854289] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 3.881809] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.936376] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.972183] systemd[1]: Listening on udev Kernel Socket. [ 3.990468] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [ OK ] Listening on udev Kernel Socket. [ 4.018906] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 4.118915] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted POSIX Message Queue File System. [ 4.153027] systemd[1]: Mounted Debug File System. [ OK ] Mounted Debug File System. [ 4.167195] ili9341: Manufacturer ID: 0x0 [ 4.180833] systemd[1]: Started Create list of required static device nodes for the current kernel. [ 4.193596] ili9341: Version ID: 0x0 [ 4.201587] ili9341: Driver ID: 0x7f [ OK ] Started Create list of required sta...ce nodes for the current kernel. [ 4.219906] systemd[1]: Started Remount Root and Kernel File Systems. [ OK ] Started Remount Root and Kernel File Systems. [ 4.291711] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... [ OK ] Started Load/Save Random Seed. [ OK ] Started Create Static Device Nodes in /dev. [ 4.765660] ili9341: Init Command: 0xb6 [ 4.779976] ili9341: Init Command: 0xf6 [ 4.794600] ili9341: Init Command: 0xb5 [ 4.807107] ili9341: Init Command: 0xb0 [ 4.816553] ili9341: Init Command: 0x3a [ OK ] Started Load Kernel Modules. [ 4.909176] systemd-journald[109]: Received request to flush runtime journal from PID 1 [ OK ] Started Flush Journal to Persistent Storage. Mounting FUSE Control File System... Starting Apply Kernel Variables... Starting udev Kernel Device Manager... [ OK ] Reached target Local File Systems (Pre). Mounting /tmp... [ OK ] Mounted FUSE Control File System. [ OK ] Started Apply Kernel Variables. [ OK ] Mounted /tmp. [ OK ] Started udev Kernel Device Manager. [ 5.427579] random: nonblocking pool is initialized [ OK ] Started udev Coldplug all Devices. [ OK ] Reached target Local File Systems. Starting Create Volatile Files and Directories... [ OK ] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [ OK ] Started Network Time Synchronization. [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Reached target System Initialization. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting system-cradle-voltage... [ OK ] Started D-Bus System Message Bus. [ 6.564540] lsm303dlhc_acc: hw init start [ 6.594848] lsm303dlhc_acc: hw init done [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timers. Starting Network Service... [ OK ] Started Hardware RNG Entropy Gatherer Daemon. [ OK ] Reached target System Time Synchronized. [ OK ] Started system-cradle-voltage. [ OK ] Found device /dev/ttyO0. [ OK ] Started Network Service. [ OK ] Created slice system-systemd\x2dbacklight.slice. Starting Load/Save Screen Backlight...ness of backlight:tps65217-bl... [ OK ] Started Serial Getty on ttyO0. Starting Login Service... [ OK ] Started Load/Save Screen Backlight ...htness of backlight:tps65217-bl. [ 7.235610] asoc-simple-card sound: adau1761-dai 4803c000.mcasp mapping ok [ OK ] Started Login Service. [ OK ] Created slice User Slice of root. Starting User Manager for UID 0... Starting qws.service... [ OK ] Started User Manager for UID 0. [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. Starting Load/Save Screen Backlight...ss of backlight:lcd_backlight... [ OK ] Started Load/Save Screen Backlight ...ness of backlight:lcd_backlight. [ OK ] Reached target Sound Card. [ 9.499965] cfg80211: World regulatory domain updated: [ 9.506603] cfg80211: DFS Master region: unset [ 9.511384] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 9.522058] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 9.532840] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 9.543005] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) [ 9.552706] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 9.562943] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 9.574116] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) [ 9.582987] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) [ 9.592384] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) [ 9.638972] cfg80211: World regulatory domain updated: [ 9.645455] cfg80211: DFS Master region: unset [ 9.650377] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 9.660773] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 9.670342] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 9.686289] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) [ 9.695353] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 9.707494] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 9.718028] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) [ 9.727332] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) [ 9.737324] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) [ OK ] Started qws.service. Starting home.service... [ 10.141416] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11) [ 10.175689] wlcore: loaded [ OK ] Found device /sys/subsystem/net/devices/wlan0. Starting WPA supplicant daemon (interface-specific version)... Starting Load/Save RF Kill Switch Status... [ OK ] Started Load/Save RF Kill Switch Status. [ 10.859232] wlcore: PHY firmware version: Rev 8.2.0.0.233 [ 10.953939] wlcore: firmware booted (Rev 8.9.0.1.55) [ OK ] Started home.service. Starting system_config.service... Starting hardware.service... Truenorth Avionics WiFi Stylus wifi login: [ 14.679004] lsm303dlhc_acc: hw init start [ 14.691874] lsm303dlhc_acc: hw init done [pc@pc ~]$

Forum Post: RE: Linux/AM5728: Bridging between eth0 (GMAC) and eth2 (PRU-ETH) not working?

$
0
0
Christian, The issue needs deeper investigation with PSDK team but seems still there is some limitation. BR Tsvetolin Shulev

Forum Post: RE: Linux/AM3352: RCU self-detected stall sometimes happens.

$
0
0
Hi user5132856, Could you check whether the issue appears with the last Processor SDK v04.01 available at: www.ti.com/.../processor-sdk-am335x because there is many changes and patches. BR Tsvetolin Shulev

Forum Post: Linux/LMX2492EVM: possibility toload a specific configuration in the device using the code loader or any other library

$
0
0
Part Number: LMX2492EVM Tool/software: Linux Hi all, I will possibly work with an LMX2492EVM evaluation board in my lab and the point is that the board will be used in a system which contains some other devices which are configured by a software coded in C++. Are there libraries available under Linux, or something like an SDK, to load a specific configuration into such a device? Thanks in advance, Paul

Forum Post: RE: Linux/BEAGLEBK: rpmsg_pru31, PRU, event_channel

$
0
0
Rafal, The Software Developer's Guide provides instructions on how to setup up your Linux development environment, install the SDK and start your development. It also includes User's Guides for various Example Applications and Code Composer Studio. processors.wiki.ti.com/.../Processor_SDK_Linux_Software_Developer’s_Guide Check also the below links: processors.wiki.ti.com/.../Processor_SDK_Linux_Getting_Started_Guide training.ti.com/sitara™-arm®-processors-boot-camp-hands-sitara-linux-sdk training.ti.com/sitara™-arm®-processors-boot-camp-building-blocks-pru-development-4-part-series www.ti.com/.../beaglebk www.ti.com/.../support - Training & events Regards, Pavel

Forum Post: RE: Linux/BEAGLEBK: rpmsg_pru31, PRU, event_channel

$
0
0
Thank you very much for your help Regards Rafal

Forum Post: RE: Linux/LMX2492EVM: possibility toload a specific configuration in the device using the code loader or any other library

$
0
0
Hi Paul, There are TICSPRO-SW and PLLATINUMSIM-SW Application Software & Frameworks, see the below page: www.ti.com/.../toolssoftware Regards, Pavel

Forum Post: RE: Linux/AM5728: Linux Memory Policies

$
0
0
Note also that AM335x SK (StarterKit) comes with 256MB DDR3 memory, you can check its device tree file and linux kernel config to get the proper settings for 256MB memory map. www.ti.com/.../tmdssk3358
Viewing all 25965 articles
Browse latest View live


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