Git Product home page Git Product logo

balena-beaglebone's Introduction

[Deprecated] balenaOS Website & Documentation

This repository's contents have been migrated to https://github.com/balena-io/resin-site/

Both the balenaOS website and the balenaOS Docs are now being built at https://github.com/balena-io/resin-site/

If you don't have access to the repository to make a pull request and suggest changes, please make a new issue on the balena-io/docs repository.

For any changes or suggestions about balenaOS on supported device types or meta-balena in general, please open an issue on the respective repository in https://github.com/balena-os/. There will be a repostiory associated with each device type with the format balena-<deviceType>. For example, raspberrypi devices have balena-raspberrypi or Intel devices have balena-intel.

For issues, with the base yocto layer for building balenaOS or generally about balenaOS, head on to meta-balena

Links:

balena-beaglebone's People

Contributors

acostach avatar agherzan avatar alexgg avatar balena-ci avatar balena-renovate[bot] avatar emirotin avatar floion avatar flowzone-app[bot] avatar jonth4 avatar klutchell avatar majorz avatar markcorbinuk avatar michal-mazurek avatar murdoa avatar nazrhom avatar page- avatar perezmeyer avatar petrosagg avatar rafq77 avatar renovate-bot avatar renovate[bot] avatar robertgzr avatar spanceac avatar telphan avatar vicgal avatar willnewton avatar zubairlk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

balena-beaglebone's Issues

Kernel audit seems to be enabled?

Looking at journal logs for a 2.7.5 device, there were a lot of "AUDIT" messages in the logs. It would be good to check if latest versions also have this enabled, and disable it since it only floods the logs.

Front logo Front conversations

Request support for Beaglebone-Black OS versioning .

Previously the client were flash with balena-beaglebone-v2.29.0+rev1
i wanted to add the version my app to latest using balena-cloud-beaglebone-black-2.47.1+rev1

somehow the OS cannot RUN apt-get update apt-get install * to install necessary package needed for my application, the instruction executed with the Dockerfile.template

git , npm , node this is some of my package used in the application .

Here I attached the dockerfile for the app with v2.29.0+rev1& v2.47.1+rev1

Dockerfile_template.txt

&

Dockerfile_template_newOS.txt

Automatic detection of SD card and boot from there if it's a resin image

If an SD card is inserted that looks like an OS image as it's set up in resin, boot from there, without requiring the pressing of the USER button on start. This would enable interactionless image install on the BeagleBone boards, and also relevant for running from the SD card directly (https://github.com/resin-io/hq/issues/369). It should be able to do the following with careful choices of the uboot parameters.

One possible issue is supporting boards with factory-default setup/uboot, and different locations where the uboot is possibly stored.

For reference, the a beaglebone image builder project with relevant scripts is here: https://github.com/RobertCNelson/omap-image-builder

Front logo Front conversations

Octalbonescript doesn't work on latest BBB image

Using this repo (https://gitlab.com/natecontrols-public/resin-octalbonescript-poc.git) to reproduce the issue. One can see that GPIO and UART is correctly initiated, and the code runs as follows:
On resinOS 2.4.2

16.02.18 10:32:16 (+0000) /sbin/udevd
16.02.18 10:32:26 (+0000) GPIO in opened.
16.02.18 10:32:26 (+0000) Serial port opened.

but on ResinOS v2.7.5

16.02.18 10:30:55 (+0000) /sbin/udevd
16.02.18 10:31:04 (+0000)
16.02.18 10:31:04 (+0000) /usr/src/app/node_modules/octalbonescript/lib/bone.js:289
16.02.18 10:31:04 (+0000)                 throw new verror(err2, 'Write to CapeMgr slots failed');
16.02.18 10:31:04 (+0000)                 ^
16.02.18 10:31:04 (+0000) VError: Write to CapeMgr slots failed: EEXIST: file already exists, write
16.02.18 10:31:04 (+0000)   at onWriteSlots (/usr/src/app/node_modules/octalbonescript/lib/bone.js:289:23)
16.02.18 10:31:04 (+0000)   at onReadSlots (/usr/src/app/node_modules/octalbonescript/lib/bone.js:280:17)
16.02.18 10:31:04 (+0000)   at readSlots (/usr/src/app/node_modules/octalbonescript/lib/bone.js:260:13)
16.02.18 10:31:04 (+0000)   at Object.load_dt_sync (/usr/src/app/node_modules/octalbonescript/lib/bone.js:251:9)
16.02.18 10:31:04 (+0000)   at Object.load_universal_cape (/usr/src/app/node_modules/octalbonescript/lib/bone.js:144:24)
16.02.18 10:31:04 (+0000)   at Object.<anonymous> (/usr/src/app/node_modules/octalbonescript/index.js:37:18)
16.02.18 10:31:04 (+0000)   at Module._compile (module.js:570:32)
16.02.18 10:31:04 (+0000)   at Object.Module._extensions..js (module.js:579:10)
16.02.18 10:31:04 (+0000)   at Module.load (module.js:487:32)
16.02.18 10:31:04 (+0000)   at tryModuleLoad (module.js:446:12)
16.02.18 10:31:04 (+0000)   at Function.Module._load (module.js:438:3)
16.02.18 10:31:04 (+0000)   at Module.require (module.js:497:17)
16.02.18 10:31:04 (+0000)   at require (internal/module.js:20:19)
16.02.18 10:31:04 (+0000)   at Object.<anonymous> (/usr/src/app/index.js:1:82)
16.02.18 10:31:04 (+0000)   at Module._compile (module.js:570:32)
16.02.18 10:31:04 (+0000)   at Object.Module._extensions..js (module.js:579:10)
16.02.18 10:31:04 (+0000)   at Module.load (module.js:487:32)
16.02.18 10:31:04 (+0000)   at tryModuleLoad (module.js:446:12)
16.02.18 10:31:04 (+0000)   at Function.Module._load (module.js:438:3)
16.02.18 10:31:04 (+0000)   at Module.runMain (module.js:604:10)
16.02.18 10:31:04 (+0000)   at run (bootstrap_node.js:383:7)
16.02.18 10:31:04 (+0000)   at startup (bootstrap_node.js:149:9)
16.02.18 10:31:04 (+0000)   at bootstrap_node.js:496:3

Front logo Front conversations

Beaglebone uboot is sensitive to noise on UART0, might hang on boot

Reported that BeagleBone Black uboot is sensitive to spurious noise on UART0 during boot, as noise might be interpreted as stop string.

See messages:

The solution seems to be adjusting the uboot to be more resilient to noise, for example

CONFIG_AUTOBOOT_KEYED=y
CONFIG_AUTOBOOT_DELAY_STR="uboot"

or using the header files

#define CONFIG_AUTOBOOT_KEYED   1 
#define CONFIG_AUTOBOOT_DELAY_STR "uboot"

I guess the value of that string can be other values too, it's arbitrary just expect something. In the latest upstream u-boot there are some things like this implemented in uboot defconfig files since about the v2015.07 release, and for BeagleBone specifically since v2016.03 (current resin version seems to use v2014.07).

Front logo Front conversations

Faulty RTC will cause various symptoms on BBGW

We have 2 Beaglebone Green Wireless Revision 1.0 boards. One on of them, the rtc works properly, on the other the date cannot be set, seconds don't increment, always displays 00 even after chrony got the date and time:

root@d175172:~# timedatectl
Local time: Thu 2020-03-12 13:35:42 UTC
Universal time: Thu 2020-03-12 13:35:42 UTC
RTC time: Sat 2000-01-01 00:00:00
Time zone: n/a (UTC, +0000)
System clock synchronized: yes
NTP service: n/a
RTC in local TZ: no

root@d175172:~# hwclock
Sat Jan 1 00:00:00 2000 0.000000 seconds

Various reports about this exist over the internet, many explained by the issue: oscillator not working.

The symptoms are:

  • hwclock not incrementing time
  • journalctl --list-boots listing a single boot on the faulty boards
  • leds staying on after the board was shutdown, because the rtc did not trigger the PMIC to cut the power. In this case board needs to be unplugged manually.

Cannot boot v2.26.0+rev1

Hi,

I just tried newly released v2.26.0+rev1 on staging. However the beaglebone isn't able to boot. Uboot keeps printing:

U-Boot SPL 2018.01-geac41e26ac (Nov 23 2018 - 09:38:17)
Trying to boot from MMC1

I did use a dev image, all other complete standard.

Thanks.

U-Boot Overlays / Cape Manager

It seems the Kernel Overlays and Cape Manager are now deprecated in favor of U-Boot overlays:

Related reading:

For what it's worth, I can only load cape-universal on ResinOS 2.12.3 by echoing to /sys/devices/platform/bone_capemgr/slots. Others (e.g. cape-universaln) worked on ResinOS 2.4.2.

It seems to be under active development, and require new/specific versions of U-Boot and the bb-cape-overlays package. This is way outside my area of expertise, so playing around with uEnv_internal.txt didn't yield much.

I suspect #138 is related to this as well.

Is this supported new way of doing things supported on ResinOS?

Front logo Front conversations

Front logo Front conversations

BBG device no longer provisions when using BBB resinOS image

Before resinOS 1.6 (I think) the BBB image used to work without issues on the BBG (not to be confused with the BBGW, which is a different board). It now appears that we are not able to provision a BBG.

As a side note, it appears that one can provision a BBG into a BBGW app but the BBG has to be connected via wifi, ethernet does not work at all.

Apparently we need a custom dtb for the BBG, so I think the decision was to create a new device type.

Front logo Front conversations

Install missing latest BT firmware for BBGW

The latest BT firmware for BeagleBone Green Wifi seems to be using TIInit_11.8.32.bts, but we don't ship that. Since user applications can't very well pull in firmware (because of shadowing /lib/firmware, we should definitely install it. Also, it's almost 2 years old now. :)

Looks like the file has a number of different versions, the one installed from this repo appears to be working (done some device scanning as test, but that's all): https://github.com/rcn-ee/repos

Front logo Front conversations

No logo displayed on reboot/shutdown

Steps to reproduce issue

Connect to the HDMI connected to a monitor

  1. Boot the device.
  2. Reboot the device
  3. Shutdown the device

Expected result

  1. Resin logo splash screen should be visible during boot-up.
  2. Resin logo splash screen should be visible when the board initiates reboot.
  3. Resin logo splash screen should be visible when the board initiates shutdown.

Actual result

No logo on reboot/shutdown

Other information

Beaglebone green wifi kernel panic when shutting down the flasher image

Observed on v2.29.2+rev3

[ 196.603221] systemd-shutdow: 37 output lines suppressed due to ratelimiting
[ 196.641234] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 196.668642] systemd-journald[396]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 196.691878] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 196.717662] systemd-shutdown[1]: Unmounting file systems.
[ 196.725063] systemd-shutdown[1]: Remounting '/mnt/boot' read-only with options 'fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro'.
[ 196.741730] systemd-shutdown[1]: Unmounting /mnt/boot.
[ 196.762349] systemd-shutdown[1]: Remounting '/mnt/boottmp' read-only with options 'size=5120k'.
[ 196.776674] systemd-shutdown[1]: Unmounting /mnt/boottmp.
[ 196.792521] systemd-shutdown[1]: Remounting '/' read-only with options 'data=ordered'.
[ 196.812126] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered
[ 196.818451] systemd-shutdown[1]: Remounting '/' read-only with options 'data=ordered'.
[ 196.828870] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered
[ 196.835035] systemd-shutdown[1]: Remounting '/' read-only with options 'data=ordered'.
[ 196.843952] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered
[ 196.888867] reboot: Power down
[ 196.892066] System will go to power_off state in approx. 1 second
[ 199.386834] rtc_power_off failed, bailing out.
[ 199.408698] systemd-shutdow: 8 output lines suppressed due to ratelimiting
[ 199.416191] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000000
[ 199.416191]
[ 199.425423] CPU: 0 PID: 1 Comm: systemd-shutdow Not tainted 4.14.53+ #2
[ 199.432090] Hardware name: Generic AM33XX (Flattened Device Tree)
[ 199.438310] [] (unwind_backtrace) from [] (show_stack+0x20/0x24)
[ 199.446139] [] (show_stack) from [] (dump_stack+0x80/0x94)
[ 199.453439] [] (dump_stack) from [] (panic+0x100/0x28c)
[ 199.460481] [] (panic) from [] (complete_and_exit+0x0/0x2c)
[ 199.467870] [] (complete_and_exit) from [] (SyS_reboot+0x16c/0x22c)
[ 199.475962] [] (SyS_reboot) from [] (ret_fast_syscall+0x0/0x54)
[ 199.483728] Rebooting in 1 seconds..

