From owner-freebsd-embedded@FreeBSD.ORG Fri Oct 25 23:48:38 2013 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9D830D4D for ; Fri, 25 Oct 2013 23:48:38 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qc0-x22f.google.com (mail-qc0-x22f.google.com [IPv6:2607:f8b0:400d:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5DD712A96 for ; Fri, 25 Oct 2013 23:48:38 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id e16so2389300qcx.20 for ; Fri, 25 Oct 2013 16:48:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=bBNluwajphKbrlUi/8wrv0C+5WJOpb9qgj7vScfx48o=; b=sU40na1FTwqy/Wrliy0SZCPEZbz1eGvjCCTQ0xCSfuP/4gIGXnMkzrJc4UTB/xhhZO /9bZyX2JTf+XZ5VMNZHM6KE3PA7sFNmgjjegkd9GflZRbvFbI6xqYngvAadmEuCECeMB rPYsAf2xLJynYTpt2a65816XXULtIIj+63hhTEZbuD32WpTSJePRkqNtof5jTIVMzGZi vDmsSAPBUujdFtzRQUvHAmXXh5catyou4DtXsGjAAifT6IubNRevWFH5NixduiMwSTfd P36CKS9mB0KANn7SrQL8wQaFf2ZyZKQgksVxaSPFXrS4xt4Re53du1pdo15wm/yAWinh GdwA== MIME-Version: 1.0 X-Received: by 10.229.106.131 with SMTP id x3mr14247162qco.1.1382744917622; Fri, 25 Oct 2013 16:48:37 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.207.66 with HTTP; Fri, 25 Oct 2013 16:48:37 -0700 (PDT) In-Reply-To: <20131026010746.77637@relay.ibs.dn.ua> References: <20131026010746.77637@relay.ibs.dn.ua> Date: Fri, 25 Oct 2013 16:48:37 -0700 X-Google-Sender-Auth: mG84JWqU3CqpNvOXhBh0AExLfF8 Message-ID: Subject: Re: TpLink-Wr1043nd: what to do after successfull flashing? From: Adrian Chadd To: Zeus Panchenko Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-embedded@freebsd.org" X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 23:48:38 -0000 Hi! * There's currently no sshd, pf, bsnmpd. There's just not enough space to have them. Someone needs to slim things down so they all fit. * The default password is 'no password' * To save changes, use the 'cfg_save' command. * adding ports - I'm not sure, sorry. I was hoping there'd be a way to cross-build ports without installing a whole port build framework like poudriere but unfortunately that doesn't seem to be the case at the moment. The embedded images are mostly just for evaluation and testing. In order to really run on these platforms we do need a few things: * I think we need to either slim down libc, libcrypto, libssl, etc - or build a system against a BSD licenced libc (like what android is using); * .. and then teach the build system about how to link against an alternate libc, rather than the default libc; * I think we need to build some extra things like dnsmasq and dropbear against said library set. That would make the userland much, much smaller and more ameniable to embedded hackery. Thanks, -adrian On 26 October 2013 15:07, Zeus Panchenko wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > hi all, > > just have successully flashed TP-WR1043ND v.1.0 and now, please, I need > help to move further ... > > in console everything was looking fine (it looks like I'm too early > removed serial console) but question have arisen: > > 1. is there sshd, pf, bsnmpd? > > 2. what are the default passwords for users `root' and `user'? while > trying to telnet I was asked the password ... (while on serial > console I have changed the passwords and successfully telneted in, > but I forgot to save changes (how to do that?)) > > 3. how to add ports I want (dhcpd, openvpn)? > > 4. how to remove what I need not to free space for ports, for example > wifi support (is sys/mips/conf/TP-WN1043ND and AR91XX_BASE the only > place to do)? > > - -- > Zeus V. Panchenko jid:zeus@im.ibs.dn.ua > IT Dpt., I.B.S. LLC GMT+2 (EET) > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.19 (FreeBSD) > > iEYEARECAAYFAlJq67IACgkQr3jpPg/3oyrO1wCgwZTozL2SeGxrhoh5HJKvYNWr > n0gAoMF1qaVRuzVfKYa6c0zzLnIw1nfW > =bRKY > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-embedded@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-embedded > To unsubscribe, send any mail to "freebsd-embedded-unsubscribe@freebsd.org > " >