Hello,

The wifi on my beaglebone blue doesn't seem to work anymore. It was working 
intermittently when I received the board but since I have changed the image 
it does not work anymore. 

The board is properly recognized as a beaglebone blue:

cat /proc/device-tree/model
TI AM335x BeagleBone Blue

Here is the output of version.sh

 sudo /opt/scripts/tools/version.sh
[sudo] password for debian:
git:/opt/scripts/:[70edebd65fe6ea7de16ea8efe3c48b2a4062034a]
eeprom:[A335BNLTBLA21722EL002119]
model:[TI_AM335x_BeagleBone_Blue]
dogtag:[BeagleBoard.org Debian Image 2018-03-25]
bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot 
2018.03-00003-g1457d71f02]:[location: dd MBR]
bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot 
2018.03-00002-g254339602c]:[location: dd MBR]
kernel:[4.9.88-ti-r107]
nodejs:[v6.13.1]
uboot_overlay_options:[enable_uboot_overlays=1]
uboot_overlay_options:[disable_uboot_overlay_adc=1]
uboot_overlay_options:[uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-9-TI-00A0.dtbo]
uboot_overlay_options:[enable_uboot_cape_universal=1]
pkg:[bb-cape-overlays]:[4.4.20180322.0-0rcnee0~stretch+20180322]
pkg:[bb-wl18xx-firmware]:[1.20170829-0rcnee2~stretch+20180104]
pkg:[firmware-ti-connectivity]:[20170823-1rcnee0~stretch+20170830]
groups:[debian : debian adm kmem dialout cdrom floppy audio dip video 
plugdev users systemd-journal i2c bluetooth netdev cloud9ide gpio pwm eqep 
admin spi tisdk weston-launch xenomai]
cmdline:[console=ttyO0,115200n8 bone_capemgr.uboot_capemgr_enabled=1 
root=/dev/mmcblk0p1 ro rootfstype=ext4 rootwait coherent_pool=1M 
net.ifnames=0 quiet]
dmesg | grep pinctrl-single
[ 1.413508] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
dmesg | grep gpio-of-helper

The wifi interface is not there:
debian@beaglebone:~$ ls /sys/class/net/
can0 lo usb0 usb1

And finally here is the output of dmesg