5.4 kernel is randomly not able to detect the PHY on a BBB industrial

The exact device where this was reported is:

https://www.cnx-software.com/2016/01/28/beaglebone-black-industrial-4g-is-red-and-offers-an-extended-temperature-range/

On 4.14 (previous OS):

May 20 07:32:39 localhost kernel: davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
May 20 07:32:39 localhost kernel: davinci_mdio 4a101000.mdio: detected phy mask fffffffb
May 20 07:32:39 localhost kernel: MDIO: davinci_mdio: dt: updated phy_id[2] from phy_mask[fffffffb]
May 20 07:32:39 localhost kernel: libphy: 4a101000.mdio: probed
May 20 07:32:39 localhost kernel: davinci_mdio 4a101000.mdio: phy[2]: device 4a101000.mdio:02, driver SMSC LAN8710/LAN8720

On 5.4 (new OS):

May 20 07:47:29 localhost kernel: libphy: Fixed MDIO Bus: probed
May 20 07:47:29 localhost kernel: davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
May 20 07:47:29 localhost kernel: mdio_bus 4a101000.mdio: MDIO device at address 0 is missing

We are still gathering details to help pinpoint the versions, but this would probably need a reboot loop test with ethernet check.

mmc errors

Observed while deploying an app on the beaglebone black:

