From owner-freebsd-questions@FreeBSD.ORG Fri Dec 13 07:35:43 2013 Return-Path: Delivered-To: freebsd-questions@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 ESMTPS id C43248BE for ; Fri, 13 Dec 2013 07:35:43 +0000 (UTC) Received: from mail-qe0-x22b.google.com (mail-qe0-x22b.google.com [IPv6:2607:f8b0:400d:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FB161D74 for ; Fri, 13 Dec 2013 07:35:43 +0000 (UTC) Received: by mail-qe0-f43.google.com with SMTP id 2so1284425qeb.2 for ; Thu, 12 Dec 2013 23:35:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HQTjh+bmuou+oNMZrSqq3Qq8jHufWGrNcHGUPosCG1s=; b=a9QaJR11Mq+i8nIJnZa61HyEhr198P5IEwE8/qbZBcCCgxul/aemajM78PWtj4E7Rv Tf9q7hclMnzzqGEK0hnrXhTMAKFiqxkMnq+S5eb1Bx9VbiDn75DsoUpKY0k0cnTIPcuO k8IV+hkf5eEhU8Pfl5ShElCx7oAZVbKEFscPPtMZDhhRISWyiRLYu5kgUqvkQms/k6tz bs4nQW5rs5O/iQJFbwX9EacuKyft3e0k9kEe7acKtskjs7DYzC/iw6FPyoKz1M14b6ZV WsUueUQHVl1CH2aseEa3hWmMC43R31ddIhOTPwBBVlCaGKS0LZLqnSc/0iU8L/1USzvG rKcg== MIME-Version: 1.0 X-Received: by 10.224.4.70 with SMTP id 6mr2005936qaq.86.1386920142446; Thu, 12 Dec 2013 23:35:42 -0800 (PST) Received: by 10.224.98.69 with HTTP; Thu, 12 Dec 2013 23:35:42 -0800 (PST) In-Reply-To: <528CE3FF.5060806@viste-family.net> References: <528CD88F.7050100@viste-family.net> <528CE3FF.5060806@viste-family.net> Date: Fri, 13 Dec 2013 09:35:42 +0200 Message-ID: Subject: Re: ALIX nanobsd boot issues From: Dimitar Vassilev To: Mateusz Viste Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2013 07:35:43 -0000 Hi Mateusz and list, Just for the record - I was able to boot using my own original configuration and DHCP works fine. Issue was that I forgot to bring in a null modem cable between the usb to serial adapter and the console. Another thing is not to use USB hubs, but a direct USB port. Happy holidays everyone, Dimitar 2013/11/20 Mateusz Viste > I don't think that two partitions is a problem - I indeed have set up only > one, but that's only because I use a 512M compact flash and 2 partitions > were generating an image that was unable to fit on my CF :) > If you set the Alix bios to use 9600 then that's fine - in fact, it's > exactly what I did as well. > You should however try out to create your own config file and use > nanobsd.sh right away - that's what worked for me at least. > > cheers, > Mateusz > > > > > > On 11/20/2013 05:10 PM, Dimitar Vassilev wrote: > >> Thanks Mateusz, >> I have the the ARCHs definitions properly set in the config file, so >> this is not an issue. What I saw is that you're not initializing the 2nd >> partition which I did in the past and it worked. >> Hence I will try again with just 1 partition, I have set my console speed >> in the board BIOS to 9600 bps. If not successful again. I will set both to >> 38400. >> Dzienky, >> Dimitar >> >> >> 2013/11/20 Mateusz Viste >> >> Hi, >>> >>> Alix is a 32 bit i586 Geode cpu, and your build machine seems to be an >>> amd64 - I'd advise building on the same arch, it makes things a bit >>> simpler >>> :) >>> >>> Anyway, I recently played a bit with nanoBSD myself (on an Alix box, too, >>> and on a 9.2 system like you), and at the end I gave up with the specific >>> 'pcengines' script. I used the generic nanobsd.sh script instead, >>> modified >>> the conf file a bit (for example added "customize_cmd cust_comconsole"), >>> and then it worked like a charm. >>> >>> I documented all my steps and configuration files here: >>> >>> gopher://gopher.viste-family.net/0/myinfobase/phlogengine. >>> cgi?disp2013-11-17 >>> >>> Also, note that Alix uses a unusual default serial speed (38400 bps), >>> while the nanobsd script resets the serial port to classic 9600 bps. >>> >>> HTH. >>> >>> cheers, >>> Mateusz >>> >>> >>> >>> >>> >>> On 11/20/2013 04:26 PM, Dimitar Vassilev wrote: >>> >>> Hello all, >>>> I've cooked myself a nice Nanobsd set for my Alix 1D. I'm having issues >>>> with serial console not showing any messages over the cable. Cable is >>>> OK. >>>> Tried swapping the com ports and still nothing >>>> My configs are located at http://playground.oldbonez.net/ >>>> The build host is >>>> FreeBSD dragon.usr.uxlab2.org 9.2-STABLE FreeBSD 9.2-STABLE #1 r256284: >>>> Fri >>>> Oct 11 02:42:10 EEST 2013 >>>> root@dragon.usr.uxlab2.org:/usr/obj/usr/src/sys/GENERIC >>>> amd64 >>>> CPU: Intel(R) Core(TM) i5-2500 CPU @ 3.30GHz (3292.60-MHz K8-class CPU) >>>> Origin = "GenuineIntel" Id = 0x206a7 Family = 0x6 Model = 0x2a >>>> Stepping = 7 >>>> >>>> Features=0xbfebfbff>>> APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI, >>>> MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> >>>> >>>> Features2=0x1fbae3ff>>> VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2, >>>> x2APIC,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX> >>>> AMD Features=0x28100800 >>>> AMD Features2=0x1 >>>> TSC: P-state invariant, performance statistics >>>> real memory = 17179869184 (16384 MB) >>>> avail memory = 16423579648 (15662 MB) >>>> Event timer "LAPIC" quality 600 >>>> ACPI APIC Table: >>>> FreeBSD/SMP: Multiprocessor System Detected: 4 C >>>> I tried also booting without disabling VGA - system boots up, but I'm >>>> unable to get a login prompt >>>> I would appreciate if someone is willing to advise me where I'm wrong? >>>> Am I removing too much software or something else? >>>> Should I try another card? >>>> Thanks, >>>> Dimitar >>>> >>>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to "freebsd-questions- >>> unsubscribe@freebsd.org" >>> >>> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions- >> unsubscribe@freebsd.org" >> >> _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" >