root@beaglebone:/opt/scripts/tools# dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.88-ti-r107 (root@b2-am57xx-beagle-x15-2gb) 
(gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP PREEMPT Sat 
Mar 24 05:52:01 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 Blue
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    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 c14ea240, node_mem_map 
df961000
[    0.000000]   Normal zone: 1148 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 15 pages/cpu @df8fc000 s31884 r8192 d21364 
u61440
[    0.000000] pcpu-alloc: s31884 r8192 d21364 u61440 alloc=15*4096
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  
Total pages: 129412
[    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: 439160K/522240K available (12288K kernel code, 1157K 
rwdata, 4376K rodata, 1024K init, 752K bss, 33928K reserved, 49152K 
cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xe0000000 - 0xff800000   ( 504 MB)
                   lowmem  : 0xc0000000 - 0xdfe00000   ( 510 MB)
                   pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                   modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                     .text : 0xc0008000 - 0xc0d00000   (13280 kB)
                     .init : 0xc1300000 - 0xc1400000   (1024 kB)
                     .data : 0xc1400000 - 0xc15216f8   (1158 kB)
                      .bss : 0xc1523000 - 0xc15df030   ( 753 kB)
[    0.000000] Preemptible 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.000026] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 
89478484971ns
[    0.000049] clocksource: timer1: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 79635851949 ns
[    0.000060] OMAP clocksource: timer1 at 24000000 Hz
[    0.002001] clocksource_probe: no matching clocksources found
[    0.002600] Console: colour dummy device 80x30
[    0.002628] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[    0.002634] This ensures that you still see kernel messages. Please
[    0.002639] update your kernel commandline.
[    0.002659] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
[    0.020510] pid_max: default: 32768 minimum: 301
[    0.020804] Security Framework initialized
[    0.020816] Yama: becoming mindful.
[    0.020875] AppArmor: AppArmor initialized
[    0.021087] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.021098] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 
bytes)
[    0.022308] CPU: Testing write buffer coherency: ok
[    0.022378] ftrace: allocating 39793 entries in 117 pages
[    0.135301] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.135368] Setting up static identity map for 0x80100000 - 0x80100060
[    0.167592] EFI services will not be available.
[    0.180506] Brought up 1 CPUs
[    0.180521] SMP: Total of 1 processors activated (995.32 BogoMIPS).
[    0.180528] CPU: All CPU(s) started in SVC mode.
[    0.182142] devtmpfs: initialized
[    0.224844] VFP support v0.3: implementor 41 architecture 3 part 30 
variant c rev 3
[    0.225386] clocksource: jiffies: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.225412] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.229157] xor: measuring software checksum speed
[    0.268529]    arm4regs  :  1217.000 MB/sec
[    0.308476]    8regs     :  1091.000 MB/sec
[    0.348475]    32regs    :  1088.000 MB/sec
[    0.388473]    neon      :  1658.000 MB/sec
[    0.388480] xor: using function: neon (1658.000 MB/sec)
[    0.388498] pinctrl core: initialized pinctrl subsystem
[    0.390029] NET: Registered protocol family 16
[    0.393895] DMA: preallocated 1024 KiB pool for atomic coherent 
allocations
[    0.472098] omap_hwmod: debugss: _wait_target_disable failed
[    0.524525] cpuidle: using governor ladder
[    0.536503] cpuidle: using governor menu
[    0.545408] OMAP GPIO hardware version 0.1
[    0.552428] GPIO line 106 (LS_BUF_EN) hogged as output/high
[    0.571905] No ATAGs?
[    0.571931] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.572848] omap4_sram_init:Unable to allocate sram needed to handle 
errata I688
[    0.572864] omap4_sram_init:Unable to get sram pool needed to handle 
errata I688
[    0.684543] raid6: neonx2   gen()  1902 MB/s
[    0.752520] raid6: neonx2   xor()  1172 MB/s
[    0.752528] raid6: using algorithm neonx2 gen() 1902 MB/s
[    0.752534] raid6: .... xor() 1172 MB/s, rmw enabled
[    0.752540] raid6: using intx1 recovery algorithm
[    0.762774] edma 49000000.edma: TI EDMA DMA engine driver
[    0.769459] SCSI subsystem initialized
[    0.772668] libata version 3.00 loaded.
[    0.773037] usbcore: registered new interface driver usbfs
[    0.773118] usbcore: registered new interface driver hub
[    0.773246] usbcore: registered new device driver usb
[    0.774000] omap_i2c 44e0b000.i2c: could not find pctldev for node 
/ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring 
probe
[    0.774056] omap_i2c 4802a000.i2c: could not find pctldev for node 
/ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_P9_17_i2c_pin, deferring 
probe
[    0.774097] omap_i2c 4819c000.i2c: could not find pctldev for node 
/ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring 
probe
[    0.774248] media: Linux media interface: v0.10
[    0.774306] Linux video capture interface: v2.00
[    0.774390] pps_core: LinuxPPS API ver. 1 registered
[    0.774397] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo 
Giometti <[email protected]>
[    0.774420] PTP clock support registered
[    0.775326] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[    0.776183] Advanced Linux Sound Architecture Driver Initialized.
[    0.777073] NetLabel: Initializing
[    0.777084] NetLabel:  domain hash size = 128
[    0.777088] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.777160] NetLabel:  unlabeled traffic allowed by default
[    0.777854] clocksource: Switched to clocksource timer1
[    0.908233] VFS: Disk quotas dquot_6.6.0
[    0.908351] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 
bytes)
[    0.908770] AppArmor: AppArmor Filesystem Enabled
[    0.924155] NET: Registered protocol family 2
[    0.925196] TCP established hash table entries: 4096 (order: 2, 16384 
bytes)
[    0.925243] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.925302] TCP: Hash tables configured (established 4096 bind 4096)
[    0.925383] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.925403] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.925605] NET: Registered protocol family 1
[    0.934675] RPC: Registered named UNIX socket transport module.
[    0.934685] RPC: Registered udp transport module.
[    0.934690] RPC: Registered tcp transport module.
[    0.934695] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.934712] PCI: CLS 0 bytes, default 64
[    0.935437] Unpacking initramfs...
[    1.089885] random: fast init done
[    1.393487] Freeing initrd memory: 6356K
[    1.394285] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 
counters available
[    1.397431] audit: initializing netlink subsys (disabled)
[    1.397529] audit: type=2000 audit(1.324:1): initialized
[    1.403256] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    1.403434] zbud: loaded
[    1.408717] NFS: Registering the id_resolver key type
[    1.408760] Key type id_resolver registered
[    1.408766] Key type id_legacy registered
[    1.408783] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.409190] fuse init (API version 7.26)
[    1.409638] orangefs_debugfs_init: called with debug mask: :none: :0:
[    1.410028] orangefs_init: module version upstream loaded
[    1.410036] SGI XFS with ACLs, security attributes, realtime, no debug 
enabled
[    1.430754] Key type asymmetric registered
[    1.430770] Asymmetric key parser 'x509' registered
[    1.430905] Block layer SCSI generic (bsg) driver version 0.4 loaded 
(major 245)
[    1.435241] io scheduler noop registered
[    1.435252] io scheduler deadline registered
[    1.435355] io scheduler cfq registered (default)
[    1.437184] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 
568
[    1.446499] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
[    1.448161] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[    1.451580] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, 
base_baud = 3000000) is a 8250
[    1.464491] console [ttyS0] enabled
[    1.465555] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 159, 
base_baud = 3000000) is a 8250
[    1.466662] 48024000.serial: ttyS2 at MMIO 0x48024000 (irq = 160, 
base_baud = 3000000) is a 8250
[    1.467599] 481a6000.serial: ttyS3 at MMIO 0x481a6000 (irq = 161, 
base_baud = 3000000) is a 8250
[    1.468392] 481a8000.serial: ttyS4 at MMIO 0x481a8000 (irq = 162, 
base_baud = 3000000) is a 8250
[    1.469244] 481aa000.serial: ttyS5 at MMIO 0x481aa000 (irq = 163, 
base_baud = 3000000) is a 8250
[    1.471983] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
[    1.472304] [drm] Initialized
[    1.481762] libphy: Fixed MDIO Bus: probed
[    1.482987] CAN device driver interface
[    1.484412] c_can_platform 481d0000.can: c_can_platform device 
registered (regs=fa1d0000, irq=171)
[    1.486897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.486956] ehci-pci: EHCI PCI platform driver
[    1.487047] ehci-platform: EHCI generic platform driver
[    1.487298] ehci-omap: OMAP-EHCI Host Controller driver
[    1.487974] usbcore: registered new interface driver usb-storage
[    1.490981] 47401300.usb-phy supply vcc not found, using dummy regulator
[    1.497370] 47401b00.usb-phy supply vcc not found, using dummy regulator
[    1.501369] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[    1.501414] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus 
number 1
[    1.501782] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.501793] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.501801] usb usb1: Product: MUSB HDRC host driver
[    1.501941] usb usb1: Manufacturer: Linux 4.9.88-ti-r107 musb-hcd
[    1.501949] usb usb1: SerialNumber: musb-hdrc.1
[    1.502998] hub 1-0:1.0: USB hub found
[    1.503060] hub 1-0:1.0: 1 port detected
[    1.516931] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as 
rtc0
[    1.518625] i2c /dev entries driver
[    1.520645] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 
sec
[    1.522284] cpuidle: enable-method property 'ti,am3352' found operations
[    1.523509] omap_hsmmc 48060000.mmc: Got CD GPIO
[    1.656110] mmc1: new high speed MMC card at address 0001
[    1.661384] mmcblk1: mmc1:0001 S10004 3.56 GiB
[    1.666110] mmcblk1boot0: mmc1:0001 S10004 partition 1 4.00 MiB
[    1.670705] mmcblk1boot1: mmc1:0001 S10004 partition 2 4.00 MiB
[    1.672200]  mmcblk1: p1
[    1.725433] ledtrig-cpu: registered to indicate activity on CPUs
[    1.727225] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[    1.729547] omap-aes 53500000.aes: will run requests pump with realtime 
priority
[    1.732060] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[    1.734732] hidraw: raw HID events driver (C) Jiri Kosina
[    1.736570] usbcore: registered new interface driver usbhid
[    1.736578] usbhid: USB HID core driver
[    1.737028] remoteproc remoteproc0: wkup_m3 is available
[    1.741789] wireguard: WireGuard 0.0.20180304 loaded. See 
www.wireguard.com for information.
[    1.742159] wireguard: Copyright (C) 2015-2018 Jason A. Donenfeld 
<[email protected]>. All Rights Reserved.
[    1.742543] NET: Registered protocol family 10
[    1.747907] mip6: Mobile IPv6
[    1.747931] NET: Registered protocol family 17
[    1.747950] can: controller area network core (rev 20120528 abi 9)
[    1.748021] NET: Registered protocol family 29
[    1.748155] Key type dns_resolver registered
[    1.748162] mpls_gso: MPLS GSO support
[    1.748481] omap_voltage_late_init: Voltage driver support not added
[    1.755661] PM: Cannot get wkup_m3_ipc handle
[    1.760375] ThumbEE CPU extension supported.
[    1.760403] Registering SWP/SWPB emulation handler
[    1.761437] registered taskstats version 1
[    1.761570] zswap: loaded using pool lzo/zbud
[    1.767656] Btrfs loaded, crc32c=crc32c-generic
[    1.806346] Key type encrypted registered
[    1.806373] AppArmor: AppArmor sha1 policy hashing enabled
[    1.851422] input: tps65217_pwr_but as 
/devices/platform/ocp/44e0b000.i2c/i2c-0/0-0024/tps65217-pwrbutton/input/input0
[    1.851992] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[    1.852514] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 
bytes/write
[    1.852606] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    1.854419] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 400 kHz
[    1.855941] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 400 kHz
[    1.857315] remoteproc remoteproc0: powering up wkup_m3
[    1.857978] remoteproc remoteproc0: Booting fw image 
am335x-pm-firmware.elf, size 217168
[    1.859095] PM: Cannot get wkup_m3_ipc handle
[    1.863920] remoteproc remoteproc0: remote processor wkup_m3 is now up
[    1.863940] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 
0x193
[    1.865206] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 
00:00:00 UTC (946684800)
[    1.865222] of_cfs_init
[    1.865370] of_cfs_init: OK
[    1.866628] PM: Hibernation image not present or could not be loaded.
[    1.866765] wlan-en-regulator: disabling
[    1.866781] ALSA device list:
[    1.866787]   No soundcards found.
[    1.868973] Freeing unused kernel memory: 1024K
[    5.425956] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data 
mode. Opts: (null)
[    5.831322] systemd[1]: System time before build time, advancing clock.
[    5.887091] ip_tables: (C) 2000-2006 Netfilter Core Team
[    5.921751] 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)
[    5.922711] systemd[1]: Detected architecture arm.
[    5.928951] systemd[1]: Set hostname to <beaglebone>.
[    6.509683] systemd[1]: Reached target Swap.
[    6.512035] systemd[1]: Created slice User and Session Slice.
[    6.512522] systemd[1]: Listening on Syslog Socket.
[    6.512688] systemd[1]: Reached target Remote File Systems.
[    6.513153] systemd[1]: Started Forward Password Requests to Wall 
Directory Watch.
[    6.513519] systemd[1]: Listening on /dev/initctl Compatibility Named 
Pipe.
[    6.514251] systemd[1]: Listening on Journal Socket.
[    6.642079] EXT4-fs (mmcblk1p1): re-mounted. Opts: errors=remount-ro
[    6.891011] eqep 48300180.eqep: ver. 1.0
[    6.891239] eqep 48300180.eqep: count_mode:0
[    6.891251] eqep 48300180.eqep: invert_qa:1
[    6.891260] eqep 48300180.eqep: invert_qb:1
[    6.891268] eqep 48300180.eqep: invert_qi:0
[    6.891277] eqep 48300180.eqep: invert_qs:0
[    6.891285] eqep 48300180.eqep: swap_inputs:0
[    6.891294] eqep 48300180.eqep: QDECCTL:0x0180
[    6.891302] eqep 48300180.eqep: QPOSINIT:0x00000000
[    6.891310] eqep 48300180.eqep: QPOSMAX:0xffffffff
[    6.891318] eqep 48300180.eqep: QPOSCNT:0x00000000
[    6.891327] eqep 48300180.eqep: omit_interrupt:0
[    6.891334] eqep 48300180.eqep: QEINT:0x0800
[    6.891342] eqep 48300180.eqep: QUPRD:0x05f5e100
[    6.891349] eqep 48300180.eqep: QEPCTL:0x009e write
[    6.891357] eqep 48300180.eqep: QEPCTL:0x009e read
[    6.891384] eqep 48300180.eqep: irq:184, clk_rate:100000000
[    6.892212] PM: bootloader does not support rtc-only!
[    6.892837] eqep 48302180.eqep: ver. 1.0
[    6.893048] eqep 48302180.eqep: count_mode:0
[    6.893059] eqep 48302180.eqep: invert_qa:1
[    6.893068] eqep 48302180.eqep: invert_qb:1
[    6.893077] eqep 48302180.eqep: invert_qi:0
[    6.893085] eqep 48302180.eqep: invert_qs:0
[    6.893094] eqep 48302180.eqep: swap_inputs:0
[    6.893103] eqep 48302180.eqep: QDECCTL:0x0180
[    6.893111] eqep 48302180.eqep: QPOSINIT:0x00000000
[    6.893119] eqep 48302180.eqep: QPOSMAX:0xffffffff
[    6.893127] eqep 48302180.eqep: QPOSCNT:0x00000000
[    6.893136] eqep 48302180.eqep: omit_interrupt:0
[    6.893144] eqep 48302180.eqep: QEINT:0x0800
[    6.893151] eqep 48302180.eqep: QUPRD:0x05f5e100
[    6.893159] eqep 48302180.eqep: QEPCTL:0x009e write
[    6.893166] eqep 48302180.eqep: QEPCTL:0x009e read
[    6.893190] eqep 48302180.eqep: irq:185, clk_rate:100000000
[    6.898396] eqep 48304180.eqep: ver. 1.0
[    6.898615] eqep 48304180.eqep: count_mode:0
[    6.898627] eqep 48304180.eqep: invert_qa:1
[    6.898636] eqep 48304180.eqep: invert_qb:1
[    6.898645] eqep 48304180.eqep: invert_qi:0
[    6.898653] eqep 48304180.eqep: invert_qs:0
[    6.898662] eqep 48304180.eqep: swap_inputs:0
[    6.898670] eqep 48304180.eqep: QDECCTL:0x0180
[    6.898679] eqep 48304180.eqep: QPOSINIT:0x00000000
[    6.898686] eqep 48304180.eqep: QPOSMAX:0xffffffff
[    6.898694] eqep 48304180.eqep: QPOSCNT:0x00000000
[    6.898703] eqep 48304180.eqep: omit_interrupt:0
[    6.898710] eqep 48304180.eqep: QEINT:0x0800
[    6.898718] eqep 48304180.eqep: QUPRD:0x05f5e100
[    6.898725] eqep 48304180.eqep: QEPCTL:0x009e write
[    6.898732] eqep 48304180.eqep: QEPCTL:0x009e read
[    6.898758] eqep 48304180.eqep: irq:186, clk_rate:100000000
[    7.969171] systemd-journald[308]: Received request to flush runtime 
journal from PID 1
[   12.872664] nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
[   16.109800] using random self ethernet address
[   16.109973] using random host ethernet address
[   16.183918] using random self ethernet address
[   16.183938] using random host ethernet address
[   16.353145] Mass Storage Function, version: 2009/09/11
[   16.353171] LUN: removable file: (no medium)
[   16.517524] usb0: HOST MAC 50:65:83:69:34:74
[   16.522131] usb0: MAC 50:65:83:69:34:75
[   16.523631] usb1: HOST MAC 50:65:83:69:34:77
[   16.526644] usb1: MAC 50:65:83:69:34:78
[   16.985460] configfs-gadget gadget: high-speed config #1: c
[   17.195472] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[   17.383294] IPv6: ADDRCONF(NETDEV_UP): usb1: link is not ready
[   17.561801] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready
[   18.722182] IPv6: ADDRCONF(NETDEV_CHANGE): usb1: link becomes ready
[   23.839988] random: crng init done
[   26.764936] ti-pruss 4a300000.pruss: creating PRU cores and other child 
platform devices
[   26.889542] remoteproc remoteproc1: 4a334000.pru0 is available
[   26.889658] pru-rproc 4a334000.pru0: PRU rproc node 
/ocp/pruss_soc_bus@4a326000/pruss@4a300000/pru@4a334000 probed successfully
[   26.939787] remoteproc remoteproc2: 4a338000.pru1 is available
[   26.939935] pru-rproc 4a338000.pru1: PRU rproc node 
/ocp/pruss_soc_bus@4a326000/pruss@4a300000/pru@4a338000 probed successfully
[   29.742318] Bluetooth: Core ver 2.22
[   29.742526] NET: Registered protocol family 31
[   29.742535] Bluetooth: HCI device and connection manager initialized
[   29.742565] Bluetooth: HCI socket layer initialized
[   29.742581] Bluetooth: L2CAP socket layer initialized
[   29.742634] Bluetooth: SCO socket layer initialized
[   29.780215] Bluetooth: HCI UART driver ver 2.3
[   29.780237] Bluetooth: HCI UART protocol H4 registered
[   29.780243] Bluetooth: HCI UART protocol BCSP registered
[   29.780249] Bluetooth: HCI UART protocol LL registered
[   29.780255] Bluetooth: HCI UART protocol ATH3K registered
[   29.780260] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   29.780628] Bluetooth: HCI UART protocol Broadcom registered
[   29.780637] Bluetooth: HCI UART protocol QCA registered
[   30.178163] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   30.178180] Bluetooth: BNEP filters: protocol multicast
[   30.178215] Bluetooth: BNEP socket layer initialized
[  121.802338] systemd[1]: apt-daily-upgrade.timer: Adding 7min 41.687045s 
random time.

Any pointers as to what could be the issue would be greatly appreciated.

Thanks,
Emmanuel

-- 
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/eb1c670c-824c-4cea-858f-cd69c41ac4ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to