From owner-freebsd-mips@freebsd.org Sat Jan 2 18:34:42 2016 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 D0727A5FB7C for ; Sat, 2 Jan 2016 18:34:42 +0000 (UTC) (envelope-from kamathanant@gmail.com) Received: from mail-io0-x235.google.com (mail-io0-x235.google.com [IPv6:2607:f8b0:4001:c06::235]) (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 9EAF21E19 for ; Sat, 2 Jan 2016 18:34:42 +0000 (UTC) (envelope-from kamathanant@gmail.com) Received: by mail-io0-x235.google.com with SMTP id o67so405897409iof.3 for ; Sat, 02 Jan 2016 10:34:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=d0omZG/8KJwH3gN6NneWPojPu5KwUGOcpQGic8WdQXw=; b=CjDGs1TPQgZmTM0pHCdmDOjJeXiYZY4NIII2zhiD5ye2+hAxC2ELxTFuCh2BVcLdiR 2Gvq84D/YLYlQoxDaDNpeZHKii7WrX1SOs4FS0opfjAsMvn7B85L+1Tq7+5m7pcjoSac Vwd6bPbdpe0hp0wxQhQeShSZS1s+wmhaaANvJHVqysLCuF5yWXx7R/2UYMx6Tgd7QTN1 wEAAp6JryvJE5rxhZxxYtKl5vfaiwhqstKw4CGRCTmcJAVVFLTuXBwUdQy5cQIZzMweP qlPVfWnaJXL90/LwFKjvagD9ehIdMRx/Wg4m8hNRKvTYUTWfzP2cG3wWyluEkc50ZUXZ xzzg== X-Received: by 10.107.34.79 with SMTP id i76mr19214983ioi.195.1451759681873; Sat, 02 Jan 2016 10:34:41 -0800 (PST) MIME-Version: 1.0 References: <20151228221028.068b5baa6fb876d20821d338@ddteam.net> In-Reply-To: <20151228221028.068b5baa6fb876d20821d338@ddteam.net> From: Anant Kamath Date: Sat, 02 Jan 2016 18:34:32 +0000 Message-ID: Subject: Re: [RT5350] Unable to login on an HLK-RM04 To: Aleksandr Rybalko , Adrian Chadd Cc: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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, 02 Jan 2016 18:34:43 -0000 Hi, This is resolved. I managed to login via the serial console and also via telnet. Turns out I was not using the build scripts correctly. Thank you Adrian and Aleksandr for your help. Cheers, Anant On Tue, Dec 29, 2015 at 1:41 AM Aleksandr Rybalko wrote: > On Sun, 27 Dec 2015 09:37:13 -0800 > Adrian Chadd wrote: > > > I'm on that today. > > > > please file bugs for both of those (can't login, and incorrect console > device.) > > > > > > -a > > I'm not sure how it done in Adrian's build, but I fix that problem few > weeks ago for zrouter.org: > http://hg.zrouter.org/hg/zrouter/rev/18651f8c0b45 > > Anant, please take a look, if it helps you too. > > > > > > > On 27 December 2015 at 04:31, Anant Kamath > wrote: > > > Changing /etc/ttys to use ttyu1 instead of ttyu0 makes the login prompt > > > work (it gets displayed). > > > > > > However, no username seems to be valid. (I tried root, user) > > > > > > Configuring /etc/ttys to autologin like this: > > > > > > ttyu1 "/usr/libexec/getty al.57600" vt100 on > secure > > > > > > also fails. (It results in an infinited failed login loop) > > > > > > After fixing the network settings in the image (to use rt0 instead of > > > arge0, and enabling the if_bridge device in the kernconf), I can now > > > connect via telnet, but telnet too rejects the credentials (login: > user, > > > blank password; login: root, blank password; login: root, password:root > > > fails) > > > > > > ( New boot message: http://pastebin.com/qYcBR0bq ) > > > > > > I think this is now more an issue that I should post here: > > > https://github.com/freebsd/freebsd-wifi-build > > > but I welcome any help if I'm missing something really obvious. > > > > > > Regards, > > > Anant > > > > > > > > > > > > On Sun, Dec 27, 2015 at 3:52 PM Anant Kamath > wrote: > > > > > >> Hi, > > >> > > >> I was trying to get FreeBSD to work on a HiLink HLK-RM04 which has a > > >> RT5350 SoC (and 32MB RAM, 8MB Flash) for the past couple of weeks in > my > > >> free time. OpenWRT has so far worked splendidly on this. > > >> > > >> I had tried the RT305X kernel (which booted after removing the BOOTP > > >> options) but couldn't get my mfsroot image to mount. > > >> > > >> Then I was genuinely surprised when a new RT5350 conf and other bits > got > > >> added just a couple of days ago (and then I found this mailing list > and the > > >> other threads about it). > > >> > > >> So I tried the new kernconf (configured with MFS_IMAGE and > > >> GEOM_UNCOMPRESS) with a mfsroot image created using Adrian Chadd's > > >> freebsd-wifi-buiild and tftpbooted it. > > >> (I also had to do this: > > >> https://github.com/freebsd/freebsd-wifi-build/issues/9) > > >> > > >> The md0.ulzma image gets mounted, however the prompt ends here: > > >> > > >> ..... > > >> ifconfig: interface bridge0 does not exist > > >> bridge0: done > > >> *** inetd > > >> *** Done! > > >> > > >> Output on the terminal freezes here. > > >> (Full boot message here : http://pastebin.com/gkkBsJDn) > > >> > > >> Is the init complete at this point? I'm not getting any login prompt > after > > >> this. > > >> How does one access the console from here (over serial)? > > >> > > >> Also, I understand that this rt5350 support is work-in-progress, and > would > > >> love to help with the effort. > > >> > > >> Regards, > > >> Anant Kamath > > >> > > > _______________________________________________ > > > freebsd-mips@freebsd.org mailing list > > > https://lists.freebsd.org/mailman/listinfo/freebsd-mips > > > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org > " > > _______________________________________________ > > freebsd-mips@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-mips > > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" > > > -- > Aleksandr Rybalko >