Hello all...

I am trying to use a newer image than I have in the past:
 BeagleBoard.org Debian Image 2017-10-10

I have flashed the eMMC and am able to boot from it with no microSD card in 
place.

I have been working for the last year with an older (2014) image and I 
compile and load an overlay.using the capemgr (sudo sh -c "echo 
DesiredOverlay > /sys/devices/platform/bone_capemgr/slots") method.  I 
understand from other posts that this is no longer the preferred method, 
and I need to use the new method.  I *think* I have done what the following 
suggests:
https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays
  starting at:  U-Boot /boot/uEnv.txt configuration

But I can't use the same PRU processes as I used before.  I get an error 
(Segmentation fault) that in the previous image would indicate that I had 
not yet loaded the overlay.  I don't see anything in the dmesg output that 
would indicate that the uboot/uEnv.txt had run at all.

My questions:
1. Does it look like I am properly loading the overlay 
(EBB-PRU-CNKSim-00A0.dtbo) in the uEnv.txt?
2. Shouldn't I be able to see this in the dmesg output?
3. Is there a possibility that the /boot/uEnv.txt is not being run?
4. Is there an  easy way to put tell-tales in the uEnv.txt file so that you 
could easily see where in the file the process had gotten to?

Thanks in advance,

Alan

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/9fec54c7-a337-4764-a11e-4dd30d0faa34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.91-ti-r133 (root@b7-am57xx-beagle-x15-2gb) 
(gcc version 6.3.0 20170516 (Debian 6.3.0-18) ) #1 SMP Tue Oct 10 05:18:08 UTC 
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: TI AM335x BeagleBone Black
[    0.000000] cma: Reserved 48 MiB at 0x9c800000
[    0.000000] Memory policy: Data cache writeback
[    0.000000] On node 0 totalpages: 130560
[    0.000000] free_area_init_node: node 0, pgdat c10d8f80, node_mem_map 
df961000
[    0.000000]   Normal zone: 1152 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 130560 pages, LIFO batch:31
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] AM335X ES2.1 (sgx neon )
[    0.000000] PERCPU: Embedded 13 pages/cpu @df921000 s24268 r8192 d20788 
u53248
[    0.000000] pcpu-alloc: s24268 r8192 d20788 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 129408
[    0.000000] Kernel command line: console=ttyO0,115200n8 
bone_capemgr.uboot_capemgr_enabled=1 root=/dev/mmcblk1p1 ro rootfstype=ext4 
rootwait coherent_pool=1M net.ifnames=0 quiet
[    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: 443708K/522240K available (11720K kernel code, 948K 
rwdata, 3904K rodata, 756K init, 854K bss, 29380K reserved, 49152K 
cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
                   lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
                   pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                   modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                     .text : 0xc0008000 - 0xc0f4a584   (15626 kB)
                     .init : 0xc0f4b000 - 0xc1008000   ( 756 kB)
                     .data : 0xc1008000 - 0xc10f5108   ( 949 kB)
                      .bss : 0xc10f8000 - 0xc11cd820   ( 855 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000]  RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1
[    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.000014] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 
89478484971ns
[    0.000037] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 79635851949 ns
[    0.000049] OMAP clocksource: timer1 at 24000000 Hz
[    0.000819] clocksource_probe: no matching clocksources found
[    0.001026] Console: colour dummy device 80x30
[    0.001055] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[    0.001063] This ensures that you still see kernel messages. Please
[    0.001069] update your kernel commandline.
[    0.001090] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
[    0.046833] pid_max: default: 32768 minimum: 301
[    0.046986] Security Framework initialized
[    0.047000] Yama: becoming mindful.
[    0.047037] AppArmor: AppArmor disabled by boot time parameter
[    0.047210] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.047223] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.048092] Initializing cgroup subsys io
[    0.048125] Initializing cgroup subsys memory
[    0.048171] Initializing cgroup subsys devices
[    0.048191] Initializing cgroup subsys freezer
[    0.048207] Initializing cgroup subsys net_cls
[    0.048222] Initializing cgroup subsys perf_event
[    0.048236] Initializing cgroup subsys net_prio
[    0.048262] Initializing cgroup subsys pids
[    0.048322] CPU: Testing write buffer coherency: ok
[    0.048384] ftrace: allocating 35977 entries in 106 pages
[    0.150515] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.150651] Setting up static identity map for 0x80008280 - 0x800082e0
[    0.155086] Brought up 1 CPUs
[    0.155111] SMP: Total of 1 processors activated (995.32 BogoMIPS).
[    0.155120] CPU: All CPU(s) started in SVC mode.
[    0.156714] devtmpfs: initialized
[    0.174027] VFP support v0.3: implementor 41 architecture 3 part 30 variant 
c rev 3
[    0.193363] omap_hwmod: debugss: _wait_target_disable failed
[    0.234666] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 7645041785100000 ns
[    0.234702] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.238716] xor: measuring software checksum speed
[    0.274835]    arm4regs  :  1219.000 MB/sec
[    0.314827]    8regs     :  1092.000 MB/sec
[    0.354827]    32regs    :  1089.000 MB/sec
[    0.394826]    neon      :  1747.000 MB/sec
[    0.394835] xor: using function: neon (1747.000 MB/sec)
[    0.394966] pinctrl core: initialized pinctrl subsystem
[    0.396461] NET: Registered protocol family 16
[    0.400234] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.401188] cpuidle: using governor ladder
[    0.401207] cpuidle: using governor menu
[    0.407052] OMAP GPIO hardware version 0.1
[    0.418670] No ATAGs?
[    0.418707] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.419335] omap4_sram_init:Unable to allocate sram needed to handle errata 
I688
[    0.419353] omap4_sram_init:Unable to get sram pool needed to handle errata 
I688
[    0.498940] raid6: int32x1  gen()   258 MB/s
[    0.566910] raid6: int32x1  xor()   227 MB/s
[    0.634978] raid6: int32x2  gen()   323 MB/s
[    0.702856] raid6: int32x2  xor()   283 MB/s
[    0.770983] raid6: int32x4  gen()   329 MB/s
[    0.838883] raid6: int32x4  xor()   267 MB/s
[    0.906927] raid6: int32x8  gen()   300 MB/s
[    0.974956] raid6: int32x8  xor()   234 MB/s
[    1.042845] raid6: neonx1   gen()  1461 MB/s
[    1.110860] raid6: neonx1   xor()   846 MB/s
[    1.178833] raid6: neonx2   gen()  1926 MB/s
[    1.246848] raid6: neonx2   xor()  1209 MB/s
[    1.314825] raid6: neonx4   gen()  1086 MB/s
[    1.382857] raid6: neonx4   xor()   789 MB/s
[    1.450854] raid6: neonx8   gen()  1037 MB/s
[    1.518850] raid6: neonx8   xor()   757 MB/s
[    1.518858] raid6: using algorithm neonx2 gen() 1926 MB/s
[    1.518865] raid6: .... xor() 1209 MB/s, rmw enabled
[    1.518872] raid6: using intx1 recovery algorithm
[    1.528136] edma 49000000.edma: TI EDMA DMA engine driver
[    1.531109] vgaarb: loaded
[    1.531762] SCSI subsystem initialized
[    1.532146] libata version 3.00 loaded.
[    1.532493] usbcore: registered new interface driver usbfs
[    1.532569] usbcore: registered new interface driver hub
[    1.532686] usbcore: registered new device driver usb
[    1.533276] omap_i2c 44e0b000.i2c: could not find pctldev for node 
/ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
[    1.533327] omap_i2c 4819c000.i2c: could not find pctldev for node 
/ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
[    1.533443] media: Linux media interface: v0.10
[    1.533505] Linux video capture interface: v2.00
[    1.533617] pps_core: LinuxPPS API ver. 1 registered
[    1.533626] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo 
Giometti <[email protected]>
[    1.533655] PTP clock support registered
[    1.534551] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[    1.536134] NetLabel: Initializing
[    1.536151] NetLabel:  domain hash size = 128
[    1.536157] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.536220] NetLabel:  unlabeled traffic allowed by default
[    1.536634] clocksource: Switched to clocksource timer1
[    1.649482] NET: Registered protocol family 2
[    1.650354] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    1.650406] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    1.650464] TCP: Hash tables configured (established 4096 bind 4096)
[    1.650539] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    1.650561] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    1.650905] NET: Registered protocol family 1
[    1.651512] RPC: Registered named UNIX socket transport module.
[    1.651530] RPC: Registered udp transport module.
[    1.651537] RPC: Registered tcp transport module.
[    1.651544] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.651583] PCI: CLS 0 bytes, default 64
[    1.652209] Unpacking initramfs...
[    2.036567] Freeing initrd memory: 5292K
[    2.037391] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 
counters available
[    2.040074] audit: initializing netlink subsys (disabled)
[    2.040174] audit: type=2000 audit(1.972:1): initialized
[    2.050746] zbud: loaded
[    2.051509] VFS: Disk quotas dquot_6.6.0
[    2.051797] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    2.054579] NFS: Registering the id_resolver key type
[    2.054657] Key type id_resolver registered
[    2.054664] Key type id_legacy registered
[    2.054697] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    2.055099] fuse init (API version 7.23)
[    2.055729] SGI XFS with ACLs, security attributes, realtime, no debug 
enabled
[    2.064826] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
247)
[    2.065164] io scheduler noop registered
[    2.065185] io scheduler deadline registered
[    2.065255] io scheduler cfq registered (default)
[    2.066622] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    2.069137] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
[    2.070470] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[    2.073987] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud 
= 3000000) is a 8250
[    2.087358] console [ttyS0] enabled
[    2.089721] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
[    2.089997] [drm] Initialized drm 1.1.0 20060810
[    2.094795] CAN device driver interface
[    2.096016] c_can_platform 481d0000.can: c_can_platform device registered 
(regs=fa1d0000, irq=164)
[    2.144654] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    2.144679] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[    2.145060] davinci_mdio: dt: updated phy_id[0] from phy_mask[fffffffe]
[    2.153977] libphy: 4a101000.mdio: probed
[    2.154014] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, 
driver SMSC LAN8710/LAN8720
[    2.154825] cpsw 4a100000.ethernet: Detected MACID = 98:84:e3:b6:d4:da
[    2.154979] cpsw 4a100000.ethernet: cpts: overflow check period 2125
[    2.157331] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.157401] ehci-pci: EHCI PCI platform driver
[    2.157481] ehci-platform: EHCI generic platform driver
[    2.157681] ehci-omap: OMAP-EHCI Host Controller driver
[    2.158178] usbcore: registered new interface driver usb-storage
[    2.160246] 47401300.usb-phy supply vcc not found, using dummy regulator
[    2.162986] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, 
bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[    2.163008] musb-hdrc: MHDRC RTL version 2.0 
[    2.163018] musb-hdrc: setup fifo_mode 4
[    2.163038] musb-hdrc: 28/31 max ep, 16384/16384 memory
[    2.164585] 47401b00.usb-phy supply vcc not found, using dummy regulator
[    2.167153] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, 
bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[    2.167172] musb-hdrc: MHDRC RTL version 2.0 
[    2.167181] musb-hdrc: setup fifo_mode 4
[    2.167197] musb-hdrc: 28/31 max ep, 16384/16384 memory
[    2.167342] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[    2.167378] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus 
number 1
[    2.167697] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.167711] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    2.167721] usb usb1: Product: MUSB HDRC host driver
[    2.167731] usb usb1: Manufacturer: Linux 4.4.91-ti-r133 musb-hcd
[    2.167740] usb usb1: SerialNumber: musb-hdrc.1.auto
[    2.168809] hub 1-0:1.0: USB hub found
[    2.168877] hub 1-0:1.0: 1 port detected
[    2.178809] mousedev: PS/2 mouse device common for all mice
[    2.183009] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[    2.184411] i2c /dev entries driver
[    2.186284] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    2.186721] cpuidle: enable-method property 'ti,am3352' found operations
[    2.187472] omap_hsmmc 48060000.mmc: Got CD GPIO
[    2.250457] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[    2.253717] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[    2.257733] hidraw: raw HID events driver (C) Jiri Kosina
[    2.258577] usbcore: registered new interface driver usbhid
[    2.258589] usbhid: USB HID core driver
[    2.259323]  remoteproc0: wkup_m3 is available
[    2.259339]  remoteproc0: Note: remoteproc is still under development and 
considered experimental.
[    2.259347]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and 
backward compatibility isn't yet guaranteed.
[    2.262723] ti_am3359-tscadc 44e0d000.tscadc: chan 0 step_avg truncating to 
16
[    2.262744] ti_am3359-tscadc 44e0d000.tscadc: chan 1 step_avg truncating to 
16
[    2.262755] ti_am3359-tscadc 44e0d000.tscadc: chan 2 step_avg truncating to 
16
[    2.262765] ti_am3359-tscadc 44e0d000.tscadc: chan 3 step_avg truncating to 
16
[    2.262774] ti_am3359-tscadc 44e0d000.tscadc: chan 4 step_avg truncating to 
16
[    2.262784] ti_am3359-tscadc 44e0d000.tscadc: chan 5 step_avg truncating to 
16
[    2.262794] ti_am3359-tscadc 44e0d000.tscadc: chan 6 step_avg truncating to 
16
[    2.267487] NET: Registered protocol family 10
[    2.269689] mip6: Mobile IPv6
[    2.269724] NET: Registered protocol family 17
[    2.269755] can: controller area network core (rev 20120528 abi 9)
[    2.269843] NET: Registered protocol family 29
[    2.269996] Key type dns_resolver registered
[    2.270012] mpls_gso: MPLS GSO support
[    2.270311] omap_voltage_late_init: Voltage driver support not added
[    2.278240] PM: Cannot get wkup_m3_ipc handle
[    2.282985] ThumbEE CPU extension supported.
[    2.283026] Registering SWP/SWPB emulation handler
[    2.284278] registered taskstats version 1
[    2.284488] zswap: loaded using pool lzo/zbud
[    2.288825] Btrfs loaded
[    2.297084] mmc1: MAN_BKOPS_EN bit is not set
[    2.301032] mmc1: new high speed MMC card at address 0001
[    2.306083] mmcblk1: mmc1:0001 M62704 3.56 GiB 
[    2.306751] mmcblk1boot0: mmc1:0001 M62704 partition 1 2.00 MiB
[    2.313004] mmcblk1boot1: mmc1:0001 M62704 partition 2 2.00 MiB
[    2.314563]  mmcblk1: p1
[    2.326215] Key type encrypted registered
[    2.329381] input: tps65217_pwr_but as 
/devices/platform/ocp/44e0b000.i2c/i2c-0/0-0024/input/input0
[    2.354733] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[    2.355323] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    2.355402] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    2.357294] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    2.357744] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    2.358131] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    2.358533] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    2.358594] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[    2.359840]  remoteproc0: powering up wkup_m3
[    2.360175]  remoteproc0: Booting fw image am335x-pm-firmware.elf, size 
217148
[    2.360490]  remoteproc0: remote processor wkup_m3 is now up
[    2.360514] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
[    2.362093] PM: bootloader does not support rtc-only!
[    2.363095] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 
00:00:00 UTC (946684800)
[    2.363130] of_cfs_init
[    2.363260] of_cfs_init: OK
[    2.369129] PM: Hibernation image not present or could not be loaded.
[    2.370585] Freeing unused kernel memory: 756K
[    2.508147] random: systemd-udevd: uninitialized urandom read (16 bytes 
read, 12 bits of entropy available)
[    2.509180] random: systemd-udevd: uninitialized urandom read (16 bytes 
read, 12 bits of entropy available)
[    2.509319] random: systemd-udevd: uninitialized urandom read (16 bytes 
read, 12 bits of entropy available)
[    2.524370] random: udevadm: uninitialized urandom read (16 bytes read, 12 
bits of entropy available)
[    2.525070] random: udevadm: uninitialized urandom read (16 bytes read, 12 
bits of entropy available)
[    2.525274] random: udevadm: uninitialized urandom read (16 bytes read, 12 
bits of entropy available)
[    2.526049] random: udevadm: uninitialized urandom read (16 bytes read, 12 
bits of entropy available)
[    2.526618] random: udevadm: uninitialized urandom read (16 bytes read, 12 
bits of entropy available)
[    2.527098] random: udevadm: uninitialized urandom read (16 bytes read, 12 
bits of entropy available)
[    2.527659] random: udevadm: uninitialized urandom read (16 bytes read, 12 
bits of entropy available)
[    3.714864] ti-pruss 4a300000.pruss: creating PRU cores and other child 
platform devices
[    3.715067] irq: no irq domain found for /ocp/pruss@4a300000/intc@4a320000 !
[    3.715917] irq: no irq domain found for /ocp/pruss@4a300000/intc@4a320000 !
[    3.751634]  remoteproc1: 4a338000.pru1 is available
[    3.751660]  remoteproc1: Note: remoteproc is still under development and 
considered experimental.
[    3.751669]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and 
backward compatibility isn't yet guaranteed.
[    3.760964] pru-rproc 4a338000.pru1: booting the PRU core manually
[    3.760997]  remoteproc1: powering up 4a338000.pru1
[    3.761319]  remoteproc1: Booting fw image am335x-pru1-fw, size 35392
[    3.761395]  remoteproc1: remote processor 4a338000.pru1 is now up
[    3.761426] pru-rproc 4a338000.pru1: PRU rproc node 
/ocp/pruss@4a300000/pru1@4a338000 probed successfully
[    3.768101]  remoteproc2: 4a334000.pru0 is available
[    3.768130]  remoteproc2: Note: remoteproc is still under development and 
considered experimental.
[    3.768139]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and 
backward compatibility isn't yet guaranteed.
[    3.770486] pru-rproc 4a334000.pru0: booting the PRU core manually
[    3.770519]  remoteproc2: powering up 4a334000.pru0
[    3.770797]  remoteproc2: Booting fw image am335x-pru0-fw, size 36296
[    3.770869]  remoteproc2: remote processor 4a334000.pru0 is now up
[    3.770901] pru-rproc 4a334000.pru0: PRU rproc node 
/ocp/pruss@4a300000/pru0@4a334000 probed successfully
[    4.233845] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. 
Opts: (null)
[    4.606346] systemd[1]: System time before build time, advancing clock.
[    4.670933] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.701690] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT 
+SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS 
+ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    4.702346] systemd[1]: Detected architecture arm.
[    4.703430] systemd[1]: Set hostname to <beaglebone>.
[    5.245536] systemd[1]: Set up automount Arbitrary Executable File Formats 
File System Automount Point.
[    5.246429] systemd[1]: Listening on Journal Socket.
[    5.246677] systemd[1]: Reached target Remote File Systems.
[    5.247012] systemd[1]: Listening on fsck to fsckd communication Socket.
[    5.247349] systemd[1]: Listening on udev Kernel Socket.
[    5.247753] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    5.247960] systemd[1]: Reached target Swap.
[    5.248443] systemd[1]: Started Dispatch Password Requests to Console 
Directory Watch.
[    5.249201] systemd[1]: Listening on udev Control Socket.
[    5.249976] systemd[1]: Listening on Journal Audit Socket.
[    5.250324] systemd[1]: Listening on Syslog Socket.
[    5.250860] systemd[1]: Started Forward Password Requests to Wall Directory 
Watch.
[    5.251045] systemd[1]: Reached target Encrypted Volumes.
[    5.251196] systemd[1]: Reached target Paths.
[    5.252546] systemd[1]: Created slice System Slice.
[    5.260129] systemd[1]: Starting Load Kernel Modules...
[    5.290355] systemd[1]: Starting File System Check on Root Device...
[    5.292454] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    5.318605] systemd[1]: Created slice system-getty.slice.
[    5.348011] systemd[1]: Mounting POSIX Message Queue File System...
[    5.449475] systemd[1]: Starting Create list of required static device nodes 
for the current kernel...
[    5.450956] systemd[1]: Created slice User and Session Slice.
[    5.451267] systemd[1]: Reached target Slices.
[    5.451957] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.637224] systemd[1]: Starting Journal Service...
[    5.666353] systemd[1]: Mounting /sys/kernel/debug...
[    5.865775] systemd[1]: Mounted POSIX Message Queue File System.
[    5.866244] systemd[1]: Mounted /sys/kernel/debug.
[    5.868329] systemd[1]: Started Load Kernel Modules.
[    5.891239] systemd[1]: Started File System Check on Root Device.
[    5.906731] systemd[1]: Started Create list of required static device nodes 
for the current kernel.
[    5.951256] systemd[1]: Started File System Check Daemon to report status.
[    6.013300] systemd[1]: Starting Create Static Device Nodes in /dev...
[    6.085950] systemd[1]: Starting Remount Root and Kernel File Systems...
[    6.119105] systemd[1]: Starting Apply Kernel Variables...
[    6.188587] systemd[1]: Mounting Configuration File System...
[    6.368398] EXT4-fs (mmcblk1p1): re-mounted. Opts: errors=remount-ro
[    6.386061] systemd[1]: Mounting FUSE Control File System...
[    6.548344] systemd[1]: Mounted Configuration File System.
[    6.581383] systemd[1]: Mounted FUSE Control File System.
[    6.583668] systemd[1]: Started Create Static Device Nodes in /dev.
[    6.598289] systemd[1]: Started Remount Root and Kernel File Systems.
[    6.600518] systemd[1]: Started Apply Kernel Variables.
[    6.615786] systemd[1]: Started Journal Service.
[    7.287096] systemd-journald[217]: Received request to flush runtime journal 
from PID 1
[   10.906232] cgroup: new mount options do not match the existing superblock, 
will be ignored
[   11.328988] random: nonblocking pool is initialized
[   12.148295] nf_conntrack version 0.5.0 (7795 buckets, 31180 max)
[   12.807693] net eth0: initializing cpsw version 1.12 (0)
[   12.807723] net eth0: initialized cpsw ale version 1.4
[   12.807734] net eth0: ALE Table size 1024
[   12.952598] net eth0: phy found : id is : 0x7c0f1
[   13.011305] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   15.200774] using random self ethernet address
[   15.200805] using random host ethernet address
[   15.311769] using random self ethernet address
[   15.311799] using random host ethernet address
[   15.551933] Mass Storage Function, version: 2009/09/11
[   15.551966] LUN: removable file: (no medium)
[   15.801411] usb0: HOST MAC 98:84:e3:b6:d4:db
[   15.803297] usb0: MAC 98:84:e3:b6:d4:dc
[   15.817120] usb1: HOST MAC 98:84:e3:b6:d4:de
[   15.817485] usb1: MAC 98:84:e3:b6:d4:df
[   16.208770] configfs-gadget gadget: high-speed config #1: c
[   16.921989] IPv6: ADDRCONF(NETDEV_UP): usb1: link is not ready
#Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0