root@beaglebone:~# [ 533.797044] mmcqd/1: page allocation failure: order:2, mode:0x2204020
[ 533.803549] CPU: 0 PID: 94 Comm: mmcqd/1 Not tainted 4.4.9+ #1
[ 533.809407] Hardware name: Generic AM33XX (Flattened Device Tree)
[ 533.815568] from
[ 533.823357] from
[ 533.830629] from
[ 533.838588] from
[ 533.847688] from
[ 533.856867] from
[ 533.864910] from
[ 533.872875] from
[ 533.881712] from
[ 533.890455] from
[ 533.899282] from
[ 533.907586] from
[ 533.915976] from
[ 533.924714] from
[ 533.933110] from
[ 533.940724] from
[ 533.947975] Mem-Info:
[ 533.950268] active_anon:44582 inactive_anon:2101 isolated_anon:0
[ 533.950268] active_file:32754 inactive_file:33078 isolated_file:0
[ 533.950268] unevictable:0 dirty:2406 writeback:4010 unstable:0
[ 533.950268] slab_reclaimable:7715 slab_unreclaimable:1871
[ 533.950268] mapped:6584 shmem:2140 pagetables:334 bounce:0
[ 533.950268] free:883 free_pcp:47 free_cma:0
[ 533.983803] Normal free:3532kB min:2824kB low:3528kB high:4236kB active_anon:178328kB inactive_anon:8404kB active_file:131016kB inactive_file:132312kB unevictable:0kB isolated(anon):0kB isolated(file):0kB pro
[ 534.029776] lowmem_reserve[]: 0 0 0
[ 534.033303] Normal: 273_4kB (UE) 305_8kB (U) 0_16kB 0_32kB 0_64kB 0_128kB 0_256kB 0_512kB 0_1024kB 0_2048kB 0_4096kB 0_8192kB = 3532kB
[ 534.045543] 67977 total pagecache pages
[ 534.049398] 0 pages in swap cache
[ 534.052725] Swap cache stats: add 0, delete 0, find 0/0
[ 534.057968] Free swap = 0kB
[ 534.060856] Total swap = 0kB
[ 534.063745] 130560 pages RAM
[ 534.066633] 0 pages HighMem/MovableOnly
[ 534.070480] 5628 pages reserved
[ 534.073630] 6144 pages cma reserved
[ 534.077345] edma 49000000.edma: edma_prep_slave_sg: Failed to allocate a descriptor
[ 534.085083] omap_hsmmc 481d8000.mmc: prep_slave_sg() failed
[ 534.090701] omap_hsmmc 481d8000.mmc: MMC start dma failure
[ 534.565156] mmcblk0: unknown error -1 sending read/write command, card status 0x900
[ 534.573018] blk_update_request: I/O error, dev mmcblk0, sector 2946304
[ 534.579617] blk_update_request: I/O error, dev mmcblk0, sector 2946312
[ 534.586263] blk_update_request: I/O error, dev mmcblk0, sector 2946320
[ 534.592861] blk_update_request: I/O error, dev mmcblk0, sector 2946328
[ 534.599439] blk_update_request: I/O error, dev mmcblk0, sector 2946336
[ 534.606035] blk_update_request: I/O error, dev mmcblk0, sector 2946344
[ 534.612629] blk_update_request: I/O error, dev mmcblk0, sector 2946352
[ 534.619206] blk_update_request: I/O error, dev mmcblk0, sector 2946360
[ 534.625797] blk_update_request: I/O error, dev mmcblk0, sector 2946368
[ 534.632389] blk_update_request: I/O error, dev mmcblk0, sector 2946376
[ 534.641574] BTRFS error (device mmcblk0p6): bdev /dev/mmcblk0p6 errs: wr 1, rd 0, flush 0, corrupt 0, gen 0
[ 534.652128] BTRFS error (device mmcblk0p6): bdev /dev/mmcblk0p6 errs: wr 2, rd 0, flush 0, corrupt 0, gen 0
[ 534.662821] mmcqd/1: page allocation failure: order:2, mode:0x2204020
[ 534.669302] CPU: 0 PID: 94 Comm: mmcqd/1 Not tainted 4.4.9+ #1
[ 534.675157] Hardware name: Generic AM33XX (Flattened Device Tree)
[ 534.681315] from
[ 534.689103] from
[ 534.696376] from
[ 534.704336] from
[ 534.713436] from
[ 534.722614] from
[ 534.730658] from
[ 534.738621] from
[ 534.747459] from
[ 534.756201] from
[ 534.765028] from
[ 534.773333] from
[ 534.781810] from
[ 534.790549] from
[ 534.798945] from
[ 534.806558] from
[ 534.813810] Mem-Info:
[ 534.816105] active_anon:44587 inactive_anon:2101 isolated_anon:0
[ 534.816105] active_file:32736 inactive_file:32781 isolated_file:0
[ 534.816105] unevictable:0 dirty:1493 writeback:4638 unstable:0
[ 534.816105] slab_reclaimable:7714 slab_unreclaimable:1871
[ 534.816105] mapped:6571 shmem:2140 pagetables:335 bounce:0
[ 534.816105] free:1193 free_pcp:36 free_cma:22
[ 534.849813] Normal free:4772kB min:2824kB low:3528kB high:4236kB active_anon:178348kB inactive_anon:8404kB active_file:130944kB inactive_file:131124kB unevictable:0kB isolated(anon):0kB isolated(file):0kB pro
[ 534.895876] lowmem_reserve[]: 0 0 0
[ 534.899403] Normal: 457_4kB (UMEC) 368_8kB (UMC) 0_16kB 0_32kB 0_64kB 0_128kB 0_256kB 0_512kB 0_1024kB 0_2048kB 0_4096kB 0_8192kB = 4772kB
[ 534.911988] 67675 total pagecache pages
[ 534.915843] 0 pages in swap cache
[ 534.919170] Swap cache stats: add 0, delete 0, find 0/0
[ 534.924413] Free swap = 0kB
[ 534.927301] Total swap = 0kB
[ 534.930189] 130560 pages RAM
[ 534.933078] 0 pages HighMem/MovableOnly
[ 534.936925] 5628 pages reserved
[ 534.940075] 6144 pages cma reserved
[ 534.943702] edma 49000000.edma: edma_prep_slave_sg: Failed to allocate a descriptor
[ 534.951430] omap_hsmmc 481d8000.mmc: prep_slave_sg() failed
[ 534.957028] omap_hsmmc 481d8000.mmc: MMC start dma failure
[ 535.467044] mmcblk0: unknown error -1 sending read/write command, card status 0x900
[ 535.476300] BTRFS error (device mmcblk0p6): bdev /dev/mmcblk0p6 errs: wr 3, rd 0, flush 0, corrupt 0, gen 0
[ 535.486659] BTRFS error (device mmcblk0p6): bdev /dev/mmcblk0p6 errs: wr 4, rd 0, flush 0, corrupt 0, gen 0
[ 535.496759] BTRFS error (device mmcblk0p6): bdev /dev/mmcblk0p6 errs: wr 5, rd 0, flush 0, corrupt 0, gen 0
[ 535.506690] BTRFS error (device mmcblk0p6): bdev /dev/mmcblk0p6 errs: wr 6, rd 0, flush 0, corrupt 0, gen 0
[ 535.516568] BTRFS error (device mmcblk0p6): bdev /dev/mmcblk0p6 errs: wr 7, rd 0, flush 0, corrupt 0, gen 0
[ 535.526413] BTRFS error (device mmcblk0p6): bdev /dev/mmcblk0p6 errs: wr 8, rd 0, flush 0, corrupt 0, gen 0
[ 535.536247] BTRFS error (device mmcblk0p6): bdev /dev/mmcblk0p6 errs: wr 9, rd 0, flush 0, corrupt 0, gen 0
[ 535.546222] BTRFS error (device mmcblk0p6): bdev /dev/mmcblk0p6 errs: wr 10, rd 0, flush 0, corrupt 0, gen 0
[ 535.712747] mmcqd/1: page allocation failure: order:2, mode:0x2204020
[ 535.719249] CPU: 0 PID: 94 Comm: mmcqd/1 Not tainted 4.4.9+ #1
[ 535.725106] Hardware name: Generic AM33XX (Flattened Device Tree)
[ 535.731266] from
[ 535.739053] from
[ 535.746325] from
[ 535.754285] from
[ 535.763386] from
[ 535.772564] from
[ 535.780608] from
[ 535.788573] from
[ 535.797410] from
[ 535.806152] from
[ 535.814980] from
[ 535.823284] from
[ 535.831673] from
[ 535.840412] from
[ 535.848809] from
[ 535.856422] from
[ 535.863674] Mem-Info:
[ 535.865968] active_anon:44587 inactive_anon:2101 isolated_anon:0
[ 535.865968] active_file:32735 inactive_file:33101 isolated_file:0
[ 535.865968] unevictable:0 dirty:1863 writeback:4159 unstable:0
[ 535.865968] slab_reclaimable:7714 slab_unreclaimable:1874
[ 535.865968] mapped:6598 shmem:2140 pagetables:335 bounce:0
[ 535.865968] free:883 free_pcp:38 free_cma:0
[ 535.899502] Normal free:3532kB min:2824kB low:3528kB high:4236kB active_anon:178348kB inactive_anon:8404kB active_file:130940kB inactive_file:132404kB unevictable:0kB isolated(anon):0kB isolated(file):0kB pro
[ 535.945476] lowmem_reserve[]: 0 0 0
[ 535.949002] Normal: 281_4kB (UE) 301_8kB (U) 0_16kB 0_32kB 0_64kB 0_128kB 0_256kB 0_512kB 0_1024kB 0_2048kB 0_4096kB 0_8192kB = 3532kB
[ 535.961239] 67984 total pagecache pages
[ 535.965095] 0 pages in swap cache
[ 535.968421] Swap cache stats: add 0, delete 0, find 0/0
[ 535.973664] Free swap = 0kB
[ 535.976552] Total swap = 0kB
[ 535.979441] 130560 pages RAM
[ 535.982329] 0 pages HighMem/MovableOnly
[ 535.986176] 5628 pages reserved
[ 535.989326] 6144 pages cma reserved
[ 535.993019] edma 49000000.edma: edma_prep_slave_sg: Failed to allocate a descriptor
[ 536.000720] omap_hsmmc 481d8000.mmc: prep_slave_sg() failed
[ 536.006350] omap_hsmmc 481d8000.mmc: MMC start dma failure
[ 536.400034] mmcblk0: unknown error -1 sending read/write command, card status 0x900

Provision on WiFi

Description

Provision device using a WiFi device.

Steps to reproduce issue

Download Device OS
Network Connection: Wifi
Download OS file

Expected result

Device should appear in the application's dashboard

Actual result

Beaglebone Green crashes when using the supported USB WiFi dongles

Official rpi dongle:

