I have a custom .conf for image-builder that's based on the beaglebone 
ones, except that I have a handful of extra packages and copy some extra 
files into the image.  Periodically, I update this against 
image-builder:master.  I've been using jessie with a 4.4 kernel for a while 
quite successfully, I just updated the other day and now my flashed images 
won't boot properly if the cape is attached.  If I detach the cape & boot, 
all is fine.

*With* the cape attached, it boots into the rescue-service, but journalctl 
-xb shows no [obvious!] errors.  I can actually continue the boot and get 
to a normal state if I enter systemctl default from the rescue-shell.

After some debugging (hard to attach USB-serial when there's a cape 
attached!), I think i have it narrowed down.  In comparing the boot output, 
the u-boot command line seems to be getting an extra "1" after rootwait 
when the cape is on, but not otherwise.  I'm guessing that perhaps this 
stray "1" causes systemd to fail to load the "target" and so it goes to 
rescue-mode.  I'm guessing this "1" comes from u-boot?  The u-boot version 
is set in the chroot/beagleboard.org-jessie.sh script as follows:

u_boot_release="v2018.03"

With the cape:

debug: [console=ttyO0,115200n8 root=/dev/mmcblk1p1 ro rootfstype=ext4 rootwait 
1 coherent_pool=1M net.ifnames=0] ...
debug: [bootz 0x82000000 0x88080000:5363d1 0x88000000] ...

Without the cape:

debug: [console=ttyO0,115200n8 root=/dev/mmcblk1p1 ro rootfstype=ext4 
rootwait coherent_pool=1M net.ifnames=0] ...
debug: [bootz 0x82000000 0x88080000:5363d1 0x88000000] ...


This is the *only* difference in the boot sequence until it gets to the 
point where the rescue-service starts with the cape attached.  The cape is 
pretty simple, it's a BTLE module that is connected to ttyO5 with a couple 
of GPIOs for resetting etc. (and it has worked just fine with previous 
image-builder incarnations). Oh, I also use --dtb beaglebone-nohdmi when 
building the image.

FWIW, here's the full boot sequence with the cape attached (note: in this 
run I moved the .dtbo file from /lib/firmware while debugging, but it does 
the same with it in place):

U-Boot SPL 2018.03-00002-g254339602c (Mar 16 2018 - 12:36:44 -0500)
Trying to boot from MMC2
Loading Environment from EXT4... Card did not respond to voltage select!
** Bad device mmc 0 **
Failed (-5)


U-Boot 2018.03-00002-g254339602c (Mar 16 2018 - 12:36:44 -0500), Build: 
jenkins-github_Bootloader-Builder-42

