From owner-freebsd-arm@freebsd.org Sat Jul 21 17:22:44 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 267351051419 for ; Sat, 21 Jul 2018 17:22:44 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x236.google.com (mail-it0-x236.google.com [IPv6:2607:f8b0:4001:c0b::236]) (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 9534570F4F for ; Sat, 21 Jul 2018 17:22:43 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x236.google.com with SMTP id q20-v6so18539396ith.0 for ; Sat, 21 Jul 2018 10:22:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=CVt2rIgf8lp84LOZCsTVoOzWyXLSBILtXqIluXPGtys=; b=fmAUEWSGX1yrmyxzV5X/CR0vft1q85W+u0nOhoLwbGlpkaEaQC72wtunsj3vCkAAjt LAFJZgDf8WhHUQMYN7TeSYU3ejN+oepTIrVcv4qAAwPKrrTiGhmrJ+yoXjUz2RBO6JAf GBW7xbokBXlp4kjER6j4peaRkib+61IsQKyMHSmONmsMrzWmr8JuoAzOZGeXorCVNoIr aRA023QyoGEMvmZnzAYFwIQNkDqmU/WwMYLmmryVbyz26cCmvQjSDqAZD17KAnY4DqEk 0x2qNZzC+P6U3rouIO41w+Hjd9HhaIoKdG+N3mgT4YP6QtPbjM1CPqN4Wxlq8a1aQrQO oOiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=CVt2rIgf8lp84LOZCsTVoOzWyXLSBILtXqIluXPGtys=; b=X91zXiUzxXyuCu5ujitTfWD2Wz6imjAHV1UtgK0LslsdmMtQoM2acBwzgRNMPKZCrf ntzJdPKM6HUMyRy/cJt0Nl0e6IvhvPOvCAjzXoKTQwcYzyjBUYyAWzL5GaGRa/ov8tah wd4QoWZer93ub7jRuIPj5SkEUpKkcQYWf+ZCZ+pcOFHEtQc21tc5VYv3cHCAVdHIeJRX iVXSvaPG5PIRlsJbrsXEtQwTIvTurJECAsL4lHhJAUoAa7Ll3oAqR/RQlCguEjRgrNtv Y09edAtpA/AN93vnSS+IPjLmchaA1RwxFRbd0b38YIAEOuQKoCUKT3cHja5My4wpdQmH L6SQ== X-Gm-Message-State: AOUpUlG6AZZMedFuiGoEg1bxm6/5MVEDXshlx3QPFmeo0qlBOZJ452FA FLt8oEi6w1GaZeJi+g3vT4UB2afh5EiMFjo6RkzuVR6eLjU= X-Google-Smtp-Source: AAOMgpcKYTwVNQp8PR5hUhNgIxfexJQk7nArg42sAWu5YGFEe43mcdKNm9xA+dGw6ak6lXWB0zsQT3m6HqCym9geVro= X-Received: by 2002:a24:7288:: with SMTP id x130-v6mr5519145itc.73.1532193763005; Sat, 21 Jul 2018 10:22:43 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 2002:a4f:4485:0:0:0:0:0 with HTTP; Sat, 21 Jul 2018 10:22:42 -0700 (PDT) X-Originating-IP: [2603:300b:6:5100:1052:acc7:f9de:2b6d] In-Reply-To: References: From: Warner Losh Date: Sat, 21 Jul 2018 11:22:42 -0600 X-Google-Sender-Auth: QEQOYddqF-rHSTWIbbrbrgpbOJM Message-ID: Subject: Re: GUMSTIX image To: Jacques Fourie Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jul 2018 17:22:44 -0000 On Sat, Jul 21, 2018 at 11:20 AM, Jacques Fourie wrote: > Hi, > > I managed to boot a gumstix image on an actual gumstix board but this was > almost 10 years ago. I can try to dig up some info if it will help. If I > remember correctly this was with FreeBSD 8 (current at the time). > Do you recall which gumstix model? And by the GUMSTIX image, I was referring to the re@ produced image. Warner > Jacques > > On Sat, Jul 21, 2018 at 12:23 PM, Warner Losh wrote: > >> Greetings, >> >> I'm looking for anybody that's ever successfully booted a GUMSTIX image. >> I'd like details of how to use it, what version and what board / qemu you >> used to do so. >> >> Thanks a bunch. >> >> Warner >> _______________________________________________ >> freebsd-arm@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-arm >> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >> > >