3.384610] bone_capemgr bone_capemgr: slot #0: No cape found
[ 3.424581] bone_capemgr bone_capemgr: slot #1: No cape found
[ 3.451577] mmc1: new high speed MMC card at address 0001
[ 3.462147] mmcblk1: mmc1:0001 Q2J54A 3.64 GiB
[ 3.464631] bone_capemgr bone_capemgr: slot #2: No cape found
[ 3.477199] mmcblk1boot0: mmc1:0001 Q2J54A partition 1 2.00 MiB
[ 3.487680] mmcblk1boot1: mmc1:0001 Q2J54A partition 2 2.00 MiB
[ 3.492606] usb 1-1: new high-speed USB device number 2 using musb-hdrc
[ 3.503121] mmcblk1: p1 p2 p3 p4 < p5 p6 >
[ 3.504651] bone_capemgr bone_capemgr: slot #3: No cape found
[ 3.504752] bone_capemgr bone_capemgr: initialized OK.
[ 3.507135] PM: bootloader does not support rtc-only!
[ 3.507704] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)
[ 3.507726] of_cfs_init
[ 3.507866] of_cfs_init: OK
[ 3.623824] EXT4-fs (mmcblk0p2): recovery complete
[ 3.625501] usb 1-1: New USB device found, idVendor=0a5c, idProduct=bd1e
[ 3.625510] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.625516] usb 1-1: Product: Remote Download Wireless Adapter
[ 3.625523] usb 1-1: Manufacturer: Broadcom
[ 3.625529] usb 1-1: SerialNumber: 000000000001
[ 3.663572] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.671772] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 3.682677] devtmpfs: mounted
[ 3.686513] Freeing unused kernel memory: 568K (c0b30000 - c0bbe000)
[ 4.002104] random: systemd: uninitialized urandom read (16 bytes read, 14 bits of entropy available)
[ 4.021860] random: systemd: uninitialized urandom read (16 bytes read, 14 bits of entropy available)
[ 4.044038] systemd[1]: systemd 225 running in system mode. (-PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[ 4.062968] systemd[1]: Detected architecture arm.

Welcome to Resin OS 1.16.0!

[ 4.086019] systemd[1]: Set hostname to .
[ 4.187233] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
[ 4.197889] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
[ 4.199032] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
[ 4.266351] random: systemd: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[ 4.281261] random: systemd: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[ 4.290954] random: systemd: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[ 4.301003] random: systemd: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[ 4.664803] random: systemd: uninitialized urandom read (16 bytes read, 47 bits of entropy available)
[ 4.912421] systemd[1]: docker.service: Cannot add dependency job, ignoring: Unit docker.service failed to load: No such file or directory.
[ 4.926059] systemd[1]: basic.target: Found ordering cycle on basic.target/start
[ 4.933538] systemd[1]: basic.target: Found dependency on systemd-ask-password-plymouth.path/start
[ 4.942570] systemd[1]: basic.target: Found dependency on plymouth-start.service/start
[ 4.950542] systemd[1]: basic.target: Found dependency on mnt-boot.mount/start
[ 4.957815] systemd[1]: basic.target: Found dependency on mnt-bootorig-config.json.mount/start
[ 4.966482] systemd[1]: basic.target: Found dependency on temp-conf.service/start
[ 4.974015] systemd[1]: basic.target: Found dependency on basic.target/start
[ 4.981114] systemd[1]: basic.target: Breaking ordering cycle by deleting job systemd-ask-password-plymouth.path/start
[ 4.991879] systemd[1]: systemd-ask-password-plymouth.path: Job systemd-ask-password-plymouth.path/start deleted to break ordering cycle starting with basic.target/start
[ SKIP ] Ordering cycle found, skipping Forw...ests to Plymouth Directory Watch
[ 5.021338] systemd[1]: basic.target: Found ordering cycle on basic.target/start
[ 5.028808] systemd[1]: basic.target: Found dependency on paths.target/start
[ 5.035912] systemd[1]: basic.target: Found dependency on systemd-ask-password-console.path/start
[ 5.044843] systemd[1]: basic.target: Found dependency on plymouth-start.service/start
[ 5.052815] systemd[1]: basic.target: Found dependency on mnt-boot.mount/start
[ 5.060088] systemd[1]: basic.target: Found dependency on mnt-bootorig-config.json.mount/start
[ 5.068756] systemd[1]: basic.target: Found dependency on temp-conf.service/start
[ 5.076287] systemd[1]: basic.target: Found dependency on basic.target/start
[ 5.083385] systemd[1]: basic.target: Breaking ordering cycle by deleting job paths.target/start
[ 5.092228] systemd[1]: paths.target: Job paths.target/start deleted to break ordering cycle starting with basic.target/start
[ SKIP ] Ordering cycle found, skipping Paths
[ 5.119984] systemd[1]: Reached target Login Prompts.
[ OK ] Reached target Login Prompts.
[ 5.133452] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 5.147831] systemd[1]: Created slice Root Slice.
[ OK ] Created slice Root Slice.
[ 5.161706] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 5.173660] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 5.186141] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 5.205830] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 5.218689] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 5.234671] systemd[1]: Created slice System Slice.
[ OK ] Created slice System Slice.
[ 5.245446] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 5.257787] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 5.277803] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 5.293910] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 5.316305] systemd[1]: Mounting FUSE Control File System...
Mounting FUSE Control File System...
[ 5.348197] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 5.391526] systemd[1]: Mounting Configuration File System...
Mounting Configuration File System...
[ 5.444419] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 5.510939] 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...
[ 5.583182] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 5.643891] systemd[1]: Mounting Temporary Directory...
Mounting Temporary Directory...
[ 5.730501] systemd[1]: Starting Setup Virtual Console...
Starting Setup Virtual Console...
[ 5.778463] systemd[1]: Starting Apply Kernel Variables...
Starting Apply Kernel Variables...
[ 5.835706] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 5.901760] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 5.941826] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 5.976911] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 5.997638] systemd[1]: Mounted Configuration File System.
[ OK ] Mounted Configuration File System.
[ 6.009651] systemd[1]: Mounted Debug File System.
[ OK ] Mounted Debug File System.
[ 6.021636] systemd[1]: Mounted FUSE Control File System.
[ OK ] Mounted FUSE Control File System.
[ 6.033607] systemd[1]: Mounted Temporary Directory.
[ OK ] Mounted Temporary Directory.
[ 6.046863] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started Create list of required sta...ce nodes for the current kernel.
[ OK ] Started Setup Virtual Console.
[ OK ] Started Apply Kernel Variables.
Starting Create Static Device Nodes in /dev...
Starting udev Coldplug all Devices...
Starting Flush Journal to Persistent Storage...
[ OK ] Started Create Static Device Nodes in /dev.
[ 6.705603] systemd-journald[139]: Received request to flush runtime journal from PID 1
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Reached target Local File Systems (Pre).
Mounting /var/volatile...
Starting udev Kernel Device Manager...
[ OK ] Mounted /var/volatile.
[ OK ] Started udev Kernel Device Manager.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
Starting Tell Plymouth To Write Out Runtime Data...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Create Volatile Files and Directories.
Starting Update UTMP about System Boot/Shutdown...
Starting Network Time Synchronization...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started udev Coldplug all Devices.
Starting udev Wait for Complete Device Initialization...
[ OK ] Found device /dev/disk/by-label/flash-boot.
Mounting Flasher boot partition mountpoint...
[ 10.459566] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 10.498488] davinci-mcasp 48038000.mcasp: invalid tdm slots: 0
[ OK ] Mounted Flasher boot partition mountpoint.
[ 10.593766] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
[ 10.670491] davinci-mcasp 4803c000.mcasp: invalid tdm slots: 0
[ 11.144378] BTRFS: device label resin-data devid 1 transid 226 /dev/mmcblk1p6
[ 11.239979] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[ 11.248923] usbcore: registered new interface driver brcmfmac
[ 11.421198] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[ 11.427283] random: nonblocking pool is initialized
[ 11.672481] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Apr 3 2014 04:43:32 version 6.10.198.66 (r467479) FWID 01-32bd010e
[ 11.728865] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[ OK ] Created slice system-systemd\x2drfkill.slice.
Starting Load/Save RF Kill Switch Status of rfkill0...
[ 12.631985] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[ 12.661672] cfg80211: World regulatory domain updated:
[ OK ] Started Load/Save RF Kill Switch Status of rfki[ 12.670595] cfg80211: DFS Master region: unsetll0.

