From owner-freebsd-mips@freebsd.org Sat Dec 26 01:14:12 2015 Return-Path: Delivered-To: freebsd-mips@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 460D0A5184C for ; Sat, 26 Dec 2015 01:14:12 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.chatusa.com) Received: from pdx.rh.CN85.chatusa.com (br1.CN84in.chatusa.com [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 800181E83 for ; Sat, 26 Dec 2015 01:14:10 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.chatusa.com) Received: from pdx.rh.CN85.chatusa.com (localhost [127.0.0.1]) by pdx.rh.CN85.chatusa.com (8.13.3/8.13.3) with ESMTP id tBQ0ve0s005567; Fri, 25 Dec 2015 16:57:40 -0800 (PST) (envelope-from freebsd@pdx.rh.CN85.chatusa.com) Received: (from freebsd@localhost) by pdx.rh.CN85.chatusa.com (8.13.3/8.13.3/Submit) id tBQ0vcVO005566; Fri, 25 Dec 2015 16:57:38 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201512260057.tBQ0vcVO005566@pdx.rh.CN85.chatusa.com> Subject: Re: mt7620 works! In-Reply-To: <567DBF69.6080803@digiware.nl> To: Willem Jan Withagen Date: Fri, 25 Dec 2015 16:57:38 -0800 (PST) CC: Stanislav Galabov , "freebsd-mips@freebsd.org" X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 01:14:12 -0000 ... > > But if you're trying to build a kernel for the WiTi board (MT7621) you won't be able to as the MT7621 bits are still not in -head. > > > > The last commits by Adrian only support RT305x and introduce support for RT5350 (basic support) and MT7620. The MT7620 is substantially different than the MT7621, so it's not a straightforward thing to make it work (UART is different for one). > > > > I'll continue working on Mediatek/Ralink support in the new year, so hopefully things are going to get easier then. > > Sort of informative, but the page refers to 'oldlzma'. > Which I suspect is needed otherwise Uboot starts complaining about > during decompressing and aborts. Also I see in the page where some of the magic 0x80xxxxxx addresses come from, but where did the magic number come from for these two commands: tftpboot 0x80800000 DIR-620/kernel.oldlzma.uboot bootm 0x80800000 -- Rod Grimes rgrimes@freebsd.org