CPU  : AM335X-GP rev 2.1
I2C:   ready
DRAM:  512 MiB
No match for driver 'omap_hsmmc'
No match for driver 'omap_hsmmc'
Some drivers were not found
Reset Source: Power-on reset has occurred.
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from EXT4... Card did not respond to voltage select!
** Bad device mmc 0 **
Failed (-5)
Board: BeagleBone Black
<ethaddr> not set. Validating first E-fuse MAC
BeagleBone Black:
debug: process_cape_part_number:[BB-BLE]
debug: process_cape_part_number:[42422D424C45]
BeagleBone: cape eeprom: i2c_probe: 0x54: /lib/firmware/BB-BLE-00A0.dtbo 
[0x1a9643f]
BeagleBone: cape eeprom: i2c_probe: 0x55:
BeagleBone: cape eeprom: i2c_probe: 0x56:
BeagleBone: cape eeprom: i2c_probe: 0x57:
Net:   eth0: MII MODE
cpsw, usb_ether
Press SPACE to abort autoboot in 2 seconds
board_name=[A335BNLT] ...
board_rev=[00C0] ...
Card did not respond to voltage select!
Card did not respond to voltage select!
Card did not respond to voltage select!
gpio: pin 56 (gpio 56) value is 0
gpio: pin 55 (gpio 55) value is 0
gpio: pin 54 (gpio 54) value is 0
gpio: pin 53 (gpio 53) value is 1
Card did not respond to voltage select!
Card did not respond to voltage select!
switch to partitions #0, OK
mmc1(part 0) is current device
Scanning mmc 1:1...
gpio: pin 56 (gpio 56) value is 0
gpio: pin 55 (gpio 55) value is 0
gpio: pin 54 (gpio 54) value is 0
gpio: pin 53 (gpio 53) value is 1
switch to partitions #0, OK
mmc1(part 0) is current device
gpio: pin 54 (gpio 54) value is 1
Checking for: /uEnv.txt ...
Checking for: /boot.scr ...
Checking for: /boot/boot.scr ...
Checking for: /boot/uEnv.txt ...
gpio: pin 55 (gpio 55) value is 1
814 bytes read in 15 ms (52.7 KiB/s)
Loaded environment from /boot/uEnv.txt
debug: [dtb=am335x-boneblack-emmc-overlay.dtb] ...
Using: dtb=am335x-boneblack-emmc-overlay.dtb ...
Checking if uname_r is set in /boot/uEnv.txt...
gpio: pin 56 (gpio 56) value is 1
Running uname_boot ...
loading /boot/vmlinuz-4.4.113-ti-r148 ...
9447320 bytes read in 614 ms (14.7 MiB/s)
loading /boot/dtbs/4.4.113-ti-r148/am335x-boneblack-emmc-overlay.dtb ...
60416 bytes read in 34 ms (1.7 MiB/s)
uboot_overlays: add [enable_uboot_overlays=1] to /boot/uEnv.txt to enable...
loading /boot/initrd.img-4.4.113-ti-r148 ...
5465041 bytes read in 361 ms (14.4 MiB/s)
debug: [console=ttyO0,115200n8 root=/dev/mmcblk1p1 ro rootfstype=ext4 rootwait 
1 coherent_pool=1M net.ifnames=0] ...
debug: [bootz 0x82000000 0x88080000:5363d1 0x88000000] ...
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
   Loading Ramdisk to 8fac9000, end 8ffff3d1 ... OK
   Loading Device Tree to 8fab7000, end 8fac8bff ... OK

Starting kernel ...

[    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.113-ti-r148 
(root@b1-am57xx-beagle-x15-2gb) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 
SMP Wed Mar 7 19:19:19 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] Machine model: TI AM335x BeagleBone Black
[    0.000000] cma: Reserved 48 MiB at 0x9c800000
[    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] PERCPU: Embedded 13 pages/cpu @df91e000 s24192 r8192 d20864 
u53248
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on. 
 Total pages: 129408
