This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/BEAGLEBK: SFTP connect issue

Part Number: BEAGLEBK

Tool/software: Code Composer Studio

As per am335x processor sdk am335x starting guide , i followed the steps .

 

I able to see uboot.img and mlo in BOOT partition  and rootfs file system rootfs partition .

boot up the beagle bone with sd card  and able to login root partition .

uname -r shows--- 4.14.79-gbde58ab01e of beagle bone sd card image .

CCS version : 9.0.0 

As per starting guide i created a remote setup for  hello world example code . when i tried to connect to remote ccs prompt says :

Failed to connect SFTP subsystem: Remote host may not have sftp-server installed : java.io.IOException: inputstream is closed.

 

checked beagle bone ip address .

 

 

 


  • unable to see files related to sftp server in usr/bin/libexec folder of evm in beaglebone sd card .

    but in my linux system sdk directory of  taget nfs folder  able to see sftpserver related files .

      

  • Manoj,

    It is definitely interesting that you don't see anything in /usr/libexec on the board. I just booted a Beaglebone Black and the server is definitely there in my setup. How did you create your SD Card?

    Could you provide a boot log of the system so that I can see if I notice anything interesting?

    Thanks.
  • Hello RonB,

    As per this starting guide , i followed and sdk version is : ti-processor-sdk-linux-am335x-evm-05.03.00.07-Linux-x86-Install.bin

    software-dl.ti.com/.../Overview_Getting_Started_Guide.html





    CPU : AM335X-GP rev 2.1
    Model: TI AM335x BeagleBone Black
    DRAM: 512 MiB
    NAND: 0 MiB
    MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Warning - bad CRC, using default environment

    <ethaddr> not set. Validating first E-fuse MAC
    Net: Could not get PHY for cpsw: addr 0
    cpsw, usb_ether
    Hit any key to stop autoboot: 0
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    ** Unable to read file boot.scr **
    132 bytes read in 2 ms (64.5 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    switch to partitions #0, OK
    mmc0 is current device
    Scanning mmc 0:1...
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    3871232 bytes read in 279 ms (13.2 MiB/s)
    36793 bytes read in 25 ms (1.4 MiB/s)
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Device Tree to 8fff4000, end 8fffffb8 ... OK

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 4.14.79-gbde58ab01e (oe-user@oe-host) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #1 PREEMPT Thu Dec 20 04:12:32 UTC 2018
    [ 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] OF: fdt: Machine model: TI AM335x BeagleBone Black
    [ 0.000000] Memory policy: Data cache writeback
    [ 0.000000] efi: Getting EFI parameters from FDT:
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] cma: Reserved 48 MiB at 0x9d000000
    [ 0.000000] CPU: All CPU(s) started in SVC mode.
    [ 0.000000] AM335X ES2.1 (sgx neon)
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920
    [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=PARTUUID=5483125e-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: 456928K/524288K available (8192K kernel code, 319K rwdata, 2544K rodata, 1024K init, 267K bss, 18208K reserved, 49152K 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 : 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 - 0xc0900000 (9184 kB)
    [ 0.000000] .init : 0xc0c00000 - 0xc0d00000 (1024 kB)
    [ 0.000000] .data : 0xc0d00000 - 0xc0d4fd40 ( 320 kB)
    [ 0.000000] .bss : 0xc0d4fd40 - 0xc0d92a8c ( 268 kB)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 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] 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.000032] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    [ 0.000041] OMAP clocksource: timer1 at 24000000 Hz
    [ 0.000192] timer_probe: no matching timers found
    [ 0.000382] Console: colour dummy device 80x30
    [ 0.000408] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [ 0.000415] This ensures that you still see kernel messages. Please
    [ 0.000419] update your kernel commandline.
    [ 0.000448] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
    [ 0.089225] pid_max: default: 32768 minimum: 301
    [ 0.089389] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.089403] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.090113] CPU: Testing write buffer coherency: ok
    [ 0.090173] CPU0: Spectre v2: using BPIALL workaround
    [ 0.090794] Setting up static identity map for 0x80100000 - 0x80100060
    [ 0.090927] Hierarchical SRCU implementation.
    [ 0.091229] EFI services will not be available.
    [ 0.092453] devtmpfs: initialized
    [ 0.099165] random: get_random_u32 called from bucket_table_alloc+0x8c/0x1ac with crng_init=0
    [ 0.099714] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [ 0.099995] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.100015] futex hash table entries: 256 (order: -1, 3072 bytes)
    [ 0.103314] pinctrl core: initialized pinctrl subsystem
    [ 0.103980] DMI not present or invalid.
    [ 0.104358] NET: Registered protocol family 16
    [ 0.106333] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.118736] omap_hwmod: debugss: _wait_target_disable failed
    [ 0.171085] cpuidle: using governor ladder
    [ 0.171117] cpuidle: using governor menu
    [ 0.174926] OMAP GPIO hardware version 0.1
    [ 0.183759] No ATAGs?
    [ 0.183775] hw-breakpoint: debug architecture 0x4 unsupported.
    [ 0.195114] edma 49000000.edma: TI EDMA DMA engine driver
    [ 0.197839] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
    [ 0.197898] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
    [ 0.198006] media: Linux media interface: v0.10
    [ 0.198050] Linux video capture interface: v2.00
    [ 0.198141] pps_core: LinuxPPS API ver. 1 registered
    [ 0.198149] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.198169] PTP clock support registered
    [ 0.198199] EDAC MC: Ver: 3.0.0
    [ 0.198667] dmi: Firmware registration failed.
    [ 0.199048] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [ 0.199507] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.200575] clocksource: Switched to clocksource timer1
    [ 0.207527] NET: Registered protocol family 2
    [ 0.208193] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.208241] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.208279] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.208367] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.208384] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.208524] NET: Registered protocol family 1
    [ 0.208933] RPC: Registered named UNIX socket transport module.
    [ 0.208945] RPC: Registered udp transport module.
    [ 0.208951] RPC: Registered tcp transport module.
    [ 0.208956] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.209935] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [ 0.210048] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [ 0.211494] workingset: timestamp_bits=14 max_order=17 bucket_order=3
    [ 0.215143] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.215920] NFS: Registering the id_resolver key type
    [ 0.215960] Key type id_resolver registered
    [ 0.215967] Key type id_legacy registered
    [ 0.216013] ntfs: driver 2.1.32 [Flags: R/O].
    [ 0.217866] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [ 0.217886] io scheduler noop registered
    [ 0.217893] io scheduler deadline registered
    [ 0.218086] io scheduler cfq registered (default)
    [ 0.218095] io scheduler mq-deadline registered
    [ 0.218102] io scheduler kyber registered
    [ 0.219172] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [ 0.263588] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [ 0.266339] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250
    [ 0.900519] console [ttyS0] enabled
    [ 0.905723] omap_rng 48310000.rng: Random Number Generator ver. 20
    [ 0.922952] brd: module loaded
    [ 0.931961] loop: module loaded
    [ 0.936909] libphy: Fixed MDIO Bus: probed
    [ 1.010656] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [ 1.018357] davinci_mdio 4a101000.mdio: detected phy mask fffffffb
    [ 1.025763] libphy: 4a101000.mdio: probed
    [ 1.029803] davinci_mdio 4a101000.mdio: phy[2]: device 4a101000.mdio:02, driver SMSC LAN8710/LAN8720
    [ 1.039891] cpsw 4a100000.ethernet: Detected MACID = 38:d2:69:84:25:8f
    [ 1.046654] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
    [ 1.053127] cpsw 4a100000.ethernet: ALE Table size 1024
    [ 1.058413] cpsw 4a100000.ethernet: cpts: overflow check period 500 (jiffies)
    [ 1.066872] i2c /dev entries driver
    [ 1.070911] IR NEC protocol handler initialized
    [ 1.075465] IR RC5(x/sz) protocol handler initialized
    [ 1.080533] IR RC6 protocol handler initialized
    [ 1.085109] IR JVC protocol handler initialized
    [ 1.089655] IR Sony protocol handler initialized
    [ 1.094300] IR SANYO protocol handler initialized
    [ 1.099021] IR Sharp protocol handler initialized
    [ 1.103751] IR MCE Keyboard/mouse protocol handler initialized
    [ 1.109605] IR XMP protocol handler initialized
    [ 1.115569] cpuidle: enable-method property 'ti,am3352' found operations
    [ 1.122693] sdhci: Secure Digital Host Controller Interface driver
    [ 1.128899] sdhci: Copyright(c) Pierre Ossman
    [ 1.133963] omap_hsmmc 48060000.mmc: Got CD GPIO
    [ 1.250820] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 1.257880] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.271814] NET: Registered protocol family 10
    [ 1.277481] Segment Routing with IPv6
    [ 1.281395] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [ 1.291306] NET: Registered protocol family 17
    [ 1.296074] Key type dns_resolver registered
    [ 1.300644] omap_voltage_late_init: Voltage driver support not added
    [ 1.316432] mmc0: host does not support reading read-only switch, assuming write-enable
    [ 1.330186] mmc0: new high speed SDHC card at address aaaa
    [ 1.336203] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
    [ 1.345548] random: fast init done
    [ 1.349289] mmcblk0: p1 p2
    [ 1.357562] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [ 1.370370] mmc1: new high speed MMC card at address 0001
    [ 1.376405] mmcblk1: mmc1:0001 M62704 3.56 GiB
    [ 1.381219] mmcblk1boot0: mmc1:0001 M62704 partition 1 2.00 MiB
    [ 1.387305] mmcblk1boot1: mmc1:0001 M62704 partition 2 2.00 MiB
    [ 1.393402] mmcblk1rpmb: mmc1:0001 M62704 partition 3 512 KiB
    [ 1.400424] mmcblk1: p1
    [ 1.502844] tda998x 0-0070: found TDA19988
    [ 1.508107] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_ops)
    [ 1.514210] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 1.520866] [drm] No driver support for vblank timestamp query.
    [ 1.527219] [drm] Cannot find any crtc or sizes
    [ 1.532338] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
    [ 1.539881] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [ 1.547292] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
    [ 1.555026] hctosys: unable to open rtc device (rtc0)
    [ 1.560554] ALSA device list:
    [ 1.563720] No soundcards found.
    [ 2.561293] [drm] Cannot find any crtc or sizes
    [ 2.765629] EXT4-fs (mmcblk0p2): recovery complete
    [ 2.774928] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.783202] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 2.795876] devtmpfs: mounted
    [ 2.800359] Freeing unused kernel memory: 1024K
    [ 3.118260] systemd[1]: System time before build time, advancing clock.
    [ 3.188583] 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 -ID)
    [ 3.210380] systemd[1]: Detected architecture arm.

    Welcome to Arago 2018.10!

    [ 3.255537] systemd[1]: Set hostname to <am335x-evm>.
    [ 3.620130] systemd[1]: /lib/systemd/system/gadget-init.service:15: Unknown lvalue 'ExecStopPre' in section 'Service'
    [ 3.866749] random: systemd: uninitialized urandom read (16 bytes read)
    [ 3.873759] systemd[1]: Reached target Remote File Systems.
    [ OK ] Reached target Remote File Systems.
    [ 3.900934] random: systemd: uninitialized urandom read (16 bytes read)
    [ 3.907853] systemd[1]: Listening on udev Kernel Socket.
    [ OK ] Listening on udev Kernel Socket.
    [ 3.941305] random: systemd: uninitialized urandom read (16 bytes read)
    [ 3.948206] systemd[1]: Reached target Swap.
    [ OK ] Reached target Swap.
    [ 3.983695] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 4.037393] systemd[1]: Listening on Process Core Dump Socket.
    [ OK ] Listening on Process Core Dump Socket.
    [ 4.074429] systemd[1]: Created slice System Slice.
    [ OK ] Created slice System Slice.
    Mounting Temporary Directory (/tmp)...
    Mounting Kernel Debug File System...
    [ OK ] Created slice system-getty.slice.
    Mounting POSIX Message Queue File System...
    [ OK ] Listening on Network Service Netlink Socket.
    [ OK ] Listening on Journal Socket.
    Starting Remount Root and Kernel File Systems...
    [ 4.374663] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Created slice User and Session Slice.
    [ OK ] Reached target Slices.
    [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
    [ OK ] Listening on udev Control Socket.
    Starting Load Kernel Modules...
    [ OK ] Created slice system-serial\x2dgetty.slice.
    [ 4.603322] cryptodev: loading out-of-tree module taints kernel.
    [ 4.611571] cryptodev: driver 1.9 loaded.
    Starting Create list of required st��퀦ce nodes for the current kernel...
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Reached target Paths.
    [ OK ] Listening on Syslog 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 Remount Root and Kernel File Systems.
    [ OK ] Started Load Kernel Modules.
    [ OK ] Started Create list of required sta��…vice nodes for the current kernel.
    Mounting Kernel Configuration File System...
    Starting Apply Kernel Variables...
    Starting Create Static Device Nodes in /dev...
    Starting udev Coldplug all Devices...
    Starting Flush Journal to Persistent Storage...
    [ OK ] Mounted Kernel Configuration File System.
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Started Create Static Device Nodes in /dev.
    Starting udev Kernel Device Manager...
    [ OK ] Reached target Local File Systems (Pre).
    Mounting /media/ram...
    Mounting /var/volatile...
    [ OK ] Mounted /var/volatile.
    [ OK ] Mounted /media/ram.
    [ OK ] Started udev Kernel Device Manager.
    [ 5.718387] systemd-journald[77]: Received request to flush runtime journal from PID 1
    Starting Load/Save Random Seed...
    [ OK ] Reached target Local File Systems.
    [ OK ] Started Flush Journal to Persistent Storage.
    [ OK ] Started Load/Save Random Seed.
    Starting Create Volatile Files and Directories...
    [ OK ] Started Create Volatile Files and Directories.
    Starting Network Time Synchronization...
    Starting Update UTMP about System Boot/Shutdown...
    [ OK ] Started Update UTMP about System Boot/Shutdown.
    [ OK ] Started Network Time Synchronization.
    [ OK ] Reached target System Time Synchronized.
    [ OK ] Started udev Coldplug all Devices.
    [ OK ] Reached target System Initialization.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ OK ] Reached target Timers.
    Starting Network Service...
    [ OK ] Listening on D-Bus System Message Bus Socket.
    Starting Docker Socket for the API.
    [ OK ] Listening on dropbear.socket.
    [ OK ] Listening on Docker Socket for the API.
    [ 7.441174] omap_rtc 44e3e000.rtc: registered as rtc0
    [ OK ] Reached target Sockets.
    [ OK ] Reached target Basic System.
    Starting Login Service...
    Starting uim-sysfs.service...
    [ OK ] Started D-Bus System Message Bus.
    [ 7.851814] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [ OK ] Started Kernel Logging Service.
    [ OK ] Reached target Containers.
    [ OK ] Started System Logging Service.
    [ OK ] Started Network Service.
    [ OK ] Found device /dev/ttyS0.
    Starting Wait for Network to be Configured...
    [ OK ] Reached target Network.
    Starting Enable and configure wl18xx bluetooth stack...
    Starting DNS forwarder and DHCP server...
    Starting Network Name Resolution...
    Starting Permit User Sessions...
    [ OK ] Started Login Service.
    [FAILED] Failed to start DNS forwarder and DHCP server.
    See 'systemctl status dnsmasq.service' for details.
    [ OK ] Started Permit User Sessions.
    [ OK ] Started Getty on tty1.
    [ OK ] Started Serial Getty on ttyS0.
    [ OK ] Started Enable and configure wl18xx bluetooth stack.
    [ OK ] Started Network Name Resolution.
    [ OK ] Reached target Host and Network Name Lookups.
    [ 8.775798] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [ 10.305224] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [ 10.477653] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [ 10.617203] omap-aes 53500000.aes: will run requests pump with realtime priority
    [ 10.880325] remoteproc remoteproc0: wkup_m3 is available
    [ 10.925247] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
    [ 10.974002] PM: Cannot get wkup_m3_ipc handle
    [ 11.221331] PM: Cannot get wkup_m3_ipc handle
    [ 11.225800] remoteproc remoteproc0: powering up wkup_m3
    [ 11.253634] remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, size 224628
    [ 11.271024] remoteproc remoteproc0: remote processor wkup_m3 is now up
    [ 11.271044] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
    [ OK ] Started uim-sysfs.service.
    Starting telnetd.service...
    [ OK ] Started telnetd.service.
    Starting busybox-udhcpd.service...
    Starting thttpd.service...
    [ OK ] Found device /dev/ttyS3.
    [ OK ] Started Serial Getty on ttyS3.
    [ OK ] Started busybox-udhcpd.service.
    [ OK ] Started thttpd.service.
    Starting thermal-zone-init.service...
    [ OK ] Started thermal-zone-init.service.
    [ 12.128158] hdmi-audio-codec hdmi-audio-codec.0.auto: ASoC: no source widget found for Playback
    [ 12.250888] hdmi-audio-codec hdmi-audio-codec.0.auto: ASoC: Failed to add route Playback -> direct -> TX
    [ 12.395364] asoc-simple-card sound: i2s-hifi <-> 48038000.mcasp mapping ok
    [ 12.486733] asoc-simple-card sound: ASoC: no DMI vendor name!
    [ 12.578045] PM: bootloader does not support rtc-only!
    [ 12.710853] net eth0: initializing cpsw version 1.12 (0)
    [ 12.717801] libphy: PHY 4a101000.mdio:00 not found
    [ 12.740353] net eth0: phy "4a101000.mdio:00" not found on slave 0, err -19
    [ 12.768155] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 13.366476] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.

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

    Arago Project http://arago-project.org am335x-evm ttyS0

    Arago 2018.10 am335x-evm ttyS0

    am335x-evm login: [ 14.754487] EXT4-fs (mmcblk1p1): recovery complete
    [ 14.823716] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)
    [ 15.225426] udc-core: couldn't find an available UDC - added [g_multi] to list of pending drivers
    [ 17.766010] random: crng init done
    [ 17.769456] random: 7 urandom warning(s) missed due to ratelimiting
    [ 17.818534] usbcore: registered new interface driver usbfs
    [ 17.844241] am335x-phy-driver 47401300.usb-phy: 47401300.usb-phy supply vcc not found, using dummy regulator
    [ 17.846862] am335x-phy-driver 47401b00.usb-phy: 47401b00.usb-phy supply vcc not found, using dummy regulator
    [ 18.231121] usbcore: registered new interface driver hub
    [ 18.421847] usbcore: registered new device driver usb
    [ 18.603585] pruss 4a300000.pruss: creating PRU cores and other child platform devices
    [ 18.623026] using random self ethernet address
    [ 18.623033] using random host ethernet address
    [ 18.623044] using host ethernet address: 38:D2:69:84:25:91
    [ 18.623067] using random self ethernet address
    [ 18.623071] using random host ethernet address
    [ 18.623079] using host ethernet address: 38:D2:69:84:25:91
    [ 18.626321] usb0: HOST MAC 38:d2:69:84:25:91
    [ 18.627244] usb0: MAC 82:3e:bb:8b:98:ed
    [ 18.647314] Mass Storage Function, version: 2009/09/11
    [ 18.647326] LUN: removable file: (no medium)
    [ 18.647522] LUN: removable read only file: /dev/mmcblk0p1
    [ 18.647528] Number of LUNs=1
    [ 18.649917] g_multi gadget: Multifunction Composite Gadget
    [ 18.649927] g_multi gadget: g_multi ready
    [ 18.657884] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
    [ 18.657918] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
    [ 18.695637] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 18.695647] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 18.695652] usb usb1: Product: MUSB HDRC host driver
    [ 18.695657] usb usb1: Manufacturer: Linux 4.14.79-gbde58ab01e musb-hcd
    [ 18.695662] usb usb1: SerialNumber: musb-hdrc.1
    [ 18.697895] hub 1-0:1.0: USB hub found
    [ 18.697962] hub 1-0:1.0: 1 port detected
    [ 19.013934] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
    [ 19.276443] remoteproc remoteproc1: 4a334000.pru is available
    [ 19.295480] pru-rproc 4a334000.pru: PRU rproc node /ocp/pruss_soc_bus@4a326004/pruss@0/pru@34000 probed successfully
    [ 19.315455] remoteproc remoteproc2: 4a338000.pru is available
    [ 19.324858] pru-rproc 4a338000.pru: PRU rproc node /ocp/pruss_soc_bus@4a326004/pruss@0/pru@38000 probed successfully
    [ 19.431699] g_multi gadget: high-speed config #2: Multifunction with CDC ECM
    [ 19.563954] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready

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

    Arago Project http://arago-project.org am335x-evm ttyS0

    Arago 2018.10 am335x-evm ttyS0

    am335x-evm login: root
    root@am335x-evm:~# ps
    PID USER TIME COMMAND
    1 root 0:03 {systemd} /sbin/init
    2 root 0:00 [kthreadd]
    3 root 0:00 [kworker/0:0]
    4 root 0:00 [kworker/0:0H]
    5 root 0:00 [kworker/u2:0]
    6 root 0:00 [mm_percpu_wq]
    7 root 0:00 [ksoftirqd/0]
    8 root 0:00 [rcu_preempt]
    9 root 0:00 [rcu_sched]
    10 root 0:00 [rcu_bh]
    11 root 0:00 [kdevtmpfs]
    12 root 0:00 [netns]
    13 root 0:00 [kworker/0:1]
    14 root 0:00 [oom_reaper]
    15 root 0:00 [writeback]
    16 root 0:00 [kcompactd0]
    17 root 0:00 [crypto]
    18 root 0:00 [kblockd]
    19 root 0:00 [edac-poller]
    20 root 0:00 [watchdogd]
    21 root 0:00 [rpciod]
    22 root 0:00 [xprtiod]
    23 root 0:00 [kswapd0]
    24 root 0:00 [nfsiod]
    36 root 0:00 [kpcitest]
    37 root 0:00 [kworker/u2:1]
    39 root 0:00 [irq/55-48060000]
    40 root 0:00 [kworker/0:2]
    41 root 0:00 [kworker/0:3]
    42 root 0:00 [irq/52-48038000]
    43 root 0:00 [irq/51-48038000]
    44 root 0:00 [ipv6_addrconf]
    45 root 0:00 [irq/31-44e0b000]
    46 root 0:00 [mmcqd/0]
    47 root 0:00 [irq/56-tps65217]
    48 root 0:00 [mmcqd/1]
    49 root 0:00 [mmcqd/1boot0]
    50 root 0:00 [mmcqd/1boot1]
    51 root 0:00 [mmcqd/1rpmb]
    52 root 0:00 [irq/32-4819c000]
    53 root 0:00 [kworker/0:1H]
    54 root 0:00 [jbd2/mmcblk0p2-]
    55 root 0:00 [ext4-rsv-conver]
    75 root 0:00 [cryptodev_queue]
    77 root 0:01 /lib/systemd/systemd-journald
    84 root 0:01 /lib/systemd/systemd-udevd
    95 root 0:00 [kworker/u2:2]
    101 systemd- 0:00 /lib/systemd/systemd-timesyncd
    123 systemd- 0:00 /lib/systemd/systemd-networkd
    134 root 0:00 /lib/systemd/systemd-logind
    136 messageb 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
    147 root 0:00 /sbin/klogd -n
    149 root 0:00 /sbin/syslogd -n
    150 root 0:00 /lib/systemd/systemd-networkd-wait-online
    154 systemd- 0:00 /lib/systemd/systemd-resolved
    163 root 0:00 /sbin/agetty -o -p -- \u --noclear tty1 linux
    164 root 0:00 /bin/login --
    217 root 0:00 [53500000.aes-en]
    250 root 0:00 /usr/sbin/telnetd
    273 nobody 0:00 /usr/sbin/thttpd -d /srv/www -p 8080
    327 root 0:00 [ptp0]
    473 root 0:00 [jbd2/mmcblk1p1-]
    474 root 0:00 [ext4-rsv-conver]
    534 root 0:00 [file-storage]
    539 root 0:00 /bin/login --
    556 root 0:00 /lib/systemd/systemd --user
    557 root 0:00 (sd-pam)
    561 root 0:00 /sbin/agetty -8 -L ttyS3 115200 xterm
    562 root 0:00 -sh
    566 root 0:00 ps
    root@am335x-evm:~#
  • CPU : AM335X-GP rev 2.1
    Model: TI AM335x BeagleBone Black
    DRAM: 512 MiB
    NAND: 0 MiB
    MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Warning - bad CRC, using default environment

    <ethaddr> not set. Validating first E-fuse MAC
    Net: Could not get PHY for cpsw: addr 0
    cpsw, usb_ether
    Hit any key to stop autoboot: 0
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    ** Unable to read file boot.scr **
    132 bytes read in 2 ms (64.5 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    switch to partitions #0, OK
    mmc0 is current device
    Scanning mmc 0:1...
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    3871232 bytes read in 279 ms (13.2 MiB/s)
    36793 bytes read in 25 ms (1.4 MiB/s)
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Device Tree to 8fff4000, end 8fffffb8 ... OK

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 4.14.79-gbde58ab01e (oe-user@oe-host) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #1 PREEMPT Thu Dec 20 04:12:32 UTC 2018
    [ 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] OF: fdt: Machine model: TI AM335x BeagleBone Black
    [ 0.000000] Memory policy: Data cache writeback
    [ 0.000000] efi: Getting EFI parameters from FDT:
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] cma: Reserved 48 MiB at 0x9d000000
    [ 0.000000] CPU: All CPU(s) started in SVC mode.
    [ 0.000000] AM335X ES2.1 (sgx neon)
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920
    [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=PARTUUID=5483125e-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: 456928K/524288K available (8192K kernel code, 319K rwdata, 2544K rodata, 1024K init, 267K bss, 18208K reserved, 49152K 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 : 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 - 0xc0900000 (9184 kB)
    [ 0.000000] .init : 0xc0c00000 - 0xc0d00000 (1024 kB)
    [ 0.000000] .data : 0xc0d00000 - 0xc0d4fd40 ( 320 kB)
    [ 0.000000] .bss : 0xc0d4fd40 - 0xc0d92a8c ( 268 kB)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 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] 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.000032] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    [ 0.000041] OMAP clocksource: timer1 at 24000000 Hz
    [ 0.000192] timer_probe: no matching timers found
    [ 0.000382] Console: colour dummy device 80x30
    [ 0.000408] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [ 0.000415] This ensures that you still see kernel messages. Please
    [ 0.000419] update your kernel commandline.
    [ 0.000448] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
    [ 0.089225] pid_max: default: 32768 minimum: 301
    [ 0.089389] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.089403] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.090113] CPU: Testing write buffer coherency: ok
    [ 0.090173] CPU0: Spectre v2: using BPIALL workaround
    [ 0.090794] Setting up static identity map for 0x80100000 - 0x80100060
    [ 0.090927] Hierarchical SRCU implementation.
    [ 0.091229] EFI services will not be available.
    [ 0.092453] devtmpfs: initialized
    [ 0.099165] random: get_random_u32 called from bucket_table_alloc+0x8c/0x1ac with crng_init=0
    [ 0.099714] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [ 0.099995] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.100015] futex hash table entries: 256 (order: -1, 3072 bytes)
    [ 0.103314] pinctrl core: initialized pinctrl subsystem
    [ 0.103980] DMI not present or invalid.
    [ 0.104358] NET: Registered protocol family 16
    [ 0.106333] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.118736] omap_hwmod: debugss: _wait_target_disable failed
    [ 0.171085] cpuidle: using governor ladder
    [ 0.171117] cpuidle: using governor menu
    [ 0.174926] OMAP GPIO hardware version 0.1
    [ 0.183759] No ATAGs?
    [ 0.183775] hw-breakpoint: debug architecture 0x4 unsupported.
    [ 0.195114] edma 49000000.edma: TI EDMA DMA engine driver
    [ 0.197839] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
    [ 0.197898] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
    [ 0.198006] media: Linux media interface: v0.10
    [ 0.198050] Linux video capture interface: v2.00
    [ 0.198141] pps_core: LinuxPPS API ver. 1 registered
    [ 0.198149] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.198169] PTP clock support registered
    [ 0.198199] EDAC MC: Ver: 3.0.0
    [ 0.198667] dmi: Firmware registration failed.
    [ 0.199048] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [ 0.199507] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.200575] clocksource: Switched to clocksource timer1
    [ 0.207527] NET: Registered protocol family 2
    [ 0.208193] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.208241] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.208279] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.208367] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.208384] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.208524] NET: Registered protocol family 1
    [ 0.208933] RPC: Registered named UNIX socket transport module.
    [ 0.208945] RPC: Registered udp transport module.
    [ 0.208951] RPC: Registered tcp transport module.
    [ 0.208956] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.209935] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [ 0.210048] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [ 0.211494] workingset: timestamp_bits=14 max_order=17 bucket_order=3
    [ 0.215143] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.215920] NFS: Registering the id_resolver key type
    [ 0.215960] Key type id_resolver registered
    [ 0.215967] Key type id_legacy registered
    [ 0.216013] ntfs: driver 2.1.32 [Flags: R/O].
    [ 0.217866] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [ 0.217886] io scheduler noop registered
    [ 0.217893] io scheduler deadline registered
    [ 0.218086] io scheduler cfq registered (default)
    [ 0.218095] io scheduler mq-deadline registered
    [ 0.218102] io scheduler kyber registered
    [ 0.219172] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [ 0.263588] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [ 0.266339] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250
    [ 0.900519] console [ttyS0] enabled
    [ 0.905723] omap_rng 48310000.rng: Random Number Generator ver. 20
    [ 0.922952] brd: module loaded
    [ 0.931961] loop: module loaded
    [ 0.936909] libphy: Fixed MDIO Bus: probed
    [ 1.010656] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [ 1.018357] davinci_mdio 4a101000.mdio: detected phy mask fffffffb
    [ 1.025763] libphy: 4a101000.mdio: probed
    [ 1.029803] davinci_mdio 4a101000.mdio: phy[2]: device 4a101000.mdio:02, driver SMSC LAN8710/LAN8720
    [ 1.039891] cpsw 4a100000.ethernet: Detected MACID = 38:d2:69:84:25:8f
    [ 1.046654] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
    [ 1.053127] cpsw 4a100000.ethernet: ALE Table size 1024
    [ 1.058413] cpsw 4a100000.ethernet: cpts: overflow check period 500 (jiffies)
    [ 1.066872] i2c /dev entries driver
    [ 1.070911] IR NEC protocol handler initialized
    [ 1.075465] IR RC5(x/sz) protocol handler initialized
    [ 1.080533] IR RC6 protocol handler initialized
    [ 1.085109] IR JVC protocol handler initialized
    [ 1.089655] IR Sony protocol handler initialized
    [ 1.094300] IR SANYO protocol handler initialized
    [ 1.099021] IR Sharp protocol handler initialized
    [ 1.103751] IR MCE Keyboard/mouse protocol handler initialized
    [ 1.109605] IR XMP protocol handler initialized
    [ 1.115569] cpuidle: enable-method property 'ti,am3352' found operations
    [ 1.122693] sdhci: Secure Digital Host Controller Interface driver
    [ 1.128899] sdhci: Copyright(c) Pierre Ossman
    [ 1.133963] omap_hsmmc 48060000.mmc: Got CD GPIO
    [ 1.250820] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 1.257880] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.271814] NET: Registered protocol family 10
    [ 1.277481] Segment Routing with IPv6
    [ 1.281395] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [ 1.291306] NET: Registered protocol family 17
    [ 1.296074] Key type dns_resolver registered
    [ 1.300644] omap_voltage_late_init: Voltage driver support not added
    [ 1.316432] mmc0: host does not support reading read-only switch, assuming write-enable
    [ 1.330186] mmc0: new high speed SDHC card at address aaaa
    [ 1.336203] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
    [ 1.345548] random: fast init done
    [ 1.349289] mmcblk0: p1 p2
    [ 1.357562] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [ 1.370370] mmc1: new high speed MMC card at address 0001
    [ 1.376405] mmcblk1: mmc1:0001 M62704 3.56 GiB
    [ 1.381219] mmcblk1boot0: mmc1:0001 M62704 partition 1 2.00 MiB
    [ 1.387305] mmcblk1boot1: mmc1:0001 M62704 partition 2 2.00 MiB
    [ 1.393402] mmcblk1rpmb: mmc1:0001 M62704 partition 3 512 KiB
    [ 1.400424] mmcblk1: p1
    [ 1.502844] tda998x 0-0070: found TDA19988
    [ 1.508107] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_ops)
    [ 1.514210] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 1.520866] [drm] No driver support for vblank timestamp query.
    [ 1.527219] [drm] Cannot find any crtc or sizes
    [ 1.532338] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
    [ 1.539881] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [ 1.547292] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
    [ 1.555026] hctosys: unable to open rtc device (rtc0)
    [ 1.560554] ALSA device list:
    [ 1.563720] No soundcards found.
    [ 2.561293] [drm] Cannot find any crtc or sizes
    [ 2.765629] EXT4-fs (mmcblk0p2): recovery complete
    [ 2.774928] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.783202] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 2.795876] devtmpfs: mounted
    [ 2.800359] Freeing unused kernel memory: 1024K
    [ 3.118260] systemd[1]: System time before build time, advancing clock.
    [ 3.188583] 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 -ID)
    [ 3.210380] systemd[1]: Detected architecture arm.

    Welcome to Arago 2018.10!

    [ 3.255537] systemd[1]: Set hostname to <am335x-evm>.
    [ 3.620130] systemd[1]: /lib/systemd/system/gadget-init.service:15: Unknown lvalue 'ExecStopPre' in section 'Service'
    [ 3.866749] random: systemd: uninitialized urandom read (16 bytes read)
    [ 3.873759] systemd[1]: Reached target Remote File Systems.
    [ OK ] Reached target Remote File Systems.
    [ 3.900934] random: systemd: uninitialized urandom read (16 bytes read)
    [ 3.907853] systemd[1]: Listening on udev Kernel Socket.
    [ OK ] Listening on udev Kernel Socket.
    [ 3.941305] random: systemd: uninitialized urandom read (16 bytes read)
    [ 3.948206] systemd[1]: Reached target Swap.
    [ OK ] Reached target Swap.
    [ 3.983695] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 4.037393] systemd[1]: Listening on Process Core Dump Socket.
    [ OK ] Listening on Process Core Dump Socket.
    [ 4.074429] systemd[1]: Created slice System Slice.
    [ OK ] Created slice System Slice.
    Mounting Temporary Directory (/tmp)...
    Mounting Kernel Debug File System...
    [ OK ] Created slice system-getty.slice.
    Mounting POSIX Message Queue File System...
    [ OK ] Listening on Network Service Netlink Socket.
    [ OK ] Listening on Journal Socket.
    Starting Remount Root and Kernel File Systems...
    [ 4.374663] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Created slice User and Session Slice.
    [ OK ] Reached target Slices.
    [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
    [ OK ] Listening on udev Control Socket.
    Starting Load Kernel Modules...
    [ OK ] Created slice system-serial\x2dgetty.slice.
    [ 4.603322] cryptodev: loading out-of-tree module taints kernel.
    [ 4.611571] cryptodev: driver 1.9 loaded.
    Starting Create list of required st��퀦ce nodes for the current kernel...
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Reached target Paths.
    [ OK ] Listening on Syslog 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 Remount Root and Kernel File Systems.
    [ OK ] Started Load Kernel Modules.
    [ OK ] Started Create list of required sta��…vice nodes for the current kernel.
    Mounting Kernel Configuration File System...
    Starting Apply Kernel Variables...
    Starting Create Static Device Nodes in /dev...
    Starting udev Coldplug all Devices...
    Starting Flush Journal to Persistent Storage...
    [ OK ] Mounted Kernel Configuration File System.
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Started Create Static Device Nodes in /dev.
    Starting udev Kernel Device Manager...
    [ OK ] Reached target Local File Systems (Pre).
    Mounting /media/ram...
    Mounting /var/volatile...
    [ OK ] Mounted /var/volatile.
    [ OK ] Mounted /media/ram.
    [ OK ] Started udev Kernel Device Manager.
    [ 5.718387] systemd-journald[77]: Received request to flush runtime journal from PID 1
    Starting Load/Save Random Seed...
    [ OK ] Reached target Local File Systems.
    [ OK ] Started Flush Journal to Persistent Storage.
    [ OK ] Started Load/Save Random Seed.
    Starting Create Volatile Files and Directories...
    [ OK ] Started Create Volatile Files and Directories.
    Starting Network Time Synchronization...
    Starting Update UTMP about System Boot/Shutdown...
    [ OK ] Started Update UTMP about System Boot/Shutdown.
    [ OK ] Started Network Time Synchronization.
    [ OK ] Reached target System Time Synchronized.
    [ OK ] Started udev Coldplug all Devices.
    [ OK ] Reached target System Initialization.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ OK ] Reached target Timers.
    Starting Network Service...
    [ OK ] Listening on D-Bus System Message Bus Socket.
    Starting Docker Socket for the API.
    [ OK ] Listening on dropbear.socket.
    [ OK ] Listening on Docker Socket for the API.
    [ 7.441174] omap_rtc 44e3e000.rtc: registered as rtc0
    [ OK ] Reached target Sockets.
    [ OK ] Reached target Basic System.
    Starting Login Service...
    Starting uim-sysfs.service...
    [ OK ] Started D-Bus System Message Bus.
    [ 7.851814] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [ OK ] Started Kernel Logging Service.
    [ OK ] Reached target Containers.
    [ OK ] Started System Logging Service.
    [ OK ] Started Network Service.
    [ OK ] Found device /dev/ttyS0.
    Starting Wait for Network to be Configured...
    [ OK ] Reached target Network.
    Starting Enable and configure wl18xx bluetooth stack...
    Starting DNS forwarder and DHCP server...
    Starting Network Name Resolution...
    Starting Permit User Sessions...
    [ OK ] Started Login Service.
    [FAILED] Failed to start DNS forwarder and DHCP server.
    See 'systemctl status dnsmasq.service' for details.
    [ OK ] Started Permit User Sessions.
    [ OK ] Started Getty on tty1.
    [ OK ] Started Serial Getty on ttyS0.
    [ OK ] Started Enable and configure wl18xx bluetooth stack.
    [ OK ] Started Network Name Resolution.
    [ OK ] Reached target Host and Network Name Lookups.
    [ 8.775798] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [ 10.305224] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [ 10.477653] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [ 10.617203] omap-aes 53500000.aes: will run requests pump with realtime priority
    [ 10.880325] remoteproc remoteproc0: wkup_m3 is available
    [ 10.925247] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
    [ 10.974002] PM: Cannot get wkup_m3_ipc handle
    [ 11.221331] PM: Cannot get wkup_m3_ipc handle
    [ 11.225800] remoteproc remoteproc0: powering up wkup_m3
    [ 11.253634] remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, size 224628
    [ 11.271024] remoteproc remoteproc0: remote processor wkup_m3 is now up
    [ 11.271044] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
    [ OK ] Started uim-sysfs.service.
    Starting telnetd.service...
    [ OK ] Started telnetd.service.
    Starting busybox-udhcpd.service...
    Starting thttpd.service...
    [ OK ] Found device /dev/ttyS3.
    [ OK ] Started Serial Getty on ttyS3.
    [ OK ] Started busybox-udhcpd.service.
    [ OK ] Started thttpd.service.
    Starting thermal-zone-init.service...
    [ OK ] Started thermal-zone-init.service.
    [ 12.128158] hdmi-audio-codec hdmi-audio-codec.0.auto: ASoC: no source widget found for Playback
    [ 12.250888] hdmi-audio-codec hdmi-audio-codec.0.auto: ASoC: Failed to add route Playback -> direct -> TX
    [ 12.395364] asoc-simple-card sound: i2s-hifi <-> 48038000.mcasp mapping ok
    [ 12.486733] asoc-simple-card sound: ASoC: no DMI vendor name!
    [ 12.578045] PM: bootloader does not support rtc-only!
    [ 12.710853] net eth0: initializing cpsw version 1.12 (0)
    [ 12.717801] libphy: PHY 4a101000.mdio:00 not found
    [ 12.740353] net eth0: phy "4a101000.mdio:00" not found on slave 0, err -19
    [ 12.768155] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 13.366476] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.

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

    Arago Project http://arago-project.org am335x-evm ttyS0

    Arago 2018.10 am335x-evm ttyS0

    am335x-evm login: [ 14.754487] EXT4-fs (mmcblk1p1): recovery complete
    [ 14.823716] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)
    [ 15.225426] udc-core: couldn't find an available UDC - added [g_multi] to list of pending drivers
    [ 17.766010] random: crng init done
    [ 17.769456] random: 7 urandom warning(s) missed due to ratelimiting
    [ 17.818534] usbcore: registered new interface driver usbfs
    [ 17.844241] am335x-phy-driver 47401300.usb-phy: 47401300.usb-phy supply vcc not found, using dummy regulator
    [ 17.846862] am335x-phy-driver 47401b00.usb-phy: 47401b00.usb-phy supply vcc not found, using dummy regulator
    [ 18.231121] usbcore: registered new interface driver hub
    [ 18.421847] usbcore: registered new device driver usb
    [ 18.603585] pruss 4a300000.pruss: creating PRU cores and other child platform devices
    [ 18.623026] using random self ethernet address
    [ 18.623033] using random host ethernet address
    [ 18.623044] using host ethernet address: 38:D2:69:84:25:91
    [ 18.623067] using random self ethernet address
    [ 18.623071] using random host ethernet address
    [ 18.623079] using host ethernet address: 38:D2:69:84:25:91
    [ 18.626321] usb0: HOST MAC 38:d2:69:84:25:91
    [ 18.627244] usb0: MAC 82:3e:bb:8b:98:ed
    [ 18.647314] Mass Storage Function, version: 2009/09/11
    [ 18.647326] LUN: removable file: (no medium)
    [ 18.647522] LUN: removable read only file: /dev/mmcblk0p1
    [ 18.647528] Number of LUNs=1
    [ 18.649917] g_multi gadget: Multifunction Composite Gadget
    [ 18.649927] g_multi gadget: g_multi ready
    [ 18.657884] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
    [ 18.657918] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
    [ 18.695637] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 18.695647] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 18.695652] usb usb1: Product: MUSB HDRC host driver
    [ 18.695657] usb usb1: Manufacturer: Linux 4.14.79-gbde58ab01e musb-hcd
    [ 18.695662] usb usb1: SerialNumber: musb-hdrc.1
    [ 18.697895] hub 1-0:1.0: USB hub found
    [ 18.697962] hub 1-0:1.0: 1 port detected
    [ 19.013934] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
    [ 19.276443] remoteproc remoteproc1: 4a334000.pru is available
    [ 19.295480] pru-rproc 4a334000.pru: PRU rproc node /ocp/pruss_soc_bus@4a326004/pruss@0/pru@34000 probed successfully
    [ 19.315455] remoteproc remoteproc2: 4a338000.pru is available
    [ 19.324858] pru-rproc 4a338000.pru: PRU rproc node /ocp/pruss_soc_bus@4a326004/pruss@0/pru@38000 probed successfully
    [ 19.431699] g_multi gadget: high-speed config #2: Multifunction with CDC ECM
    [ 19.563954] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready

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

    Arago Project http://arago-project.org am335x-evm ttyS0

    Arago 2018.10 am335x-evm ttyS0

    am335x-evm login: root
  • Hello RonB,

    as per sdk starting guide ,
    sdk starting guide link ://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Overview_Getting_Started_Guide.html

    i followed the steps . i.e ./create_sdcard.sh for creating partion in sd card .

    sdk version is : ti-processor-sdk-linux-am335x-evm-05.02.00.10.

    sdk link :software-dl.ti.com/.../index_FDS.html
  • Manoj,

    I tried this today and was not able to replicate the problem you are seeing. I still think this stems from the server not appearing to be on the SD Card filesystem as that is definitely what you are booting from. The files show up on my SD card just like you show for your NFS. Maybe you could switch to NFS to try it or try recreating the SD Card?

    Thank you.
  • Hi Manoj,

    If you are still facing this issue, could you please reply back with more details? Thank you.
  • hello ronb , issue is solved