uname_r=4.4.91-ti-r133
#uuid=
#dtb=


###U-Boot Overlays###
###Documentation: 
http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays
###Master Enable
enable_uboot_overlays=1
###
###Overide capes with eeprom
#uboot_overlay_addr0=/lib/firmware/<file0>.dtbo
#uboot_overlay_addr1=/lib/firmware/<file1>.dtbo
#uboot_overlay_addr2=/lib/firmware/<file2>.dtbo
#uboot_overlay_addr3=/lib/firmware/<file3>.dtbo
###
###Additional custom capes
#uboot_overlay_addr4=/lib/firmware/<file4>.dtbo
#uboot_overlay_addr5=/lib/firmware/<file5>.dtbo
#uboot_overlay_addr6=/lib/firmware/<file6>.dtbo
#uboot_overlay_addr7=/lib/firmware/<file7>.dtbo
###
###Custom Cape
#dtb_overlay=/lib/firmware/<file8>.dtbo
dtb_overlay=/lib/firmware/EBB-PRU-CNKSim-00A0.dtbo
###
###Disable auto loading of virtual capes (emmc/video/wireless/adc)
#disable_uboot_overlay_emmc=1
disable_uboot_overlay_video=1
disable_uboot_overlay_audio=1
disable_uboot_overlay_wireless=1
#disable_uboot_overlay_adc=1
###
###PRUSS OPTIONS
###pru_rproc (4.4.x-ti kernel)
uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo
###pru_uio (4.4.x-ti & mainline/bone kernel)
#uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo
###
###Cape Universal Enable
enable_uboot_cape_universal=1
###
###Debug: disable uboot autoload of Cape
#disable_uboot_overlay_addr0=1
#disable_uboot_overlay_addr1=1
#disable_uboot_overlay_addr2=1
#disable_uboot_overlay_addr3=1
###
###U-Boot fdt tweaks...
#uboot_fdt_buffer=0x60000
###U-Boot Overlays###

cmdline=coherent_pool=1M net.ifnames=0 quiet

#In the event of edid real failures, uncomment this next line:
#cmdline=coherent_pool=1M net.ifnames=0 quiet video=HDMI-A-1:1024x768@60e

##Example v3.8.x
#cape_disable=capemgr.disable_partno=
#cape_enable=capemgr.enable_partno=

##Example v4.1.x
#cape_disable=bone_capemgr.disable_partno=
#cape_enable=bone_capemgr.enable_partno=

##enable Generic eMMC Flasher:
##make sure, these tools are installed: dosfstools rsync
##cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh

Reply via email to