Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: watchdog on Beaglebone Black



On Fri, 11 Mar 2016 00:00:02 +0000 (UTC), John Klos <john%ziaspace.com@localhost>
wrote:

> It seems that newer Beaglebone Blacks have their watchdog enabled by
> u-boot.  I never ran in to this because my u-boot precedes this change,
> but a netbsd-7 kernel on a new Beaglebone Black reboots after a minute.

As noted here:

  http://mail-index.netbsd.org/port-arm/2016/01/13/msg003605.html

I use the following "uEnv.txt" on my BBG:

bad_dog=mw 44e35048 aaaa; sleep 1; mw 44e35048 5555
uenvcmd=run bad_dog; setenv bootargs root=ld${mmcdev}a; if test $board = am335x; then setenv bootfile netbsd-BEAGLEBONE.ub; setenv loadaddr 82000000; else setenv bootfile netbsd-BEAGLEBOARD.ub; setenv loadaddr 81000000; fi; fatload ${interface} ${mmcdev} ${loadaddr} ${bootfile}; bootm

Note, that I think it requires a MLO/u-boot like the one that comes on
the Debian-8 image.

-- 
|/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
|\ / jdbaker[snail]mylinuxisp[flyspeck]com    OpenBSD            FreeBSD
| X  No HTML/proprietary data in email.   BSD just sits there and works!
|/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645



Home | Main Index | Thread Index | Old Index