Other Parts Discussed in Thread: AM3352, TPS65217
Tool/software: Linux
i tried to modify "etc/netowrk/interface" file, I would like to udpate ip address (ipv4) for eth0 on startup but it did not work. it looks like the system is starting ipv6.
U-Boot SPL 2017.01-g340fb36f04 (Dec 23 2017 - 10:20:13)
Trying to boot from MMC1
reading uboot.env
** Unable to read "uboot.env" from mmc0:1 **
Using default environment
reading u-boot.img
reading u-boot.img
reading u-boot.img
reading u-boot.img
U-Boot 2017.01-g340fb36f04 (Dec 23 2017 - 10:20:13 -0500)
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
reading uboot.env
** Unable to read "uboot.env" from mmc0:1 **
Using default environment
<ethaddr> not set. Validating first E-fuse MAC
Net: 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
reading boot.scr
** Unable to read file boot.scr **
reading uEnv.txt
** Unable to read file uEnv.txt **
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
3682464 bytes read in 338 ms (10.4 MiB/s)
37853 bytes read in 28 ms (1.3 MiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8fff3000, end 8ffff3dc ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.59-ga75d8e9305 (tgtuser@tgtuser-VirtualBox) (gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11) ) #2 PREEMPT Sat Mar 3 14:25:31 +07 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] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 48 MiB at 0x9d000000
[ 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: 129920
[ 0.000000] Kernel command line: console=ttyO0,115200n8 root=PARTUUID=00007f7a-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: 457956K/524288K available (7168K kernel code, 286K rwdata, 2408K rodata, 1024K init, 292K bss, 17180K 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 - 0xc0800000 (8160 kB)
[ 0.000000] .init : 0xc0b00000 - 0xc0c00000 (1024 kB)
[ 0.000000] .data : 0xc0c00000 - 0xc0c47b10 ( 287 kB)
[ 0.000000] .bss : 0xc0c47b10 - 0xc0c90efc ( 293 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 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.000013] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[ 0.000030] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.000038] OMAP clocksource: timer1 at 24000000 Hz
[ 0.000184] clocksource_probe: no matching clocksources found
[ 0.000337] Console: colour dummy device 80x30
[ 0.000361] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[ 0.000367] This ensures that you still see kernel messages. Please
[ 0.000372] update your kernel commandline.
[ 0.000392] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
[ 0.089243] pid_max: default: 32768 minimum: 301
[ 0.089359] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.089368] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.090078] CPU: Testing write buffer coherency: ok
[ 0.090415] Setting up static identity map for 0x80100000 - 0x80100060
[ 0.091151] EFI services will not be available.
[ 0.092296] devtmpfs: initialized
[ 0.102679] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[ 0.103009] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.103033] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.106303] pinctrl core: initialized pinctrl subsystem
[ 0.107432] NET: Registered protocol family 16
[ 0.109097] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.122172] omap_hwmod: debugss: _wait_target_disable failed
[ 0.199230] cpuidle: using governor ladder
[ 0.229222] cpuidle: using governor menu
[ 0.234611] OMAP GPIO hardware version 0.1
[ 0.248295] No ATAGs?
[ 0.248319] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.286489] edma 49000000.edma: TI EDMA DMA engine driver
[ 0.289495] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
[ 0.289553] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
[ 0.289667] media: Linux media interface: v0.10
[ 0.289717] Linux video capture interface: v2.00
[ 0.289755] pps_core: LinuxPPS API ver. 1 registered
[ 0.289761] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.289788] PTP clock support registered
[ 0.289824] EDAC MC: Ver: 3.0.0
[ 0.290822] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[ 0.291121] Advanced Linux Sound Architecture Driver Initialized.
[ 0.292265] clocksource: Switched to clocksource timer1
[ 0.301340] NET: Registered protocol family 2
[ 0.302033] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.302077] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.302116] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.302179] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.302195] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.302378] NET: Registered protocol family 1
[ 0.302771] RPC: Registered named UNIX socket transport module.
[ 0.302783] RPC: Registered udp transport module.
[ 0.302789] RPC: Registered tcp transport module.
[ 0.302794] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.303640] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[ 0.305742] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 0.312612] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.313463] NFS: Registering the id_resolver key type
[ 0.313506] Key type id_resolver registered
[ 0.313514] Key type id_legacy registered
[ 0.313553] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.315225] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.315244] io scheduler noop registered
[ 0.315250] io scheduler deadline registered
[ 0.315384] io scheduler cfq registered (default)
[ 0.316583] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[ 0.371313] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[ 0.374767] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250
[ 0.970172] console [ttyS0] enabled
[ 0.975292] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
[ 0.982050] [drm] Initialized
[ 0.997424] brd: module loaded
[ 1.006242] loop: module loaded
[ 1.011330] libphy: Fixed MDIO Bus: probed
[ 1.016651] vcan: Virtual CAN interface driver
[ 1.021124] CAN device driver interface
[ 1.092347] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[ 1.098482] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[ 1.105601] libphy: 4a101000.mdio: probed
[ 1.109643] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[ 1.119568] cpsw 4a100000.ethernet: Detected MACID = 38:d2:69:44:7b:c1
[ 1.126327] cpsw 4a100000.ethernet: device node lookup for pps timer failed
[ 1.133434] cpsw 4a100000.ethernet: cpts: overflow check period 500 (jiffies)
[ 1.150701] udc-core: couldn't find an available UDC - added [g_ether] to list of pending drivers
[ 1.160205] mousedev: PS/2 mouse device common for all mice
[ 1.166212] i2c /dev entries driver
[ 1.171361] cpuidle: enable-method property 'ti,am3352' found operations
[ 1.179120] omap_hsmmc 48060000.mmc: Got CD GPIO
[ 1.289548] mmc0: host does not support reading read-only switch, assuming write-enable
[ 1.299518] mmc0: new high speed SDHC card at address 1234
[ 1.306367] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.315090] NET: Registered protocol family 10
[ 1.316199] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 1.316895] NET: Registered protocol family 17
[ 1.316910] can: controller area network core (rev 20120528 abi 9)
[ 1.316987] NET: Registered protocol family 29
[ 1.316993] can: raw protocol (rev 20120528)
[ 1.316997] can: broadcast manager protocol (rev 20161123 t)
[ 1.317005] can: netlink gateway (rev 20130117) max_hops=1
[ 1.317380] Key type dns_resolver registered
[ 1.317614] omap_voltage_late_init: Voltage driver support not added
[ 1.374965] mmcblk0: mmc0:1234 SA16G 14.5 GiB
[ 1.385289] mmcblk0: p1 p2
[ 1.415779] random: fast init done
[ 1.423456] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[ 1.429362] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[ 1.452116] mmc1: new high speed MMC card at address 0001
[ 1.458213] mmcblk1: mmc1:0001 M62704 3.56 GiB
[ 1.463086] mmcblk1boot0: mmc1:0001 M62704 partition 1 2.00 MiB
[ 1.469243] mmcblk1boot1: mmc1:0001 M62704 partition 2 2.00 MiB
[ 1.476524] mmcblk1: p1
[ 1.574507] tda998x 0-0070: found TDA19988
[ 1.579805] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_ops)
[ 1.585908] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.592565] [drm] No driver support for vblank timestamp query.
[ 1.654014] Console: switching to colour frame buffer device 100x30
[ 1.662761] tilcdc 4830e000.lcdc: fb0: frame buffer device
[ 1.693004] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[ 1.813309] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[ 1.821801] hctosys: unable to open rtc device (rtc0)
[ 1.827546] ALSA device list:
[ 1.830538] No soundcards found.
[ 14.765851] EXT4-fs (mmcblk0p2): recovery complete
[ 14.778317] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 14.786669] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 14.803552] devtmpfs: mounted
[ 14.810653] Freeing unused kernel memory: 1024K
[ 15.102855] systemd[1]: System time before build time, advancing clock.
[ 15.155036] systemd[1]: systemd 230 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[ 15.174137] systemd[1]: Detected architecture arm.
Welcome to Arago 2017.10!
[ 15.213905] systemd[1]: Set hostname to <am335x-evm>.
[ 15.545166] systemd[1]: [/lib/systemd/system/gadget-init.service:15] Unknown lvalue 'ExecStopPre' in section 'Service'
[ 15.832831] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 15.862955] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 15.902806] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 15.933080] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 15.972722] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 16.004748] systemd[1]: Created slice System Slice.
[ OK ] Created slice System Slice.
Starting Setup Virtual Console...
Mounting Debug File System...
Starting Remount Root and Kernel File Systems...
Starting alignment.service...
Starting Load Kernel Modules...
[ 16.175010] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ OK ] Listening on udev Control Socket.
[ OK ] Reached target Remote File Systems.
[ OK ] Created slice User and Session Slice.
[ OK ] Reached target Slices.
[ 16.287024] cryptodev: loading out-of-tree module taints kernel.
[ 16.302920] cryptodev: driver 1.8 loaded.
Starting Create list of required st... nodes for the current kernel...
[ OK ] Created slice system-getty.slice.
[ OK ] Listening on Syslog Socket.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Created slice system-serial\x2dgetty.slice.
Mounting POSIX Message Queue File System...
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Reached target Paths.
[ OK ] Listening on Process Core Dump Socket.
Starting Journal Service...
[ OK ] Reached target Swap.
Mounting Temporary Directory...
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Debug File System.
[ OK ] Mounted Temporary Directory.
[ OK ] Started Journal Service.
[ OK ] Started Setup Virtual Console.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started alignment.service.
[ OK ] Started Load Kernel Modules.
[ OK ] Started Create list of required sta...ce nodes for the current kernel.
Starting Create Static Device Nodes in /dev...
Starting Apply Kernel Variables...
Mounting Configuration File System...
Starting udev Coldplug all Devices...
Starting Flush Journal to Persistent Storage...
[ OK ] Mounted Configuration File System.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Started Apply Kernel Variables.
[ 17.305909] systemd-journald[109]: Received request to flush runtime journal from PID 1
[ OK ] Reached target Local File Systems (Pre).
Mounting /var/volatile...
Mounting /media/ram...
Starting udev Kernel Device Manager...
[ OK ] Mounted /var/volatile.
[ OK ] Mounted /media/ram.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started udev Kernel Device Manager.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
[ OK ] Started Load/Save Random Seed.
[ 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.
[ 18.961500] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 19.026537] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[ OK ] Found device /dev/ttyS0.
[ 19.209358] 47401300.usb-phy supply vcc not found, using dummy regulator
[ OK ] Started udev Coldplug all Devices.
[ 19.303170] using random self ethernet address
[ 19.309208] using random host ethernet address
[ 19.316290] 47401b00.usb-phy supply vcc not found, using dummy regulator
[ OK ] Reached target System Initialization.
[ 19.526481] usb0: HOST MAC 9a:00:dd:34:30:84
[ 19.530851] usb0: MAC 3a:e6:2a:31:4d:2d
[ OK ] Listening on dropbear.socket.
[ 19.599388] using random self ethernet address
[ OK ] Started Daily Cleanup of Temporary Directorie[ 19.723007] using random host ethernet address
s.
[ OK ] Reached target Timers.
[ 19.845928] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[ OK ] Listening on RPCbind Server Activation Socket[ 19.896924] g_ether gadget: g_ether ready
.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting Login Service...
Starting Print notice about GPLv3 packages...
[ OK ] Started System Logging Service.
Starting uim-sysfs.service...
Starting Telephony service...
[ 20.449976] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[ OK ] Started Kernel Logging Service.
[ OK ] Started D-Bus System Message Bus.
[ 20.675906] remoteproc remoteproc0: wkup_m3 is available
[ 20.709291] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[ 20.717636] omap-aes 53500000.aes: will run requests pump with realtime priority
[ 20.904825] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
[ 20.931070] PM: Cannot get wkup_m3_ipc handle
[ 21.252529] PM: Cannot get wkup_m3_ipc handle
[ 21.257856] remoteproc remoteproc0: powering up wkup_m3
[ 21.281868] remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, size 224268
[ 21.282129] remoteproc remoteproc0: remote processor wkup_m3 is now up
[ 21.282150] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
[ 21.761187] asoc-simple-card sound: hdmi-hifi.0 <-> 48038000.mcasp mapping ok
[ 21.865671] PM: bootloader does not support rtc-only!
[ OK ] Started Telephony service.
Starting Network Service...
[ 22.098064] Bluetooth: Core ver 2.22
Starting Avahi mDNS/DNS-SD Stack...
[ 22.273661] NET: Registered protocol family 31
[ 22.412651] Bluetooth: HCI device and connection manager initialized
[ 22.541423] Bluetooth: HCI socket layer initialized
[ 22.625197] Bluetooth: L2CAP socket layer initialized
[ 22.630344] Bluetooth: SCO socket layer initialized
[ OK ] Found device /dev/ttyS3.
[ OK ] Started Network Service.
[ 23.213363] net eth0: initializing cpsw version 1.12 (0)
[ 23.218728] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
[ 23.468581] cpsw 4a100000.ethernet: ALE Table size 1024
[ 23.563517] SMSC LAN8710/LAN8720 4a101000.mdio:00: attached PHY driver [SMSC LAN8710/LAN8720] (mii_bus:phy_addr=4a101000.mdio:00, irq=-1)
[ 23.591047] cpts ptp bc clkid 0
[ 23.616627] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 23.768143] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 23.911582] EXT4-fs (mmcblk1p1): recovery complete
[ 23.911604] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started Login Service.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ OK ] Reached target Network.
Starting Network Name Resolution...
Starting Permit User Sessions...
[ 25.342995] random: crng init done
[ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
Starting Enable and configure wl18xx bluetooth stack...
Starting Simple Network Management Protocol (SNMP) Daemon....
[ 25.683233] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 25.691338] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Starting Lightning Fast Webserver With Light System Requirements...
[ OK ] Started Network Name Resolution.
[ OK ] Started Permit User Sessions.
[ OK ] Started Lightning Fast Webserver With Light System Requirements.
[ OK ] Started Enable and configure wl18xx bluetooth stack.
[ OK ] Found device /dev/mmcblk0p1.
Starting Start USB gadget...
[ OK ] Started Serial Getty on ttyS3.
[ OK ] Started Getty on tty1.
[ 26.733666] NET: Registered protocol family 15
[ OK ] Started Serial Getty on ttyS0.
[ 28.480044] Initializing XFRM netlink socket
[ 28.500755] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ OK ] Started Start USB gadget.
[ OK ] Started Simple Network Management Protocol (SNMP) Daemon..
[ 29.866982] ti-pruss 4a300000.pruss: creating PRU cores and other child platform devices
[ 29.868435] irq: no irq domain found for /ocp/pruss_soc_bus@4a326000/pruss@4a300000/intc@4a320000 !
[ 29.868953] irq: no irq domain found for /ocp/pruss_soc_bus@4a326000/pruss@4a300000/intc@4a320000 !
[ 30.241363] remoteproc remoteproc1: 4a334000.pru0 is available
[ 30.303480] pru-rproc 4a334000.pru0: PRU rproc node /ocp/pruss_soc_bus@4a326000/pruss@4a300000/pru@4a334000 probed successfully
[ 30.435708] remoteproc remoteproc2: 4a338000.pru1 is available
[ 30.512671] pru-rproc 4a338000.pru1: PRU rproc node /ocp/pruss_soc_bus@4a326000/pruss@4a300000/pru@4a338000 probed successfully
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org am335x-evm ttyS0
Arago 2017.10 am335x-evm ttyS0
am335x-evm login: ***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
autoconf
binutils
cifs-utils
cpp-symlinks
cpp
dosfstools
g++-symlinks
g++
gawk-dev
gawk
gcc-symlinks
gcc
gdb
gdbserver
glmark2
gstreamer1.0-libav
hidapi
libcairo-perf-utils
libgmp10
libidn11
libmpc3
libmpfr4
libreadline-dev
libreadline6
m4-dev
m4
make
nettle
swig-dev
swig
If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org am335x-evm ttyS0
Arago 2017.10 am335x-evm ttyS0
am335x-evm login: root
root@am335x-evm:~# ifconfig
eth0 Link encap:Ethernet HWaddr 38:D2:69:44:7B:C1
inet6 addr: fe80::3ad2:69ff:fe44:7bc1%763860/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:172 errors:0 dropped:0 overruns:0 frame:0
TX packets:38 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:13557 (13.2 KiB) TX bytes:6919 (6.7 KiB)
Interrupt:173
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:323 errors:0 dropped:0 overruns:0 frame:0
TX packets:323 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:24632 (24.0 KiB) TX bytes:24632 (24.0 KiB)
usb0 Link encap:Ethernet HWaddr 3A:E6:2A:31:4D:2D
UP BROADCAST MULTICAST MTU:1500 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:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
root@am335x-evm:~# vi /etc/network/interfaces
]
# udhcpc_opts -R -b
#iface eth1 inet dhcp
# Ethernet/RNDIS gadget (g_ether)
# ... or on host side, usbnet and random hwaddr
auto usb0
iface usb0 inet static
address 192.168.7.2
netmask 255.255.255.252
# Bluetooth networking
#iface bnep0 inet dhcp
auto eth0
iface eth0 inet static
address 192.168.55.2
netmask 255.255.255.0
network 192.168.55.0
gateway 192.168.55.1
- /etc/network/interfaces 46/46 100%
best regards
somkiat