From owner-freebsd-arm@FreeBSD.ORG Thu Aug 15 14:26:37 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 55457460 for ; Thu, 15 Aug 2013 14:26:37 +0000 (UTC) (envelope-from shigeru@os-hackers.jp) Received: from mail2.asahi-net.or.jp (mail2.asahi-net.or.jp [202.224.39.198]) by mx1.freebsd.org (Postfix) with ESMTP id 277B4239D for ; Thu, 15 Aug 2013 14:26:36 +0000 (UTC) Received: from localhost (w142149.ppp.asahi-net.or.jp [121.1.142.149]) by mail2.asahi-net.or.jp (Postfix) with ESMTP id C94BC40C8E for ; Thu, 15 Aug 2013 23:05:15 +0900 (JST) Date: Thu, 15 Aug 2013 23:04:07 +0900 (JST) Message-Id: <20130815.230407.71104231.shigeru@os-hackers.jp> To: freebsd-arm@freebsd.org Subject: quick hack to use ACT LED for checking shutdown From: shigeru@os-hackers.jp X-Mailer: Mew version 3.3 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 14:26:37 -0000 Hi all, I hope to know RaspberryPi is shutdowned with out display(or serial console). So I write a patch to use ACT LED which is on at boot time, and off at shutdown time. http://freebsd-current.os-hackers.jp/pub/FreeBSD/snapshots/20130815/raspberry-pi/patch-act_led-r254362.diff It seems me working fine. Please try it if you are interested my patch. Thanks, --- YAMAMOTO Shigeru