[ 12.680608] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 12.696749] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 12.712904] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 12.729758] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 12.744162] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 12.754031] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 12.763756] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 12.772025] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 12.780181] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ OK ] Started udev Wait for Complete Device Initialization.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timers.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
[ OK ] Started System Logging Service.
[ OK ] Started Kernel Logging Service.
[ OK ] Started D-Bus System Message Bus.
Starting Temporary resin config in /tmp/conf...
Starting Telephony service...
Starting Login Service...
[ OK ] Started Temporary resin config in /tmp/conf.
[ 13.576148] Bluetooth: Core ver 2.21
[ 13.588119] NET: Registered protocol family 31
[ 13.613976] Bluetooth: HCI device and connection manager initialized
[ 13.638695] Bluetooth: HCI socket layer initialized
[ 13.653688] Bluetooth: L2CAP socket layer initialized
[ 13.672228] Bluetooth: SCO socket layer initialized
[ OK ] Started Telephony service.
[ OK ] Started Login Service.
Starting Bluetooth service...
Mounting Flasher conf partition mountpoint...
[ 14.202927] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 14.230420] Bluetooth: BNEP filters: protocol multicast
[ 14.230454] Bluetooth: BNEP socket layer initialized
[ OK ] Mounted Flasher conf partition mountpoint.
[ OK ] Started Bluetooth service.
[ 14.516369] audit: type=1325 audit(1475233960.508:2): table=filter family=2 entries=0
Starting Hostname Service...
[ 14.552930] audit: type=1325 audit(1475233960.508:2): table=nat family=2 entries=0
[ 14.591488] audit: type=1300 audit(1475233960.508:2): arch=40000028 syscall=337 per=800000 success=yes exit=0 a0=40000000 a1=b a2=40000040 a3=78 items=0 ppid=1 pid=527 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fs
gid=0 tty=(none) ses=4294967295 comm="(ostnamed)" exe="/lib/systemd/systemd" key=(null)
Mounting Flasher boot partition mountpoint...
[ 14.720929] audit: type=1327 audit(1475233960.508:2): proctitle="(ostnamed)"
[ OK ] Mounted Flasher boot partition mountpoint.
[ OK ] Started Hostname Service.
Starting Resin network configure service...
[ OK ] Started Resin device uuid.
[ OK ] Started Resin device register.
Starting Show Plymouth Boot Screen...
Starting Prepare OpenVPN Application On Resin...
Starting Hold until boot process finishes up...
[ 17.472938] audit: type=1325 audit(1475233963.472:3): table=filter family=2 entries=4
[ 17.498157] audit: type=1300 audit(1475233963.472:3): arch=40000028 syscall=294 per=800000 success=yes exit=0 a0=a a1=0 a2=40 a3=b1b2b8 items=0 ppid=1 pid=686 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty
=(none) ses=4294967295 comm="connmand" exe="/usr/sbin/connmand" key=(null)
[ 17.647564] audit: type=1327 audit(1475233963.472:3): proctitle=2F7573722F7362696E2F636F6E6E6D616E64002D6E002D2D6E6F646E7370726F7879
[ 17.721633] audit: type=1325 audit(1475233963.720:4): table=mangle family=2 entries=0
[ 17.747273] audit: type=1325 audit(1475233963.720:4): table=mangle family=2 entries=0
[ 17.767161] audit: type=1300 audit(1475233963.720:4): arch=40000028 syscall=128 per=800000 success=yes exit=0 a0=b6a87008 a1=1824 a2=28e28 a3=0 items=0 ppid=686 pid=703 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 f
sgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/bin/kmod" key=(null)
[ 18.164816] net eth0: initializing cpsw version 1.12 (0)
[ 18.179872] net eth0: initialized cpsw ale version 1.4
[ 18.203123] net eth0: ALE Table size 1024
[ 18.233917] net eth0: phy found : id is : 0x7c0f1
[ 18.283284] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 18.643852] usb 1-1: USB disconnect, device number 2
[ 20.340719] brcmfmac: brcmf_usb_rx_ctlpkt: rxctl wait timed out
[ 20.347910] ------------[ cut here ]------------
[ 20.359717] WARNING: CPU: 0 PID: 142 at /yocto/resin-board/build/tmp/work-shared/beaglebone-green/kernel-source/drivers/usb/core/urb.c:338 usb_submit_urb+0x1f5/0x42c()
[ 20.382431] URB dc1d7800 submitted while active
[ 20.390699] Modules linked in: xt_connmark iptable_mangle bnep bluetooth omap_sham omap_aes_driver brcmfmac brcmutil cfg80211 omap_rng snd_soc_davinci_mcasp rng_core snd_soc_edma snd_soc_omap snd_soc_core snd_pcm_dmaengine rfkill snd_
pcm snd_timer snd soundcore spi_omap2_mcspi evdev uio_pdrv_genirq uio sch_fq_codel
[ 20.425988] CPU: 0 PID: 142 Comm: kworker/0:3 Not tainted 4.4.21+ #1
[ 20.425992] Hardware name: Generic AM33XX (Flattened Device Tree)
[ 20.426019] Workqueue: usb_hub_wq hub_event
[ 20.426053] from
[ 20.426073] from
[ 20.426098] from
[ 20.426109] from
[ 20.426124] from
[ 20.426351] from [](brcmf_usb_tx_ctlpkt+0x98/0x13c [brcmfmac])
[ 20.426517] [](brcmf_usb_tx_ctlpkt [brcmfmac]) from [](brcmf_proto_bcdc_msg+0x72/0x78 [brcmfmac])
[ 20.426655] [](brcmf_proto_bcdc_msg [brcmfmac]) from [](brcmf_proto_bcdc_set_dcmd+0x22/0xb4 [brcmfmac])
[ 20.426790] [](brcmf_proto_bcdc_set_dcmd [brcmfmac]) from [](brcmf_fil_cmd_data+0x4a/0x84 [brcmfmac])
[ 20.426924] [](brcmf_fil_cmd_data [brcmfmac]) from [](brcmf_fil_iovar_data_set+0x5c/0x84 [brcmfmac])
[ 20.427057] [](brcmf_fil_iovar_data_set [brcmfmac]) from [](brcmf_fweh_detach+0x40/0x88 [brcmfmac])
[ 20.427191] [](brcmf_fweh_detach [brcmfmac]) from [](brcmf_detach+0x14/0x60 [brcmfmac])
[ 20.427327] [](brcmf_detach [brcmfmac]) from [](brcmf_usb_disconnect+0x22/0x38 [brcmfmac])
[ 20.427408] [](brcmf_usb_disconnect [brcmfmac]) from
[ 20.427428] from
[ 20.427440] from
[ 20.427450] from
[ 20.427460] from
[ 20.427470] from
[ 20.427479] from
[ 20.427488] from
[ 20.427509] from
[ 20.427521] from
[ 20.427535] from
[ 20.427552] from
[ 20.427558] ---[ end trace 0000000000000002 ]---
[ 20.879258] brcmfmac: brcmf_usb_send_ctl: usb_submit_urb failed -16
[ 20.890767] brcmfmac: brcmf_usb_tx_ctlpkt: fail -16 bytes: 45
[ 20.900735] brcmfmac: brcmf_usb_send_ctl: usb_submit_urb failed -16
[ 20.912283] brcmfmac: brcmf_usb_tx_ctlpkt: fail -16 bytes: 20
[ 20.923900] brcmfmac: brcmf_dongle_scantime: Scan assoc time error (-52)
[ 20.936226] brcmfmac: brcmf_fil_cmd_data: bus is down. we have nothing to do.
[ 20.949276] brcmfmac: brcmf_netdev_open: failed to bring up cfg80211
[ 21.757053] usb 1-1: new high-speed USB device number 3 using musb-hdrc
[ 21.907939] usb 1-1: New USB device found, idVendor=0a5c, idProduct=bd1e
[ 21.918777] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 21.938454] usb 1-1: Product: Remote Download Wireless Adapter
[ 21.948171] usb 1-1: Manufacturer: Broadcom
[ 21.956169] usb 1-1: SerialNumber: 000000000001
[ 22.395811] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Apr 3 2014 04:43:32 version 6.10.198.66 (r467479) FWID 01-32bd010e
[ 22.460773] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[ 22.808285] usb 1-1: USB disconnect, device number 3
[ 25.328949] usb 1-1: new high-speed USB device number 4 using musb-hdrc
[ 25.480541] usb 1-1: New USB device found, idVendor=0a5c, idProduct=bd1e
[ 25.492722] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 25.507406] usb 1-1: Product: Remote Download Wireless Adapter
[ 25.518972] usb 1-1: Manufacturer: Broadcom
[ 25.527632] usb 1-1: SerialNumber: 000000000001
[ 25.909968] net_ratelimit: 8 callbacks suppressed
[ 25.909975] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[ 26.271975] usb 1-1: USB disconnect, device number 4
[ 27.968832] brcmfmac: brcmf_usb_rx_ctlpkt: rxctl wait timed out
[ 27.977807] brcmfmac: brcmf_usb_send_ctl: usb_submit_urb failed -16
[ 27.992168] brcmfmac: brcmf_usb_tx_ctlpkt: fail -16 bytes: 45
[ 28.003659] brcmfmac: brcmf_usb_send_ctl: usb_submit_urb failed -16
[ 28.012161] brcmfmac: brcmf_usb_tx_ctlpkt: fail -16 bytes: 20
[ 28.028148] brcmfmac: brcmf_dongle_scantime: Scan assoc time error (-52)
[ 28.046464] brcmfmac: brcmf_fil_cmd_data: bus is down. we have nothing to do.
[ 28.063265] brcmfmac: brcmf_netdev_open: failed to bring up cfg80211
[ 28.900837] usb 1-1: new high-speed USB device number 5 using musb-hdrc
[ 29.051818] usb 1-1: New USB device found, idVendor=0a5c, idProduct=bd1e
[ 29.062907] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 29.078970] usb 1-1: Product: Remote Download Wireless Adapter
[ 29.095371] usb 1-1: Manufacturer: Broadcom
[ 29.105472] usb 1-1: SerialNumber: 000000000001
[ 29.476115] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Apr 3 2014 04:43:32 version 6.10.198.66 (r467479) FWID 01-32bd010e
[ 29.894867] usb 1-1: USB disconnect, device number 5
[ 32.392865] usb 1-1: new high-speed USB device number 6 using musb-hdrc
[ 32.532531] usb 1-1: New USB device found, idVendor=0a5c, idProduct=bd1e
[ 32.540978] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 32.553709] usb 1-1: Product: Remote Download Wireless Adapter
[ 32.564530] usb 1-1: Manufacturer: Broadcom
[ 32.572082] usb 1-1: SerialNumber: 000000000001
[ 33.279879] usb 1-1: USB disconnect, device number 6
[ 34.976970] net_ratelimit: 10 callbacks suppressed
[ 34.976977] brcmfmac: brcmf_usb_rx_ctlpkt: rxctl wait timed out
[ 34.997947] brcmfmac: brcmf_usb_send_ctl: usb_submit_urb failed -16
[ 35.008345] brcmfmac: brcmf_usb_tx_ctlpkt: fail -16 bytes: 45
[ 35.026766] brcmfmac: brcmf_usb_send_ctl: usb_submit_urb failed -16
[ 35.040945] brcmfmac: brcmf_usb_tx_ctlpkt: fail -16 bytes: 20
[ 35.059102] brcmfmac: brcmf_dongle_scantime: Scan assoc time error (-52)
[ 35.074260] brcmfmac: brcmf_fil_cmd_data: bus is down. we have nothing to do.
[ 35.092038] brcmfmac: brcmf_netdev_open: failed to bring up cfg80211
[ 35.932821] usb 1-1: new high-speed USB device number 7 using musb-hdrc
[ 36.084153] usb 1-1: New USB device found, idVendor=0a5c, idProduct=bd1e
[ 36.090912] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 36.104198] usb 1-1: Product: Remote Download Wireless Adapter
[ 36.112514] usb 1-1: Manufacturer: Broadcom
[ 36.129126] usb 1-1: SerialNumber: 000000000001
[ 36.453621] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Apr 3 2014 04:43:32 version 6.10.198.66 (r467479) FWID 01-32bd010e
[ 36.513031] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[ 36.854725] usb 1-1: USB disconnect, device number 7
[ 39.368859] usb 1-1: new high-speed USB device number 8 using musb-hdrc
[ 39.523872] usb 1-1: New USB device found, idVendor=0a5c, idProduct=bd1e
[ 39.538792] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 39.568493] usb 1-1: Product: Remote Download Wireless Adapter
[ 39.588042] usb 1-1: Manufacturer: Broadcom
[ 39.606350] usb 1-1: SerialNumber: 000000000001
[ 40.016745] net_ratelimit: 7 callbacks suppressed
[ 40.016753] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Apr 3 2014 04:43:32 version 6.10.198.66 (r467479) FWID 01-32bd010e
[ 40.075197] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[ 40.428891] usb 1-1: USB disconnect, device number 8
[ 42.124831] brcmfmac: brcmf_usb_rx_ctlpkt: rxctl wait timed out
[ 42.130853] brcmfmac: brcmf_usb_send_ctl: usb_submit_urb failed -16
[ 42.142168] brcmfmac: brcmf_usb_tx_ctlpkt: fail -16 bytes: 45
[ 42.151347] brcmfmac: brcmf_usb_send_ctl: usb_submit_urb failed -16
[ 42.161099] brcmfmac: brcmf_usb_tx_ctlpkt: fail -16 bytes: 20
[ 42.170311] brcmfmac: brcmf_dongle_scantime: Scan assoc time error (-52)
[ 42.179383] brcmfmac: brcmf_fil_cmd_data: bus is down. we have nothing to do.
[ 42.191234] brcmfmac: brcmf_netdev_open: failed to bring up cfg80211
[ 43.000738] usb 1-1: new high-speed USB device number 9 using musb-hdrc
[ 43.145953] usb 1-1: New USB device found, idVendor=0a5c, idProduct=bd1e
[ 43.154670] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 43.168189] usb 1-1: Product: Remote Download Wireless Adapter
[ 43.177879] usb 1-1: Manufacturer: Broadcom
[ 43.184385] usb 1-1: SerialNumber: 000000000001
[ 43.883589] usb 1-1: USB disconnect, device number 9
[ 45.580842] net_ratelimit: 2 callbacks suppressed
[ 45.580849] brcmfmac: brcmf_usb_rx_ctlpkt: rxctl wait timed out
[ 45.605799] brcmfmac: brcmf_usb_send_ctl: usb_submit_urb failed -16
[ 45.620080] brcmfmac: brcmf_usb_tx_ctlpkt: fail -16 bytes: 45
[ 45.634397] brcmfmac: brcmf_usb_send_ctl: usb_submit_urb failed -16
[ 45.645993] brcmfmac: brcmf_usb_tx_ctlpkt: fail -16 bytes: 20
[ 45.660109] brcmfmac: brcmf_dongle_scantime: Scan assoc time error (-52)
[ 45.678356] brcmfmac: brcmf_fil_cmd_data: bus is down. we have nothing to do.
[ 45.697851] brcmfmac: brcmf_netdev_open: failed to bring up cfg80211
[ 46.528837] usb 1-1: new high-speed USB device number 10 using musb-hdrc
[ 46.684266] usb 1-1: New USB device found, idVendor=0a5c, idProduct=bd1e
[ 46.691029] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 46.703271] usb 1-1: Product: Remote Download Wireless Adapter
[ 46.712665] usb 1-1: Manufacturer: Broadcom
[ 46.720360] usb 1-1: SerialNumber: 000000000001
[ 47.067937] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Apr 3 2014 04:43:32 version 6.10.198.66 (r467479) FWID 01-32bd010e
[ 47.116878] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[ 47.463194] usb 1-1: USB disconnect, device number 10
[ 50.036930] usb 1-1: new high-speed USB device number 11 using musb-hdrc
[ 50.207877] usb 1-1: New USB device found, idVendor=0a5c, idProduct=bd1e
[ 50.223318] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 50.266638] usb 1-1: Product: Remote Download Wireless Adapter
[ 50.283498] usb 1-1: Manufacturer: Broadcom
[ 50.298209] usb 1-1: SerialNumber: 000000000001
[ 50.690980] net_ratelimit: 7 callbacks suppressed
[ 50.690987] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Apr 3 2014 04:43:32 version 6.10.198.66 (r467479) FWID 01-32bd010e
[ 50.755130] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[ 51.116054] usb 1-1: USB disconnect, device number 11
[ 52.812853] brcmfmac: brcmf_usb_rx_ctlpkt: rxctl wait timed out
[ 52.821413] brcmfmac: brcmf_usb_send_ctl: usb_submit_urb failed -16
[ 52.835001] brcmfmac: brcmf_usb_tx_ctlpkt: fail -16 bytes: 45
[ 52.844732] brcmfmac: brcmf_usb_send_ctl: usb_submit_urb failed -16
[ 52.856708] brcmfmac: brcmf_usb_tx_ctlpkt: fail -16 bytes: 20
[ 52.871066] brcmfmac: brcmf_dongle_scantime: Scan assoc time error (-52)
[ 52.883160] brcmfmac: brcmf_fil_cmd_data: bus is down. we have nothing to do.
[ 52.899106] brcmfmac: brcmf_netdev_open: failed to bring up cfg80211
[ 53.732850] usb 1-1: new high-speed USB device number 12 using musb-hdrc
[ 53.888734] usb 1-1: New USB device found, idVendor=0a5c, idProduct=bd1e
[ 53.896772] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 53.916281] usb 1-1: Product: Remote Download Wireless Adapter
[ 53.928116] usb 1-1: Manufacturer: Broadcom
[ 53.940735] usb 1-1: SerialNumber: 000000000001
[ 54.660897] usb 1-1: USB disconnect, device number 12
[ 56.356728] net_ratelimit: 2 callbacks suppressed
[ 56.356735] brcmfmac: brcmf_usb_rx_ctlpkt: rxctl wait timed out
[ 56.371636] brcmfmac: brcmf_usb_send_ctl: usb_submit_urb failed -16
[ 56.384067] brcmfmac: brcmf_usb_tx_ctlpkt: fail -16 bytes: 45
[ 56.395351] brcmfmac: brcmf_usb_send_ctl: usb_submit_urb failed -16
[ 56.404064] brcmfmac: brcmf_usb_tx_ctlpkt: fail -16 bytes: 20
[ 56.412965] brcmfmac: brcmf_dongle_scantime: Scan assoc time error (-52)
[ 56.423040] brcmfmac: brcmf_fil_cmd_data: bus is down. we have nothing to do.
[ 56.433607] brcmfmac: brcmf_netdev_open: failed to bring up cfg80211
[ 57.232818] usb 1-1: new high-speed USB device number 13 using musb-hdrc
[ 57.383857] usb 1-1: New USB device found, idVendor=0a5c, idProduct=bd1e
[ 57.392500] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 57.405552] usb 1-1: Product: Remote Download Wireless Adapter
[ 57.415003] usb 1-1: Manufacturer: Broadcom
[ 57.422790] usb 1-1: SerialNumber: 000000000001
[ 57.743009] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Apr 3 2014 04:43:32 version 6.10.198.66 (r467479) FWID 01-32bd010e
[ 57.792386] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[ 58.135736] usb 1-1: USB disconnect, device number 13
[ 60.660789] usb 1-1: new high-speed USB device number 14 using musb-hdrc
[ 60.804119] usb 1-1: New USB device found, idVendor=0a5c, idProduct=bd1e
[ 60.814943] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 60.836083] usb 1-1: Product: Remote Download Wireless Adapter
[ 60.850348] usb 1-1: Manufacturer: Broadcom

