From owner-freebsd-arm@freebsd.org Sat Jun 18 08:09:45 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB676A796F8; Sat, 18 Jun 2016 08:09:45 +0000 (UTC) (envelope-from onwahe@gmail.com) Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8CA892C4B; Sat, 18 Jun 2016 08:09:45 +0000 (UTC) (envelope-from onwahe@gmail.com) Received: by mail-io0-x236.google.com with SMTP id n127so95039556iof.3; Sat, 18 Jun 2016 01:09:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=IdtthlhC+kWBmZ9wJQsMskMw9+QMqMol/3Ij1ZLan/o=; b=U8iIjlsilPrdp2pedJHZxXApmI7SC7xUYLe27Yy8lsNW+aVE8nZbDIgGpDRE21KJ6/ pYh8WMS7YXF1jWxxJGw9kl1nF20CL2ULFGKaAYsFX4iz6itFboDxtvfhLsOiBbM9JMpC wlVWV+Ein//wgVXkoKwvUCfPjPmjmTKZtsOvvb2oYGYC6S5A3OAZ0ASKaX6ZcNBPRhny tQZQha9zMNvZbtUil9qMMg0ZOog6emNft8waEre+J910+famHH7LLv1SIkAlneR9GbFf AUzL6nqCXgz491tW7VA7WNDj95A0k9KzA6F+lG9LBAdOEcdbwQ60FuOBWCY9j7AsShSH dTHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=IdtthlhC+kWBmZ9wJQsMskMw9+QMqMol/3Ij1ZLan/o=; b=Yu4VuDKbZd5d09itrypZ6wtItHN5rzVYmheh2ufD9q8/qrDUMnKOXz7/vC6YyxdTEu kqOeQMGzlhStGvpfBevX88/IsgFzETg8LgdaBlDX1wXcyuLoRDhEq8LB/GBxFo6XgZGJ Ib07nWaLPaO3L+NXxt6glVDAFxMDgCLGAjddxqQQCu2ytCmmjvqXLwhbADOsjgR058mL X+9XSDQs3oZzNgK7r9QPFbR/0XE8ZxS8LYp1bIdk3E5rriDAMcDt6KtXysjwC9pHxDgn bE7/JIp4QnRR92wHBoALvqVYytTb2LntEvIYJ1UPlGXUMLJZxbuWVN7yR1UY+aQSDOR8 tfNA== X-Gm-Message-State: ALyK8tKTr/y/B6wnsOer0lFL3SVpoFM5FLd4XNyLmPrnDBW6qwDyNAUFQoTfEOJQ7Qn47Ow/+gsxfQkJJH/YzQ== X-Received: by 10.107.142.4 with SMTP id q4mr8951432iod.30.1466237384937; Sat, 18 Jun 2016 01:09:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.162.75 with HTTP; Sat, 18 Jun 2016 01:09:44 -0700 (PDT) In-Reply-To: References: From: Svatopluk Kraus Date: Sat, 18 Jun 2016 10:09:44 +0200 Message-ID: Subject: Re: BBB (cpsw(4)) seems to be broken in the latest 11-current To: Maxim Sobolev Cc: FreeBSD Current , "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jun 2016 08:09:45 -0000 On Sat, Jun 18, 2016 at 8:50 AM, Maxim Sobolev wrote: > Updated my BBB to the latest -current, immediately got this while trying to > make world over ssh console: > > 06:02:17 CPSW watchdog cpswss0: watchdog timeout > cpswss0: Unable to cleanly shutdown transmitter My BBB stucks in cpsw0 during boot rarely, and even soft reset (reset button) does not help. Only hard reset (power-off) helps. I have never had time to discover where a problem is. I'm not even sure if this is related to your problem as I did not remember exact dmesg in my case. Svata > > Interface seems to be locked after that, no traffic comes in or out. > > This is: > > FreeBSD 11.0-ALPHA3 #1 ba7edef(tps65217x)-dirty: Fri Jun 17 16:22:07 PDT > 2016, svn revision 301898 > > The previous version that was rock-solid was: > > FreeBSD 11.0-CURRENT #0 9d390ee(tps65217x)-dirty: Mon Jul 6 19:31:30 PDT > 2015, svn revision 284878 > > I've been running buildworlds for literally days on that board, because > it's how long it takes to build on that hardware. :) > > I'll run it again and see if the issue re-appears. > > If anyone seen this or if it's known issue please let me know. > > Thanks! > > -Max > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"