[    0.000000] Kernel command line: console=ttyO0,115200n8 
root=/dev/mmcblk1p1 ro rootfstype=ext4 rootwait 1 coherent_pool=1M 
net.ifnames=0
[    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: 442972K/522240K available (12521K kernel code, 1016K 
rwdata, 4068K rodata, 832K init, 857K bss, 30116K 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 - 0xc103b734   (16590 kB)
[    0.000000]       .init : 0xc103c000 - 0xc110c000   ( 832 kB)
[    0.000000]       .data : 0xc110c000 - 0xc120a0e8   (1017 kB)
[    0.000000]        .bss : 0xc120d000 - 0xc12e35b4   ( 858 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.000016] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 
89478484971ns
[    0.000041] clocksource: timer1: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 79635851949 ns
[    0.000054] OMAP clocksource: timer1 at 24000000 Hz
[    0.000892] clocksource_probe: no matching clocksources found
[    0.001099] Console: colour dummy device 80x30
[    0.001126] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[    0.001133] This ensures that you still see kernel messages. Please
[    0.001140] update your kernel commandline.
[    0.001161] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
[    0.046715] pid_max: default: 32768 minimum: 301
[    0.046868] Security Framework initialized
[    0.046883] Yama: becoming mindful.
[    0.046922] AppArmor: AppArmor disabled by boot time parameter
[    0.047093] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.047106] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 
bytes)
[    0.047958] Initializing cgroup subsys io
[    0.047992] Initializing cgroup subsys memory
[    0.048038] Initializing cgroup subsys devices
[    0.048057] Initializing cgroup subsys freezer
[    0.048074] Initializing cgroup subsys net_cls
[    0.048090] Initializing cgroup subsys perf_event
[    0.048105] Initializing cgroup subsys net_prio
[    0.048129] Initializing cgroup subsys pids
[    0.048188] CPU: Testing write buffer coherency: ok
[    0.048250] ftrace: allocating 37709 entries in 111 pages
[    0.155042] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.155175] Setting up static identity map for 0x80008280 - 0x800082e0
[    0.159579] Brought up 1 CPUs
[    0.159606] SMP: Total of 1 processors activated (995.32 BogoMIPS).
[    0.159614] CPU: All CPU(s) started in SVC mode.
[    0.161194] devtmpfs: initialized
[    0.180084] VFP support v0.3: implementor 41 architecture 3 part 30 
variant c rev 3
[    0.201088] omap_hwmod: debugss: _wait_target_disable failed
[    0.242384] clocksource: jiffies: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.242421] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.246493] xor: measuring software checksum speed
[    0.282720]    arm4regs  :  1219.000 MB/sec
[    0.322718]    8regs     :  1091.000 MB/sec
[    0.362712]    32regs    :  1089.000 MB/sec
[    0.402711]    neon      :  1739.000 MB/sec
[    0.402720] xor: using function: neon (1739.000 MB/sec)
[    0.402850] pinctrl core: initialized pinctrl subsystem
[    0.404371] NET: Registered protocol family 16
[    0.408052] DMA: preallocated 1024 KiB pool for atomic coherent 
allocations
[    0.408984] cpuidle: using governor ladder
[    0.409004] cpuidle: using governor menu
[    0.414903] OMAP GPIO hardware version 0.1
[    0.427022] No ATAGs?
[    0.427057] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.427608] omap4_sram_init:Unable to allocate sram needed to handle 
errata I688
[    0.427622] omap4_sram_init:Unable to get sram pool needed to handle 
errata I688
[    0.506739] raid6: neonx2   gen()  1873 MB/s
[    0.574733] raid6: neonx2   xor()  1160 MB/s
[    0.574742] raid6: using algorithm neonx2 gen() 1873 MB/s
[    0.574749] raid6: .... xor() 1160 MB/s, rmw enabled
[    0.574756] raid6: using intx1 recovery algorithm
[    0.584109] edma 49000000.edma: TI EDMA DMA engine driver
[    0.587213] vgaarb: loaded
[    0.587840] SCSI subsystem initialized
[    0.588603] usbcore: registered new interface driver usbfs
[    0.588681] usbcore: registered new interface driver hub
[    0.588794] usbcore: registered new device driver usb
[    0.589413] omap_i2c 44e0b000.i2c: could not find pctldev for node 
/ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring 
probe
[    0.590989] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[    0.591245] media: Linux media interface: v0.10
[    0.591318] Linux video capture interface: v2.00
[    0.591438] pps_core: LinuxPPS API ver. 1 registered
[    0.591446] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo 
Giometti <giome...@linux.it>
[    0.591475] PTP clock support registered
[    0.592397] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[    0.594605] NetLabel: Initializing
[    0.594623] NetLabel:  domain hash size = 128
[    0.594629] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.594782] NetLabel:  unlabeled traffic allowed by default
[    0.595488] clocksource: Switched to clocksource timer1
[    0.718671] NET: Registered protocol family 2
[    0.719618] TCP established hash table entries: 4096 (order: 2, 16384 
bytes)
[    0.719671] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.719730] TCP: Hash tables configured (established 4096 bind 4096)
[    0.719809] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.719832] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.720192] NET: Registered protocol family 1
[    0.720822] RPC: Registered named UNIX socket transport module.
[    0.720837] RPC: Registered udp transport module.
[    0.720845] RPC: Registered tcp transport module.
[    0.720851] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.721522] Unpacking initramfs...
[    1.117958] Freeing initrd memory: 5340K
[    1.118547] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 
counters available
[    1.121563] audit: initializing netlink subsys (disabled)
[    1.121663] audit: type=2000 audit(1.052:1): initialized
[    1.132024] zbud: loaded
[    1.132760] VFS: Disk quotas dquot_6.6.0
[    1.133041] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 
bytes)
[    1.135876] NFS: Registering the id_resolver key type
[    1.135956] Key type id_resolver registered
[    1.135965] Key type id_legacy registered
[    1.135995] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.136404] fuse init (API version 7.23)
[    1.137057] SGI XFS with ACLs, security attributes, realtime, no debug 
enabled
[    1.146601] Block layer SCSI generic (bsg) driver version 0.4 loaded 
(major 247)
[    1.146876] io scheduler noop registered
[    1.146895] io scheduler deadline registered
[    1.146963] io scheduler cfq registered (default)
[    1.148493] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 
568
[    1.149252] gpio-of-helper ocp:cape-universal: Allocated GPIO id=0
[    1.149419] gpio-of-helper ocp:cape-universal: Allocated GPIO id=1
[    1.149430] gpio-of-helper ocp:cape-universal: ready
[    1.151376] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
[    1.152878] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[    1.156440] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, 
base_baud = 3000000) is a 8250
[    1.992709] console [ttyS0] enabled
[    1.998523] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
[    2.005576] [drm] Initialized drm 1.1.0 20060810
[    2.011906] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 
bytes/write
[    2.019264] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 
bytes/write
[    2.026543] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 
bytes/write
[    2.033743] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 
bytes/write
[    2.044267] CAN device driver interface
[    2.095587] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    2.101763] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[    2.108373] davinci_mdio: dt: updated phy_id[0] from phy_mask[fffffffe]
[    2.123658] libphy: 4a101000.mdio: probed
[    2.127756] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, 
driver SMSC LAN8710/LAN8720
[    2.137842] cpsw 4a100000.ethernet: Detected MACID = b0:d5:xx:xx:xx:xx
[    2.144737] cpsw 4a100000.ethernet: cpts: overflow check period 2125
[    2.153250] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.160053] ehci-pci: EHCI PCI platform driver
[    2.164648] ehci-platform: EHCI generic platform driver
[    2.170157] ehci-omap: OMAP-EHCI Host Controller driver
[    2.175968] usbcore: registered new interface driver usb-storage
[    2.184281] 47401300.usb-phy supply vcc not found, using dummy regulator
[    2.195308] 47401b00.usb-phy supply vcc not found, using dummy regulator
[    2.204737] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[    2.210594] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned 
bus number 1
[    2.218921] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.225789] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    2.233069] usb usb1: Product: MUSB HDRC host driver
[    2.238071] usb usb1: Manufacturer: Linux 4.4.113-ti-r148 musb-hcd
[    2.244295] usb usb1: SerialNumber: musb-hdrc.1.auto
[    2.250232] hub 1-0:1.0: USB hub found
[    2.254182] hub 1-0:1.0: 1 port detected
[    2.268068] mousedev: PS/2 mouse device common for all mice
[    2.278331] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as 
rtc0
[    2.287053] i2c /dev entries driver
[    2.292679] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 
sec
[    2.300085] cpuidle: enable-method property 'ti,am3352' found operations
[    2.307636] omap_hsmmc 48060000.mmc: Got CD GPIO
[    2.377314] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[    2.388452] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[    2.396554] hidraw: raw HID events driver (C) Jiri Kosina
[    2.403142] usbcore: registered new interface driver usbhid
[    2.408878] usbhid: USB HID core driver
[    2.417192]  remoteproc0: wkup_m3 is available
[    2.421749]  remoteproc0: Note: remoteproc is still under development 
and considered experimental.
[    2.430770]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and 
backward compatibility isn't yet guaranteed.
[    2.444399] NET: Registered protocol family 10
[    2.450570] mip6: Mobile IPv6
[    2.453778] NET: Registered protocol family 17
[    2.458354] can: controller area network core (rev 20120528 abi 9)
[    2.464723] NET: Registered protocol family 29
[    2.469410] Key type dns_resolver registered
[    2.473803] mpls_gso: MPLS GSO support
[    2.477942] omap_voltage_late_init: Voltage driver support not added
[    2.485675] PM: Cannot get wkup_m3_ipc handle
[    2.490243] ThumbEE CPU extension supported.
[    2.494588] Registering SWP/SWPB emulation handler
[    2.499558] mmc1: MAN_BKOPS_EN bit is not set
[    2.505114] registered taskstats version 1
[    2.509529] zswap: loaded using pool lzo/zbud
[    2.518268] Btrfs loaded
[    2.522237] mmc1: new high speed MMC card at address 0001
[    2.535126] mmcblk1: mmc1:0001 S10004 3.56 GiB 
[    2.547214] mmcblk1boot0: mmc1:0001 S10004 partition 1 4.00 MiB
[    2.559858] mmcblk1boot1: mmc1:0001 S10004 partition 2 4.00 MiB
[    2.569333]  mmcblk1: p1
[    2.581915] Key type encrypted registered
[    2.589424] input: tps65217_pwr_but as 
/devices/platform/ocp/44e0b000.i2c/i2c-0/0-0024/input/input0
[    2.621621] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[    2.627657] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 
bytes/write
[    2.634668] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    2.641501]  remoteproc0: powering up wkup_m3
[    2.646024]  remoteproc0: Booting fw image am335x-pm-firmware.elf, size 
217148
[    2.653596]  remoteproc0: remote processor wkup_m3 is now up
[    2.659296] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 
0x192
[    2.670826] bone_capemgr bone_capemgr: Baseboard: 
'A335BNLT,00C0,2619BBBK3212'
[    2.678243] bone_capemgr bone_capemgr: 
compatible-baseboard=ti,beaglebone-black - #slots=4
[    2.723525] bone_capemgr bone_capemgr: slot #0: 'BLE Bluetooth 
LE,00A0,MiniTrue,BB-BLE'
[    2.771500] bone_capemgr bone_capemgr: slot #1: No cape found
[    2.815496] bone_capemgr bone_capemgr: slot #2: No cape found
[    2.859495] bone_capemgr bone_capemgr: slot #3: No cape found
[    2.865538] bone_capemgr bone_capemgr: initialized OK.
[    2.873147] PM: bootloader does not support rtc-only!
[    2.879431] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 
00:00:01 UTC (946684801)
[    2.888368] of_cfs_init
[    2.890962] of_cfs_init: OK
[    2.900986] Freeing unused kernel memory: 832K
Loading, please wait...
starting version 230
[    3.016086] random: systemd-udevd: uninitialized urandom read (16 bytes 
read, 13 bits of entropy available)
[    3.035258] random: udevadm: uninitialized urandom read (16 bytes read, 
13 bits of entropy available)
[    3.045732] random: systemd-udevd: uninitialized urandom read (16 bytes 
read, 13 bits of entropy available)
[    3.056232] random: udevadm: uninitialized urandom read (16 bytes read, 
13 bits of entropy available)
[    3.065848] random: systemd-udevd: uninitialized urandom read (16 bytes 
read, 13 bits of entropy available)
[    3.075984] random: udevadm: uninitialized urandom read (16 bytes read, 
13 bits of entropy available)
[    3.092238] random: udevadm: uninitialized urandom read (16 bytes read, 
13 bits of entropy available)
[    3.102408] random: udevadm: uninitialized urandom read (16 bytes read, 
13 bits of entropy available)
[    3.112480] random: udevadm: uninitialized urandom read (16 bytes read, 
13 bits of entropy available)
[    3.122564] random: udevadm: uninitialized urandom read (16 bytes read, 
13 bits of entropy available)
[    3.871835] bone_capemgr bone_capemgr: loader: failed to load slot-0 
BB-BLE:00A0 (prio 0)
[    5.868022] ti-pruss 4a300000.pruss: creating PRU cores and other child 
platform devices
[    5.957006] irq: no irq domain found for 
/ocp/pruss@4a300000/intc@4a320000 !
[    6.054810] irq: no irq domain found for 
/ocp/pruss@4a300000/intc@4a320000 !
[    6.186522]  remoteproc1: 4a334000.pru0 is available
[    6.191696]  remoteproc1: Note: remoteproc is still under development 
and considered experimental.
[    6.200725]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and 
backward compatibility isn't yet guaranteed.
[    6.498871]  remoteproc1: Direct firmware load for am335x-pru0-fw failed 
with error -2
[    6.506981]  remoteproc1: failed to load am335x-pru0-fw
[    6.512389] pru-rproc 4a334000.pru0: booting the PRU core manually
[    6.567752]  remoteproc1: powering up 4a334000.pru0
[    6.621448]  remoteproc1: Direct firmware load for am335x-pru0-fw failed 
with error -2
[    6.629567]  remoteproc1: request_firmware failed: -2
[    6.634676] pru-rproc 4a334000.pru0: rproc_boot failed
[    6.863850]  remoteproc1: releasing 4a334000.pru0
[    6.902326] pru-rproc: probe of 4a334000.pru0 failed with error -2
[    6.963011]  remoteproc1: 4a338000.pru1 is available
[    6.968174]  remoteproc1: Note: remoteproc is still under development 
and considered experimental.
[    6.977205]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and 
backward compatibility isn't yet guaranteed.
[    7.204005]  remoteproc1: Direct firmware load for am335x-pru1-fw failed 
with error -2
[    7.212072]  remoteproc1: failed to load am335x-pru1-fw
[    7.217488] pru-rproc 4a338000.pru1: booting the PRU core manually
[    7.264481]  remoteproc1: powering up 4a338000.pru1
[    7.280245]  remoteproc1: Direct firmware load for am335x-pru1-fw failed 
with error -2
[    7.288327]  remoteproc1: request_firmware failed: -2
[    7.293436] pru-rproc 4a338000.pru1: rproc_boot failed
[    7.298850]  remoteproc1: releasing 4a338000.pru1
[    7.303868] pru-rproc: probe of 4a338000.pru1 failed with error -2
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... 
done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.25.2
[/sbin/fsck.ext4 (1) -- /dev/mmcblk1p1] fsck.ext4 -a -C0 /dev/mmcblk1p1 
rootfs: clean, 72120/233392 files, 379314/932864 blocks
done.
[    7.539185] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data 
mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[    7.930036] systemd[1]: System time before build time, advancing clock.
[    7.966645] systemd[1]: Failed to insert module 'kdbus': Function not 
implemented
[    8.005619] 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)
[    8.024589] systemd[1]: Detected architecture arm.