And with the Ralink dongle:

[ 17.711634] net eth0: initializing cpsw version 1.12 (0)
[ 17.736824] net eth0: initialized cpsw ale version 1.4
[ 17.754362] net eth0: ALE Table size 1024
[ 17.773725] net eth0: phy found : id is : 0x7c0f1
[ 17.831485] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 17.895232] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[ 17.928788] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
[ 18.182381] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 19.668745] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1004 with error -110
[ 19.710730] usb 1-1: USB disconnect, device number 2
[ 19.732788] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x1004 with error -19
[ 19.885614] ieee80211 @ rt2800usb_tx_sta_fifo_read_completed: Warning - TX status read failed -108
[ 19.925410] Unable to handle kernel NULL pointer dereference at virtual address 00000048
[ 19.971719] pgd = c0004000
[ 19.983914] [00000048] *pgd=00000000
[ 20.003333] Internal error: Oops: 17 [#1] PREEMPT SMP THUMB2
[ 20.003411] Modules linked in: xt_connmark iptable_mangle bnep bluetooth arc4 rt2800usb rt2x00usb rt2800lib rt2x00lib crc_ccitt mac80211 omap_aes_driver omap_sham cfg80211 omap_rng rng_core snd_soc_davinci_mcasp snd_soc_edma snd_soc_o
map snd_soc_core rfkill snd_pcm_dmaengine snd_pcm snd_timer snd soundcore spi_omap2_mcspi evdev uio_pdrv_genirq uio sch_fq_codel
[ 20.003423] CPU: 0 PID: 80 Comm: kworker/0:2 Not tainted 4.4.21+ #1
[ 20.003426] Hardware name: Generic AM33XX (Flattened Device Tree)
[ 20.003450] Workqueue: usb_hub_wq hub_event
[ 20.003454] task: ddbd9680 ti: ddc94000 task.ti: ddc94000
[ 20.003473] PC is at rt_spin_lock+0x22/0x4c
[ 20.003491] LR is at migrate_disable+0x67/0xb4
[ 20.003498] pc : [] lr : [] psr: 40070133
[ 20.003498] sp : ddc95cb0 ip : 00000000 fp : 00000001
[ 20.003501] r10: ddb1631c r9 : ddb16010 r8 : ddb1631c
[ 20.003506] r7 : 00000000 r6 : 0000003c r5 : 0000003c r4 : 00000001
[ 20.003509] r3 : 00000048 r2 : ddbd9680 r1 : 00000001 r0 : 00000000
[ 20.003516] Flags: nZcv IRQs on FIQs on Mode SVC_32 ISA Thumb Segment none
[ 20.003521] Control: 50c5387d Table: 99520019 DAC: 00000051
[ 20.003526] Process kworker/0:2 (pid: 80, stack limit = 0xddc94218)
[ 20.003530] Stack: (0xddc95cb0 to 0xddc96000)
[ 20.003538] 5ca0: 000001e0 00000001 00000000 bfaeead3
[ 20.003547] 5cc0: 00000000 00000078 ddded0e0 bfb1c7f7 00000400 ddded0e0 ddded438 ddc3ba00
[ 20.003556] 5ce0: 00000000 bfb1c969 00000000 c0520a1b 00006384 d735bbc0 ddf59800 bfb152f7
[ 20.003565] 5d00: bfb152e1 ddf59800 ffffff94 c0520be5 ddc20c00 ddb16010 ddf59800 0000134c
[ 20.003574] 5d20: 00000000 c055a6ff 00000000 c0134abd 00200018 c0134abd 00080003 00000001
[ 20.003583] 5d40: c0bcb008 c0134a33 ddf59e80 00000000 00000080 ddf59800 ddb1631c c055b1ab
[ 20.003592] 5d60: ddbd9680 00000000 ddc94000 ddb1631c 00000080 ddf59800 e0852c10 00000080
[ 20.003601] 5d80: 00000001 00000200 00000000 c055b3a3 ddf59800 ddf59e80 ddb16010 00000000
[ 20.003610] 5da0: 00000080 00000001 00000200 c055b7b9 ddcfe848 ddc95dd0 ddc3ba00 c0031ee9
[ 20.003619] 5dc0: ddbd9680 ddf59800 ddcfe838 ddcfe848 c0ca6430 ddc3ba00 c0995ba0 c05229a3
[ 20.003627] 5de0: c0bcc170 00000001 ddc95de4 00000001 ddcfe838 ddcfe800 00000000 00000000
[ 20.003636] 5e00: c0ca6640 00000014 ddc3ba00 c0524957 00000000 ddcfe800 00000001 c0524af5
[ 20.003645] 5e20: ddc95e18 dc8ba615 00000000 ddcfe800 ddcfe89c ddcfe868 ddbfd200 00000001
[ 20.003654] 5e40: ddbfd000 c051d59d ddcfe800 00000000 ddbfd200 00000001 00000001 ddc20c00
[ 20.003662] 5e60: 00000001 ddbfd000 00000000 c051ef87 df9128c0 c0061c15 1bf2decd 00000000
[ 20.003671] 5e80: ddc3be00 ddbfd154 ddbfd3e4 ddbfd208 ddc20c9c ddbfd09d ddbfd034 c0ca5c80
[ 20.003680] 5ea0: ddc3be20 ddbfd040 ddbfd038 00000001 ddc20c00 00000105 c0bcb008 ddbfd3e4
[ 20.003689] 5ec0: ddbfd200 c0d7a734 ddc3ba00 c0031e2f 00006384 00010105 df9123c0 dc8ba615
[ 20.003698] 5ee0: 00000000 ddbfd154 ddc5f900 df9123c0 df917100 00000000 ddbfd158 00000000
[ 20.003707] 5f00: c0c9b078 c004535f df9123c0 c0050d4b ddc95f18 ddc5f900 df9123c0 ddc5f918
[ 20.003716] 5f20: df9123e8 ddc94000 df9123c0 c0c9ac5a 00000000 c0045701 c0bc1600 ddc5f900
[ 20.003725] 5f40: ddc95f58 00000000 ddc60400 ddc5f900 c0045605 00000000 00000000 00000000
[ 20.003733] 5f60: 00000000 c00493f7 00000000 ffffffff ddc5f900 00000000 00000000 ddc95f7c
[ 20.003742] 5f80: ddc95f7c 00000000 00000000 ddc95f8c ddc95f8c dc8ba615 ddc95fa0 ddc60400
[ 20.003751] 5fa0: c0049349 00000000 00000000 c000ee15 00000000 00000000 00000000 00000000
[ 20.003759] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 20.003768] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000 ffffffff ffffffff
[ 20.003869] from [](rt2x00queue_get_entry+0x1a/0x58 [rt2x00lib])
[ 20.003938] [](rt2x00queue_get_entry [rt2x00lib]) from [](rt2800usb_txstatus_pending+0x16/0x50 [rt2800usb])
[ 20.003961] [](rt2800usb_txstatus_pending [rt2800usb]) from [](rt2800usb_tx_sta_fifo_read_completed+0x78/0xe8 [rt2800usb])
[ 20.003998] [](rt2800usb_tx_sta_fifo_read_completed [rt2800usb]) from [](rt2x00usb_register_read_async_cb+0x16/0x34 [rt2x00usb])
[ 20.004020] [](rt2x00usb_register_read_async_cb [rt2x00usb]) from
[ 20.004043] from
[ 20.004056] from
[ 20.004068] from
[ 20.004079] from
[ 20.004091] from
[ 20.004104] from
[ 20.004114] from
[ 20.004123] from
[ 20.004131] from
[ 20.004151] from
[ 20.004164] from
[ 20.004179] from
[ 20.004196] from
[ 20.004207] Code: 021f 6912 f893 f000 (e853) 4f00
[ 21.166620] ---[ end trace 0000000000000002 ]---
[ 21.172899] Unable to handle kernel paging request at virtual address ffffffec
[ 21.172905] pgd = c0004000
[ 21.172918] [ffffffec] *pgd=9fdf2861, *pte=00000000, *ppte=00000000
[ 21.172930] Internal error: Oops: 37 [#2] PREEMPT SMP THUMB2
[ 21.172993] Modules linked in: xt_connmark iptable_mangle bnep bluetooth arc4 rt2800usb rt2x00usb rt2800lib rt2x00lib crc_ccitt mac80211 omap_aes_driver omap_sham cfg80211 omap_rng rng_core snd_soc_davinci_mcasp snd_soc_edma snd_soc_o
map snd_soc_core rfkill snd_pcm_dmaengine snd_pcm snd_timer snd soundcore spi_omap2_mcspi evdev uio_pdrv_genirq uio sch_fq_codel
[ 21.173004] CPU: 0 PID: 80 Comm: kworker/0:2 Tainted: G D 4.4.21+ #1
[ 21.173008] Hardware name: Generic AM33XX (Flattened Device Tree)
[ 21.173023] task: ddbd9680 ti: ddc94000 task.ti: ddc94000
[ 21.173042] PC is at kthread_data+0xa/0x10
[ 21.173058] LR is at wq_worker_sleeping+0xd/0x80
[ 21.173064] pc : [] lr : [] psr: a0070133
[ 21.173064] sp : ddc95a98 ip : 00000000 fp : c071c496
[ 21.173068] r10: 00000002 r9 : ddbd99dc r8 : ddc95ab4
[ 21.173072] r7 : ddc95aa0 r6 : ddc9573c r5 : ddbd9680 r4 : ddbd9680
[ 21.173075] r3 : 00000000 r2 : 00000040 r1 : ddbd9908 r0 : ddbd9680
[ 21.173082] Flags: NzCv IRQs on FIQs on Mode SVC_32 ISA Thumb Segment none
[ 21.173086] Control: 50c5387d Table: 9c438019 DAC: 00000051
[ 21.173090] Process kworker/0:2 (pid: 80, stack limit = 0xddc94218)
[ 21.173095] Stack: (0xddc95a98 to 0xddc96000)
[ 21.173101] 5a80: ddbd9680 c071a105
[ 21.173110] 5aa0: ddbd9680 ddc95ab4 ddc9573c c0034925 c0bd1ab4 ddc95ab4 ddc95ab4 dc8ba615
[ 21.173119] 5ac0: 0000000b ddc95c60 c071c496 c0012935 ddc94218 0000000b c0bd1ab4 c071c49a
[ 21.173128] 5ae0: 00000020 ddc94000 00000000 00000004 00000000 30000001 20663132 32313936
[ 21.173136] 5b00: 39386620 30662033 28203030 33353865 66342029 00203030 00000001 c007968b
[ 21.173145] 5b20: c0a5f564 ddc95b4c 00000000 dc8ba615 ddc95b4c 00000048 ddc95c60 00000017
[ 21.173154] 5b40: 00000000 00000000 ddb16010 ddc95c60 00000001 c001dfb9 00000048 c071d533
[ 21.173162] 5b60: 00000000 00000000 ddc95bd4 0000002a c0cf6e54 0000005a 00330013 00000000
[ 21.173171] 5b80: 60070113 dc8ba615 ddc95bd4 c0bcb008 00000048 00000017 dc8ba615 c0bd202c
[ 21.173180] 5ba0: ddb16010 ddc95c60 00000001 c0009281 c0a20c6c ddc95c9c 00000014 c04a530b
[ 21.173188] 5bc0: c0a20c6c ddc95c9c ddf1e00c 00000013 00000000 53425553 45545359 65693d4d
[ 21.173198] 5be0: 30386565 00313132 49564544 2b3d4543 65656569 31323038 1b403a31 c000ddee
[ 21.173206] 5c00: 00000000 c0134abd 0020001d c0134abd c0bcb008 c071c16f dd800dc0 60070113
[ 21.173215] 5c20: 00040004 ddd9014f ddd90890 ddc95c74 00000000 000000ff 00000000 dc8ba615
[ 21.173224] 5c40: 00000010 c071c492 40070133 ffffffff ddc95c94 ddb1631c ddb1631c c071c97b
[ 21.173232] 5c60: 00000000 00000001 ddbd9680 00000048 00000001 0000003c 0000003c 00000000
[ 21.173241] 5c80: ddb1631c ddb16010 ddb1631c 00000001 00000000 ddc95cb0 c0050d4b c071c492
[ 21.173249] 5ca0: 40070133 ffffffff 00000051 c071c47f 000001e0 00000001 00000000 bfaeead3
[ 21.173258] 5cc0: 00000000 00000078 ddded0e0 bfb1c7f7 00000400 ddded0e0 ddded438 ddc3ba00
[ 21.173267] 5ce0: 00000000 bfb1c969 00000000 c0520a1b 00006384 d735bbc0 ddf59800 bfb152f7
[ 21.173276] 5d00: bfb152e1 ddf59800 ffffff94 c0520be5 ddc20c00 ddb16010 ddf59800 0000134c
[ 21.173284] 5d20: 00000000 c055a6ff 00000000 c0134abd 00200018 c0134abd 00080003 00000001
[ 21.173293] 5d40: c0bcb008 c0134a33 ddf59e80 00000000 00000080 ddf59800 ddb1631c c055b1ab
[ 21.173301] 5d60: ddbd9680 00000000 ddc94000 ddb1631c 00000080 ddf59800 e0852c10 00000080
[ 21.173310] 5d80: 00000001 00000200 00000000 c055b3a3 ddf59800 ddf59e80 ddb16010 00000000
[ 21.173319] 5da0: 00000080 00000001 00000200 c055b7b9 ddcfe848 ddc95dd0 ddc3ba00 c0031ee9
[ 21.173327] 5dc0: ddbd9680 ddf59800 ddcfe838 ddcfe848 c0ca6430 ddc3ba00 c0995ba0 c05229a3
[ 21.173336] 5de0: c0bcc170 00000001 ddc95de4 00000001 ddcfe838 ddcfe800 00000000 00000000
[ 21.173345] 5e00: c0ca6640 00000014 ddc3ba00 c0524957 00000000 ddcfe800 00000001 c0524af5
[ 21.173354] 5e20: ddc95e18 dc8ba615 00000000 ddcfe800 ddcfe89c ddcfe868 ddbfd200 00000001
[ 21.173363] 5e40: ddbfd000 c051d59d ddcfe800 00000000 ddbfd200 00000001 00000001 ddc20c00
[ 21.173371] 5e60: 00000001 ddbfd000 00000000 c051ef87 df9128c0 c0061c15 1bf2decd 00000000
[ 21.173380] 5e80: ddc3be00 ddbfd154 ddbfd3e4 ddbfd208 ddc20c9c ddbfd09d ddbfd034 c0ca5c80
[ 21.173389] 5ea0: ddc3be20 ddbfd040 ddbfd038 00000001 ddc20c00 00000105 c0bcb008 ddbfd3e4
[ 21.173397] 5ec0: ddbfd200 c0d7a734 ddc3ba00 c0031e2f 00006384 00010105 df9123c0 dc8ba615
[ 21.173406] 5ee0: 00000000 ddbfd154 ddc5f900 df9123c0 df917100 00000000 ddbfd158 00000000
[ 21.173415] 5f00: c0c9b078 c004535f df9123c0 c0050d4b ddc95f18 ddc5f900 df9123c0 ddc5f918
[ 21.173423] 5f20: df9123e8 ddc94000 df9123c0 c0c9ac5a 00000000 c0045701 c0bc1600 ddc5f900
[ 21.173432] 5f40: ddc95f58 00000000 ddc60400 ddc5f900 c0045605 00000000 00000000 00000000
[ 21.173441] 5f60: 00000000 c00493f7 00000000 ffffffff ddc5f900 00000000 00000000 ddc95f7c
[ 21.173449] 5f80: ddc95f7c 00000001 00010001 ddc95f8c ddc95f8c dc8ba615 ddc95fa0 ddc60400
[ 21.173457] 5fa0: c0049349 00000000 00000000 c000ee15 00000000 00000000 00000000 00000000
[ 21.173466] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 21.173474] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000 ffffffff ffffffff
[ 21.173496] from
[ 21.173514] from
[ 21.173527] from
[ 21.173537] from
[ 21.173559] from
[ 21.173578] from
[ 21.173590] from
[ 21.173599] from
[ 21.173603] Exception stack(0xddc95c60 to 0xddc95ca8)
[ 21.173612] 5c60: 00000000 00000001 ddbd9680 00000048 00000001 0000003c 0000003c 00000000
[ 21.173620] 5c80: ddb1631c ddb16010 ddb1631c 00000001 00000000 ddc95cb0 c0050d4b c071c492
[ 21.173624] 5ca0: 40070133 ffffffff
[ 21.173636] from
[ 21.173724] from [](rt2x00queue_get_entry+0x1a/0x58 [rt2x00lib])
[ 21.173774] [](rt2x00queue_get_entry [rt2x00lib]) from [](rt2800usb_txstatus_pending+0x16/0x50 [rt2800usb])
[ 21.173794] [](rt2800usb_txstatus_pending [rt2800usb]) from [](rt2800usb_tx_sta_fifo_read_completed+0x78/0xe8 [rt2800usb])
[ 21.173830] [](rt2800usb_tx_sta_fifo_read_completed [rt2800usb]) from [](rt2x00usb_register_read_async_cb+0x16/0x34 [rt2x00usb])
[ 21.173851] [](rt2x00usb_register_read_async_cb [rt2x00usb]) from
[ 21.173875] from
[ 21.173887] from
[ 21.173898] from
[ 21.173909] from
[ 21.173920] from
[ 21.173934] from
[ 21.173944] from
[ 21.173953] from
[ 21.173962] from
[ 21.173972] from
[ 21.173983] from
[ 21.173994] from
[ 21.174009] from
[ 21.174020] Code: f85d eb04 f8d0 33b4 (f853) 0c14
[ 21.935650] ---[ end trace 0000000000000003 ]---
[ 21.935655] Fixing recursive fault but reboot is needed!
[ 21.935674] Unable to handle kernel paging request at virtual address ffffffec
[ 21.935679] pgd = c0004000
[ 21.935689] [ffffffec] *pgd=9fdf2861, *pte=00000000, *ppte=00000000
[ 21.935695] Internal error: Oops: 37 [#3] PREEMPT SMP THUMB2
[ 21.935749] Modules linked in: xt_connmark iptable_mangle bnep bluetooth arc4 rt2800usb rt2x00usb rt2800lib rt2x00lib crc_ccitt mac80211 omap_aes_driver omap_sham cfg80211 omap_rng rng_core snd_soc_davinci_mcasp snd_soc_edma snd_soc_o
map snd_soc_core rfkill snd_pcm_dmaengine snd_pcm snd_timer snd soundcore spi_omap2_mcspi evdev uio_pdrv_genirq uio sch_fq_codel
[ 21.935756] CPU: 0 PID: 80 Comm: kworker/0:2 Tainted: G D 4.4.21+ #1
[ 21.935759] Hardware name: Generic AM33XX (Flattened Device Tree)
[ 21.935773] task: ddbd9680 ti: ddc94000 task.ti: ddc94000
[ 21.935782] PC is at kthread_data+0xa/0x10
[ 21.935789] LR is at wq_worker_sleeping+0xd/0x80
[ 21.935794] pc : [] lr : [] psr: a0070133
[ 21.935794] sp : ddc95880 ip : 00000000 fp : c004986e
[ 21.935797] r10: 00000002 r9 : 0000000b r8 : 60070113
[ 21.935801] r7 : ddc95888 r6 : c0bcb008 r5 : ddbd9680 r4 : ddbd9680
[ 21.935805] r3 : 00000000 r2 : 00000002 r1 : c09b39f4 r0 : ddbd9680
[ 21.935810] Flags: NzCv IRQs on FIQs on Mode SVC_32 ISA Thumb Segment none
[ 21.935814] Control: 50c5387d Table: 9c438019 DAC: 00000051
[ 21.935818] Process kworker/0:2 (pid: 80, stack limit = 0xddc94218)
[ 21.935821] Stack: (0xddc95880 to 0xddc96000)
[ 21.935831] 5880: ddbd9680 c071a105 ddbd9680 0000000b ddc95a48 c0034a5f c0bd1ab4 c0bcb008
[ 21.935839] 58a0: ddc95a48 dc8ba615 0000000b ddc95a48 c004986e c0012935 ddc94218 0000000b
[ 21.935848] 58c0: c0bd1ab4 c0049872 00000020 ddc94000 bf000000 00000004 00000000 66000001
[ 21.935857] 58e0: 20643538 34306265 64386620 33332030 28203462 33353866 63302029 00203431
[ 21.935865] 5900: c071c496 c007968b c0a5f564 ddc95934 00000000 dc8ba615 ddc95934 ffffffec
[ 21.935874] 5920: ddc95a48 00000037 00000000 00000000 ddbd99dc ddc95a48 c071c496 c001dfb9
[ 21.935882] 5940: ffffffec c071d533 c0bcb008 00000000 00000004 c0cb4a14 00000000 c0cb3830
[ 21.935891] 5960: c0cbde00 c03e4875 ddc95988 dc8ba615 ddc9598c c0bcb008 ffffffec 00000037
[ 21.935899] 5980: dc8ba615 c0bd202c ddbd99dc ddc95a48 c071c496 c0009281 000c000b c071c281
[ 21.935908] 59a0: dd800c08 c0134b55 c0bf2f7c 0000000d c0bcb008 c0152a87 000c000b 00000001
[ 21.935917] 59c0: c0bcb008 ddc724c0 60070113 ddc95a37 ddc95a0c c0bc2240 000c000b ddc95a20
[ 21.935925] 59e0: dd0021e0 ddc60440 00000000 00000050 ddc60440 c0152b23 dc8ba615 000c000b
[ 21.935934] 5a00: ddc95a37 c045d0cd dd81f410 0000001a 00000013 dc8ba615 0000
U-Boot SPL 2015.07 (Aug 24 2016 - 10:52:03)

Other information

Reported by: Florin Sarbu

Test configuration: Beaglebone Green

Test case number: TC02

Test run: https://resinio.testlodge.com/projects/16238/runs/230391?tab=2&run_section_id=253424&executed_case_id=10655726#executed_case_10655726

PocketBeagle ethernet over microUSB doesn't get IP on v2.29.0+rev1

Before version v2.29.0+rev1 in order to obtain internet connectivity from a Linux host via onboard microUSB on PocketBeagle you would do the following:
Open nm-connection-editor on the host and edit the connection created by PocketBeagle when plugged. In the "IPv4 Settings" tab > Method > select "Shared to other computers". Then disconnect the board and plug it back in and the board will get an IP address.

Now on v2.29.0+rev1 the PocketBeagle doesn't automatically get an IP over the interface. Manually doing udhcpc will get an IP for the board.

Boot/reboot/shutdown splash screen

Steps to reproduce issue

Connect to the HDMI connected to a monitor
Boot the device

Expected result

Resin logo splash screen should be visible

Actual result

Resin logo not displayed at boot-up. (to be double checked with a different HDMI display)

At reboot/shutdown the logo is displayed correctly

Other information

Reported by: Florin Sarbu

Test configuration: Beaglebone

Test case number: TC07

Test run: https://resinio.testlodge.com/projects/16238/runs/196239?tab=2&run_section_id=176148&executed_case_id=9459429#executed_case_9459429

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.