USB on BeagleBoard Black

2017-05-07 Thread Kenneth Hendrickson
I just bought a Beagleboard Black. Its purpose is to be a firewall for Intel machines with hardware backdoors. So I need both ethernet and USB working, cuz I want wired (to the compromised laptop) and wireless (to the cloud). I will remove the wireless card from my laptop, and protect it behi

Re: USB on BeagleBoard Black

2017-05-09 Thread Kenneth Hendrickson
On Sun, 5/7/17, Kenneth Hendrickson wrote: > I would appreciate pointers to any > documentation and work which has been done so far, to help > me get started. Documentation here (see chapter 16): http://www.TI.com/lit/ug/spruh73p/spruh73p.pdf

Re: BeagleBoard Black Won't Boot into OpenBSD Installer

2017-05-12 Thread Kenneth Hendrickson
? On Sat, 5/13/17, Kenneth Hendrickson wrote: Subject: Re: BeagleBoard Black Won't Boot into OpenBSD Installer To: arm@openbsd.org Date: Saturday, May 13, 2017, 12:58 AM I followed this: http://www.TedUnangst.com/flak/post/OpenBSD-on-BeagleBone-Black but it always booted

Re: BeagleBoard Black Won't Boot into OpenBSD Installer

2017-05-12 Thread Kenneth Hendrickson
This: https://wiki.FreeBSD.org/FreeBSD/arm/BeagleBoneBlack didn't work. It still always boots into Linux. I'm still missing the secret sauce to boot from the Micro SD card. On Sat, 5/13/17, Kenneth Hendrickson wrote: Subject: Re: B

BeagleBoard Black Won't Boot into OpenBSD Installer

2017-05-13 Thread Kenneth Hendrickson
I can't get Beagleboard Black to boot into the OpenBSD installer. What am I doing wrong? What I did: * Copied miniroot-am335x-61.fs to my Micro SD card with dd * Placed Micro SD card into Beagleboard Black * Held button hear SD card while applying power, and/or rebooting It always reboots into Li

Re: BeagleBoard Black Won't Boot into OpenBSD Installer

2017-05-13 Thread Kenneth Hendrickson
I followed this: http://www.TedUnangst.com/flak/post/OpenBSD-on-BeagleBone-Black but it always booted into Linux. What is the secret sauce to get it to boot from the micro SD card? On Sat, 5/13/17, Kenneth Hendrickson wrote: Subject: BeagleBoard

Re: BeagleBoard Black Won't Boot into OpenBSD Installer

2017-05-13 Thread Kenneth Hendrickson
I stopped the booting process and got into uboot. I changed the environment variable mmcdev to 1, from 0. The change didn't stick, and it still booted into Linux. I notice that bootcmd hard codes setting mmcdev to 0. Maybe there is something that can be done in uboot to make it boot the OpenBSD i

Re: BeagleBoard Black Won't Boot into OpenBSD Installer

2017-05-13 Thread Kenneth Hendrickson
WORKING NOW! I have no idea what I was doing wrong, but it is booting into the OpenBSD installer now.

Re: BeagleBoard Black Won't Boot into OpenBSD Installer

2017-05-13 Thread Kenneth Hendrickson
On Sat, 5/13/17, Jonathan Gray wrote: > You need to hold down the boot > switch while booting to boot from SD card I did that. It didn't work. There is something else needed ... > if > the eMMC contains a msdos filesystem with MLO etc.  If > bootin

Re: clarification of tsleep

2017-12-03 Thread Kenneth Hendrickson
--- On Sun, 12/3/17, Stephen Graf wrote: > Hz is the symbol for cycles, Hz is equivalent to (seconds)^-1. So 1/Hz is just seconds. The documentation is very poor.