From owner-freebsd-arm@freebsd.org Mon Jul 17 00:41:36 2017 Return-Path: Delivered-To: freebsd-arm@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 29FAFC7D301 for ; Mon, 17 Jul 2017 00:41:36 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-lf0-x22d.google.com (mail-lf0-x22d.google.com [IPv6:2a00:1450:4010:c07::22d]) (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 A8AA46C42B for ; Mon, 17 Jul 2017 00:41:35 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-lf0-x22d.google.com with SMTP id h22so76921820lfk.3 for ; Sun, 16 Jul 2017 17:41:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=K9rEoZ+/j3Y9RQRGVQkiQHM8L6W+5t74TuF7ukmtTZA=; b=f9fHxj2/ma4pWuVhZb8VXYhTOKFwRqeMCD6ScZSHN8UdRuBRdkGQYCYMWQygsZ7muC jTqkaP7rqoqSLAHjJG3oIYXt4ZiFnDdTmEwe5LiDDRBeid1MuTU1Bsw6sbAwxyTC8gtD jg8dEP73wqyuCPGxbIoCpJ4slpkPdRqLFjSsWMwA39idzTgAws5vRFEE+gNs1guXofjG D9/PTVfd+pvJ235vPaktHolq1fldCOtsvnYr/gm0cfj3Z7zHi/5i0w42OEvcc/hex36L +ZixYM4nxFEEBmnHINge6fbEDhivDgm1XrWB49VAINBrOxpTaKimjR4PB/kMNotdLNwC z80Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=K9rEoZ+/j3Y9RQRGVQkiQHM8L6W+5t74TuF7ukmtTZA=; b=bwN92CdBF9zttuLKSo5bbHVBMRyjV8YhunatxQhDLK63RS87KHIdLcuKJfqklx6zNy d1nRrvJhsh8ck+Hg/rYDRVCkKcn5uPu06JW1yTp1DXUzdJZhIaRVLpvKCC5bc/1tOORx H4BLu+z2OYRYb0mqU/nVl+hjGagCKSi1hzWrnHcDYiFbj2MEMw13ePxGNYI45CpPleyr +srLtvdQG1uDZGRTbch3aIpbWxTJmd5uDMqQ/+lLlm0p9gXLt723lgGg0uUzzfqNqHw3 ALrtG/nwmxr1Avo8O7PfpltNUWsqyqsyGJfssAQVfndEbSmUn/6HEDcM4tFlwR/5SzWs HtKg== X-Gm-Message-State: AIVw111d+OWJdcOdr4xUerhNYM0C0qY4etyf/blx1/192UC3iEJqxvNs TuCtgGmcqsiDskn3mLtLIcxEa8eyfXax X-Received: by 10.25.201.3 with SMTP id z3mr5295495lff.72.1500252093005; Sun, 16 Jul 2017 17:41:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.82.211 with HTTP; Sun, 16 Jul 2017 17:41:32 -0700 (PDT) From: Russell Haley Date: Sun, 16 Jul 2017 17:41:32 -0700 Message-ID: Subject: BBB & IMX6 Hummingboard SDIO driver To: freebsd-arm Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2017 00:41:36 -0000 Hi, I'm building for a BBB and I think I've got almost everything but I er... can't find the dtb file or the uEnv.txt file. Any help would be grand? I have a feeling I'm going to have to beg/borrow/steal a uEnv.txt file from a pre-built image. As I'm going through the process of re-learning the build steps, i thought of a couple of things that I either didn't see or couldn't find on the website: - A list of boards and their kernel config files - An easy reference on where to find the bits after the build. yes, yes, it's in the handbook. - Since u-boot has been standardised now, it would be nice to have a section on where to get u-boot and the other bits needed to boot. Anyway, I've got an unprecedented week with no work and no kids, so I'm going to do what any sane person would do during a beautiful July summer: play with FreeBSD! My end goal - and this is a stretch target - is to try and adopt Illyia's SDIO driver. I'm not sure how far I'll get, or much time I'll have after my week is up, but that's what my objective is. I've built the system using the kernel config BEAGLEBONE-MMCCAM in the blind hope that it will use his drivers? Once I get that working and can verify it in dtrace (maybe? yet another rabbit hole!) I want to get it working on my IMX6 hummingboard. oh, and I suppose I should open up some code, eh? Okay, now why isn't my PC computer seeing my sd cards? grrr... ;) Cheers, Russ