Welcome to Debian GNU/Linux 8 (jessie)!

[    8.045338] systemd[1]: Set hostname to <beaglebone>.
[    8.593218] systemd[1]: Listening on fsck to fsckd communication Socket.
[  OK  ] Listening on fsck to fsckd communication Socket.
[    8.612654] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    8.624620] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    8.644429] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    8.656154] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[    8.671302] systemd[1]: Created slice System Slice.
[  OK  ] Created slice System Slice.
[    8.684650] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    8.702464] systemd[1]: Mounting /sys/kernel/debug...
         Mounting /sys/kernel/debug...
[    8.747214] systemd[1]: Starting Load Kernel Modules...

[    8.813931] systemd[1]: Set up automount Arbitrary Executable File 
Formats File System Automount Point.
[  OK  ] Set up automount Arbitrary Executab...ats File System Automount 
Point.
[    8.883114] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[    8.910996] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    8.963951] systemd[1]: Starting Create list of required static device 
nodes for the current kernel...
         Starting Create list of required st... nodes for the current 
kernel...
[    9.052210] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[    9.096716] systemd[1]: Started Dispatch Password Requests to Console 
Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[    9.144134] systemd[1]: Reached target Encrypted Volumes.
[  OK  ] Reached target Encrypted Volumes.
[    9.175067] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    9.243784] EXT4-fs (mmcblk1p1): re-mounted. Opts: errors=remount-ro
[    9.258004] systemd[1]: Mounted /sys/kernel/debug.
[  OK  ] Mounted /sys/kernel/debug.
[    9.327123] systemd[1]: Started Load Kernel Modules.
[  OK  ] Started Load Kernel Modules.
[    9.377103] systemd[1]: Started Create list of required static device 
nodes for the current kernel.
[  OK  ] Started Create list of required sta...ce nodes for the current 
kernel.
[    9.429187] systemd[1]: Started Remount Root and Kernel File Systems.
[  OK  ] Started Remount Root and Kernel File Systems.
[    9.457210] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[    9.486474] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
         Starting Load/Save Random Seed...
         Starting Flush Journal to Persistent Storage...
         Starting udev Coldplug all Devices...
         Starting Create Static Device Nodes in /dev...
         Starting Apply Kernel Variables...
         Mounting FUSE Control File System...
         Mounting Configuration File System...
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Mounted FUSE Control File System.
[  OK  ] Mounted Configuration File System.
[   10.147165] systemd-journald[647]: Received request to flush runtime 
journal from PID 1
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems.
         Starting LSB: start firewall...
         Starting Create Volatile Files and Directories...
         Starting udev Kernel Device Manager...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started LSB: start firewall.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Update UTMP about System Boot/Shutdown.
         Starting LSB: Tune IDE hard disks...
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Time Synchronized.
[  OK  ] Started LSB: Tune IDE hard disks.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Rescue Shell.
[  OK  ] Reached target Rescue Mode.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.
Welcome to rescue mode! After logging in, type "journalctl -xb" Press enter 
for maintenance(or type Control-D to continue): 
[   15.208256] random: nonblocking pool is initialized
beaglebone:~# 



-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/d2746d99-535b-4adf-a99f-22e86643ea0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to