NetBSD-Bugs archive

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

Re: port-arm32/50288: NetBSD-7.0_RC3/evbarm-earmv7hf/binary/gzimg/armv7.img doesn't boot on BBB



The following reply was made to PR port-arm32/50288; it has been noted by GNATS.

From: "David S. Alessio" <david.s.alessio%gmail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: port-arm32-maintainer%netbsd.org@localhost,
 gnats-admin%netbsd.org@localhost,
 netbsd-bugs%netbsd.org@localhost
Subject: Re: port-arm32/50288: NetBSD-7.0_RC3/evbarm-earmv7hf/binary/gzimg/armv7.img doesn't boot on BBB
Date: Mon, 12 Oct 2015 19:42:09 -0700

 --Apple-Mail=_6EB2E60F-207E-4313-A9D9-DED358F70890
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/plain;
 	charset=utf-8
 
 Hi Soren,
 
 Thanks for the quick response, but I still see the same problem.
 
 I checked:
 	NetBSD/NetBSD-7.0/evbarm-earmv7hf/binary/gzimg/armv7.img.gz
 and
 	=
 NetBSD-daily/netbsd-7/201510120510Z/evbarm-earmv7hf/binary/gzimg/armv7.img=
 .gz
 
 Both seem to have the same issues as I first reported.  That is:
 	1. u-boot doesn=E2=80=99t search for and load the correct image. =
  A quick workaround is to manually enter:
 			fatload mmc 0 82000000 netbsd-BEAGLEBONE.ub; =
 bootm 82000000 root=3Dld0a
 		That loads and boot the netbsd-beaglebone kernel, but =
 then:
 	2. netbsd enters an infinite ISR loop with
 			 =3D=3D=3D=3D=3D edma errint!
 
 Am I missing something?  I=E2=80=99m writing armv7.img.gz to the uSD =
 card (on a Mac) with:
 	gzcat armv7.img.gz | dd of=3D/dev/disk2 bs=3D1m
 
 I checked the resultant SD card on NetBSD (in VirtualBox on Mac) and =
 =E2=80=98disklabel /dev/sd0=E2=80=99 is:
 [/root]# disklabel /dev/sd0=20
 # /dev/sd0d:
 type: SCSI
 disk: STORAGE DEVICE
 label: fictitious
 flags: removable
 bytes/sector: 512
 sectors/track: 32
 tracks/cylinder: 64
 sectors/cylinder: 2048
 cylinders: 1111
 total sectors: 2275840
 rpm: 3600
 interleave: 1
 trackskew: 0
 cylinderskew: 0
 headswitch: 0		# microseconds
 track-to-track seek: 0	# microseconds
 drivedata: 0=20
 
 8 partitions:
 #        size    offset     fstype [fsize bsize cpg/sgs]
  a:   1890816    385024     4.2BSD      0     0     0  # (Cyl.    188 -  =
  1111*)
  b:    262144    122880       swap                     # (Cyl.     60 -  =
   187)
  c:   2275840         0     unused      0     0        # (Cyl.      0 -  =
  1111*)
  d:   2275840         0     unused      0     0        # (Cyl.      0 -  =
  1111*)
  e:    114688      8192      MSDOS                     # (Cyl.      4 -  =
    59)
 
 I can mount /dev/sd0a and it seems (to me) all good.
 
 Log files attached are from uninterrupted boot (1.log) and breaking =
 u-boot to manually load netbsd (2.log).
 
 Please advise.
 
 Best regards,
 -david
 
 
 
 
 
 
 	=09
 
 
 > On Sep 30, 2015, at 12:35 PM, Soren Jacobsen <snj%blef.org@localhost> wrote:
 >=20
 > The following reply was made to PR port-arm32/50288; it has been noted =
 by GNATS.
 >=20
 > From: Soren Jacobsen <snj%blef.org@localhost>
 > To: gnats-bugs%NetBSD.org@localhost
 > Cc:=20
 > Subject: Re: port-arm32/50288:
 > NetBSD-7.0_RC3/evbarm-earmv7hf/binary/gzimg/armv7.img doesn't boot on =
 BBB
 > Date: Wed, 30 Sep 2015 12:30:10 -0700
 >=20
 > On 09/28 20:30, David.S.Alessio%gmail.com@localhost wrote:
 >> ** Unable to read file =
 /home/builds/ab/netbsd-7-0-RC3/evbarm-earmv7hf/201508110747Z-rlse/evbarm/b=
 inary/kernel **
 >=20
 > This part has been fixed.
 >=20
 > Soren
 >=20
 
 
 --Apple-Mail=_6EB2E60F-207E-4313-A9D9-DED358F70890
 Content-Type: multipart/mixed;
 	boundary="Apple-Mail=_3708676B-70D7-4AAC-9861-9E0F0E167561"
 
 
 --Apple-Mail=_3708676B-70D7-4AAC-9861-9E0F0E167561
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/html;
 	charset=utf-8
 
 <html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
 charset=3Dutf-8"></head><body style=3D"word-wrap: break-word; =
 -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
 class=3D"">Hi Soren,<div class=3D""><br class=3D""></div><div =
 class=3D"">Thanks for the quick response, but I still see the same =
 problem.</div><div class=3D""><br class=3D""></div><div class=3D"">I =
 checked:</div><div class=3D""><span class=3D"Apple-tab-span" =
 style=3D"white-space:pre">	=
 </span>NetBSD/NetBSD-7.0/evbarm-earmv7hf/binary/gzimg/armv7.img.gz</div><d=
 iv class=3D"">and</div><div class=3D""><span class=3D"Apple-tab-span" =
 style=3D"white-space:pre">	=
 </span>NetBSD-daily/netbsd-7/201510120510Z/evbarm-earmv7hf/binary/gzimg/ar=
 mv7.img.gz</div><div class=3D""><br class=3D""></div><div class=3D"">Both =
 seem to have the same issues as I first reported. &nbsp;That =
 is:</div><div class=3D""><span class=3D"Apple-tab-span" =
 style=3D"white-space:pre">	</span>1. u-boot doesn=E2=80=99t search =
 for and load the correct image. &nbsp;A quick workaround is to manually =
 enter:</div><div class=3D""><span class=3D"Apple-tab-span" =
 style=3D"white-space:pre">			</span><span =
 style=3D"color: rgb(191, 191, 191); font-family: Menlo; font-size: 11px; =
 background-color: rgb(0, 0, 0);" class=3D"">fatload mmc 0 82000000 =
 netbsd-BEAGLEBONE.ub; bootm 82000000 root=3Dld0a</span></div><div =
 class=3D""><span class=3D"Apple-tab-span" style=3D"white-space:pre">		=
 </span>That loads and boot the netbsd-beaglebone kernel, but =
 then:</div><div class=3D""><span class=3D"Apple-tab-span" =
 style=3D"white-space:pre">	</span>2. netbsd enters an infinite ISR =
 loop with</div><div class=3D""><span class=3D"Apple-tab-span" =
 style=3D"white-space:pre">			</span><span =
 style=3D"color: rgb(191, 191, 191); font-family: Menlo; font-size: 11px; =
 background-color: rgb(0, 0, 0);" class=3D"">&nbsp;</span><span =
 style=3D"color: rgb(191, 191, 191); font-family: Menlo; font-size: 11px; =
 background-color: rgb(0, 0, 0);" class=3D"">=3D=3D=3D=3D=3D edma =
 errint!</span></div><div class=3D""><br class=3D""></div><div =
 class=3D"">Am I missing something? &nbsp;I=E2=80=99m writing =
 armv7.img.gz to the uSD card (on a Mac) with:</div><div class=3D""><span =
 class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>gzcat =
 armv7.img.gz |&nbsp;dd&nbsp;of=3D/dev/disk2 bs=3D1m</div><div =
 class=3D""><br class=3D""></div><div class=3D"">I checked the resultant =
 SD card on NetBSD (in VirtualBox on Mac) and =E2=80=98disklabel =
 /dev/sd0=E2=80=99 is:</div><blockquote style=3D"margin: 0 0 0 40px; =
 border: none; padding: 0px;" class=3D""><div class=3D""><font =
 face=3D"Courier" color=3D"#0042aa" class=3D"">[/root]# disklabel =
 /dev/sd0&nbsp;<br class=3D""># /dev/sd0d:<br class=3D"">type: SCSI<br =
 class=3D"">disk: STORAGE DEVICE<br class=3D"">label: fictitious<br =
 class=3D"">flags: removable<br class=3D"">bytes/sector: 512<br =
 class=3D"">sectors/track: 32<br class=3D"">tracks/cylinder: 64<br =
 class=3D"">sectors/cylinder: 2048<br class=3D"">cylinders: 1111<br =
 class=3D"">total sectors: 2275840<br class=3D"">rpm: 3600<br =
 class=3D"">interleave: 1<br class=3D"">trackskew: 0<br =
 class=3D"">cylinderskew: 0<br class=3D"">headswitch: 0<span =
 class=3D"Apple-tab-span" style=3D"white-space: pre;">		</span># =
 microseconds<br class=3D"">track-to-track seek: 0<span =
 class=3D"Apple-tab-span" style=3D"white-space: pre;">	</span># =
 microseconds<br class=3D"">drivedata: 0&nbsp;<br class=3D""><br =
 class=3D"">8 partitions:<br class=3D"">#&nbsp; &nbsp; &nbsp; =
 &nbsp;&nbsp;size&nbsp; &nbsp;&nbsp;offset&nbsp;&nbsp; &nbsp;&nbsp;fstype =
 [fsize bsize cpg/sgs]<br =
 class=3D"">&nbsp;a:&nbsp;&nbsp;&nbsp;1890816&nbsp; =
 &nbsp;&nbsp;385024&nbsp;&nbsp; &nbsp;&nbsp;4.2BSD&nbsp; &nbsp; =
 &nbsp;&nbsp;0&nbsp;&nbsp; &nbsp;&nbsp;0&nbsp;&nbsp; =
 &nbsp;&nbsp;0&nbsp;&nbsp;# (Cyl.&nbsp; &nbsp;&nbsp;188 =
 -&nbsp;&nbsp;&nbsp;1111*)<br class=3D"">&nbsp;b:&nbsp; =
 &nbsp;&nbsp;262144&nbsp; &nbsp;&nbsp;122880&nbsp;&nbsp; &nbsp; =
 &nbsp;&nbsp;swap&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
 &nbsp; &nbsp; &nbsp;&nbsp;# (Cyl.&nbsp;&nbsp; &nbsp;&nbsp;60 -&nbsp; =
 &nbsp;&nbsp;187)<br =
 class=3D"">&nbsp;c:&nbsp;&nbsp;&nbsp;2275840&nbsp;&nbsp; &nbsp; &nbsp; =
 &nbsp;&nbsp;0&nbsp;&nbsp; &nbsp;&nbsp;unused&nbsp; &nbsp; =
 &nbsp;&nbsp;0&nbsp;&nbsp; &nbsp;&nbsp;0&nbsp; &nbsp; &nbsp; =
 &nbsp;&nbsp;# (Cyl.&nbsp; &nbsp; &nbsp;&nbsp;0 =
 -&nbsp;&nbsp;&nbsp;1111*)<br =
 class=3D"">&nbsp;d:&nbsp;&nbsp;&nbsp;2275840&nbsp;&nbsp; &nbsp; &nbsp; =
 &nbsp;&nbsp;0&nbsp;&nbsp; &nbsp;&nbsp;unused&nbsp; &nbsp; =
 &nbsp;&nbsp;0&nbsp;&nbsp; &nbsp;&nbsp;0&nbsp; &nbsp; &nbsp; =
 &nbsp;&nbsp;# (Cyl.&nbsp; &nbsp; &nbsp;&nbsp;0 =
 -&nbsp;&nbsp;&nbsp;1111*)<br class=3D"">&nbsp;e:&nbsp; =
 &nbsp;&nbsp;114688&nbsp; &nbsp; &nbsp;&nbsp;8192&nbsp; &nbsp; =
 &nbsp;&nbsp;MSDOS&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
 &nbsp; &nbsp; &nbsp;&nbsp;# (Cyl.&nbsp; &nbsp; &nbsp;&nbsp;4 =
 -&nbsp;&nbsp; &nbsp;&nbsp;59)<br class=3D""></font><br =
 class=3D""></div></blockquote><div class=3D"">I can mount /dev/sd0a and =
 it seems (to me) all good.</div><div class=3D""><br class=3D""></div><div =
 class=3D"">Log files attached are from uninterrupted boot (1.log) and =
 breaking u-boot to manually load netbsd (2.log).</div><div class=3D""><br =
 class=3D""></div><div class=3D"">Please advise.</div><div class=3D""><br =
 class=3D""></div><div class=3D"">Best regards,</div><div =
 class=3D"">-david</div><div class=3D""><br class=3D""></div><div =
 class=3D""><br class=3D""></div><div class=3D""><br class=3D""></div><div =
 class=3D""><br class=3D""></div><div class=3D""></div></body></html>=
 
 --Apple-Mail=_3708676B-70D7-4AAC-9861-9E0F0E167561
 Content-Disposition: attachment;
 	filename=1.log
 Content-Type: application/octet-stream;
 	name="1.log"
 Content-Transfer-Encoding: 7bit
 
 
 U-Boot 2014.04-00014-g47880f5 (Apr 22 2014 - 13:23:54)
 
 I2C:   ready
 DRAM:  512 MiB
 NAND:  0 MiB
 MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
 *** Warning - readenv() failed, using default environment
 
 Net:   <ethaddr> not set. Validating first E-fuse MAC
 cpsw, usb_ether
 Hit any key to stop autoboot:  0 
 gpio: pin 53 (gpio 53) value is 1
 mmc0 is current device
 gpio: pin 54 (gpio 54) value is 1
 SD/MMC found on device 0
 reading uEnv.txt
 654 bytes read in 6 ms (106.4 KiB/s)
 gpio: pin 55 (gpio 55) value is 1
 Loaded environment from uEnv.txt
 Importing environment from mmc ...
 Checking if uenvcmd is set ...
 gpio: pin 56 (gpio 56) value is 1
 Running uenvcmd ...
 mmc0 is current device
 reading zImage
 ** Unable to read file zImage **
 Wrong Image Format for bootm command
 ERROR: can't get kernel image!
 
 uenvcmd was not defined in uEnv.txt ...
 gpio: pin 56 (gpio 56) value is 0
 gpio: pin 55 (gpio 55) value is 0
 gpio: pin 54 (gpio 54) value is 0
 mmc1(part 0) is current device
 gpio: pin 54 (gpio 54) value is 1
 SD/MMC found on device 1
 reading uEnv.txt
 1430 bytes read in 6 ms (232.4 KiB/s)
 gpio: pin 55 (gpio 55) value is 1
 Loaded environment from uEnv.txt
 Importing environment from mmc ...
 Checking if uenvcmd is set ...
 gpio: pin 56 (gpio 56) value is 1
 Running uenvcmd ...
 reading zImage
 3717760 bytes read in 208 ms (17 MiB/s)
 reading initrd.img
 2869097 bytes read in 180 ms (15.2 MiB/s)
 reading /dtbs/am335x-boneblack.dtb
 25080 bytes read in 11 ms (2.2 MiB/s)
 Kernel image @ 0x82000000 [ 0x000000 - 0x38ba80 ]
 ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Using Device Tree in place at 88000000, end 880091f7
 
 Starting kernel ...
 
 Uncompressing Linux... done, booting the kernel.
 [    0.382246] omap2_mbox_probe: platform not supported
 [    0.548820] tps65217-bl tps65217-bl: no platform data provided
 [    0.612353] bone-capemgr bone_capemgr.9: slot #0: No cape found
 [    0.649459] bone-capemgr bone_capemgr.9: slot #1: No cape found
 [    0.686568] bone-capemgr bone_capemgr.9: slot #2: No cape found
 [    0.723677] bone-capemgr bone_capemgr.9: slot #3: No cape found
 [    0.739827] bone-capemgr bone_capemgr.9: slot #6: BB-BONELT-HDMIN conflict P8.45 (#5:BB-BONELT-HD)
 [    0.749423] bone-capemgr bone_capemgr.9: slot #6: Failed verification
 [    0.756169] bone-capemgr bone_capemgr.9: loader: failed to load slot-6 BB-BONELT-HDMIN:00A0 (prio)
 [    0.772652] omap_hsmmc mmc.5: of_parse_phandle_with_args of 'reset' failed
 [    0.835289] pinctrl-single 44e10800.pinmux: pin 44e10854 already requested by 44e10800.pinmux; ca8
 [    0.846970] pinctrl-single 44e10800.pinmux: pin-21 (gpio-leds.8) status -22
 [    0.854249] pinctrl-single 44e10800.pinmux: could not request pin 21 on device pinctrl-single
 Loading, please wait...
 Scanning for Btrfs filesystems
 systemd-fsck[213]: rootfs: clean, 77169/233856 files, 410105/933632 blocks
 
 Debian GNU/Linux 7 beaglebone ttyO0
 
 default username:password is [debian:temppwd]
 
 
 --Apple-Mail=_3708676B-70D7-4AAC-9861-9E0F0E167561
 Content-Transfer-Encoding: 7bit
 Content-Type: text/html;
 	charset=us-ascii
 
 <html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><div></div></body></html>
 --Apple-Mail=_3708676B-70D7-4AAC-9861-9E0F0E167561
 Content-Disposition: attachment;
 	filename=2.log
 Content-Type: application/octet-stream;
 	name="2.log"
 Content-Transfer-Encoding: 7bit
 
 fatload mmc 0 82000000 netbsd-BEAGLEBONE.ub; bootm 82000000 root=ld0a
 reading netbsd-BEAGLEBONE.ub
 3679424 bytes read in 205 ms (17.1 MiB/s)
 ## Booting kernel from Legacy Image at 82000000 ...
    Image Name:   NetBSD/beagle 7.0
    Image Type:   ARM NetBSD Kernel Image (uncompressed)
    Data Size:    3679360 Bytes = 3.5 MiB
    Load Address: 80300000
    Entry Point:  80300000
    Verifying Checksum ... OK
    Loading Kernel Image ... OK
 ## Transferring control to NetBSD stage-2 loader (at address 80300000) ...
 defgh
 uboot arg = 0x9f62afe0, 0, 0x9f79d9db, 0x9f79d9db
 [ Kernel symbol table missing! ]
 Loaded initial symtab at 0x805f597c, strtab at 0x8062786c, # entries 12045
 Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
     2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
     The NetBSD Foundation, Inc.  All rights reserved.
 Copyright (c) 1982, 1986, 1989, 1991, 1993
     The Regents of the University of California.  All rights reserved.
 
 NetBSD 7.0 (BEAGLEBONE.201510120510Z)
 total memory = 512 MB
 avail memory = 503 MB
 sysctl_createv: sysctl_create(machine_arch) returned 17
 kern.module.path=/stand/evbarm/7.0/modules
 timecounter: Timecounters tick every 10.000 msec
 mainbus0 (root)
 cpu0 at mainbus0 core 0: 1000 MHz Cortex-A8 r3p2 (Cortex V7A core)
 cpu0: DC enabled IC enabled WB disabled EABT branch prediction enabled
 cpu0: isar: [0]=0x101111 [1]=0x13112111 [2]=0x21232031 [3]=0x11112131, [4]=0x11142, [5]=0
 cpu0: mmfr: [0]=0x1100003 [1]=0x20000000 [2]=0x1202000 [3]=0x211
 cpu0: pfr: [0]=0x1131 [1]=0x11
 cpu0: 32KB/64B 4-way L1 VIPT Instruction cache
 cpu0: 32KB/64B 4-way write-back-locking-C L1 PIPT Data cache
 cpu0: 256KB/64B 8-way write-through L2 PIPT Unified cache
 vfp0 at cpu0: NEON MPE (VFP 3.0+), rounding, NaN propagation, denormals
 vfp0: mvfr: [0]=0x11110222 [1]=0x11111
 obio0 at mainbus0 base 0x44000000-0x4fffffff: On-Board IO
 omapicu0 at obio0 addr 0x48200000-0x48200fff intrbase 0
 prcm0 at obio0 addr 0x44e00000-0x44e01fff: Power, Reset and Clock Management
 sitaracm0 at obio0 addr 0x44e10000-0x44e11fff: control module, rev 1.0
 edma0 at obio0 addr 0x49000000-0x490fffff intrbase 12
 gpmc0 at mainbus0 base 0x50000000: General Purpose Memory Controller, rev 6.0
 gpmc0: CS#0 valid, addr 0x08000000, size 256MB
 com0 at obio0 addr 0x44e09000-0x44e09fff intr 72: ns16550a, working fifo
 com0: console
 sdhc0 at obio0 addr 0x48060100-0x48060fff intr 64sdhc0: EDMA tx channel 24, rx channel 25
 : SDHC controller (EDMA)
 sdhc0: SD Host Specification 2.0, rev.49
 sdhc0: using DMA transfer
 sdmmc0 at sdhc0 slot 0
 sdhc1 at obio0 addr 0x481d8100-0x481d8fff intr 28sdhc1: EDMA tx channel 2, rx channel 3
 : SDHC controller (EDMA)
 sdhc1: SD Host Specification 2.0, rev.49
 sdhc1: using DMA transfer
 sdmmc1 at sdhc1 slot 0
 tiiic0 at obio0 addr 0x44e0b000-0x44e0bfff intr 70: rev 0.11
 iic0 at tiiic0: I2C bus
 seeprom0 at iic0 addr 0x50: AT24Cxx or compatible EEPROM: size 32768
 tps65217pmic0 at iic0 addr 0x24: TPS65217C Power Management Multi-Channel IC (rev 1.2)
 tps65217pmic0: power sources USB max 1800 mA, [AC] max 2500 mA
 tps65217pmic0: [LDO1: 1800 mV] [LDO2: 3300 mV] [LDO3: 1800 mV] [LDO4: 3300 mV] [DCDC1: 1500 mV] [DCDC2: 1325 mV] [DCDC3: 1125 mV] 
 omapdmtimer0 at obio0 addr 0x48040000-0x48040fff intr 68: DMTIMER2
 omapdmtimer1 at obio0 addr 0x44e31000-0x44e31fff intr 67: DMTIMER1ms
 omapdmtimer2 at obio0 addr 0x48044000-0x48044fff intr 92: DMTIMER4
 omapwdt32k0 at obio0 addr 0x44e35000-0x44e35fff: rev 0.1
 tiotg0 at obio0 addr 0x47400000-0x47404fff intrbase 17: TI dual-port USB controller: version v1.0.0.13
 motg0 at tiotg0 port 0: 0x4ea20800 version v0.0.0
 motg1 at tiotg0 port 1: 0x4ea20800 version v0.0.0
 motg1: Dynamic FIFO sizing detected, assuming 16Kbytes of FIFO RAM
 usb0 at motg1: USB revision 2.0
 cpsw0 at obio0 addr 0x4a100000-0x4a107fff intrbase 40: TI CPSW Ethernet
 cpsw0: Ethernet address 6c:ec:eb:b0:18:46
 ukphy0 at cpsw0 phy 0WARNING: module error: vfs load failed for `miiverbose', error 45
 : OUI 0x00800f, model 0x000f, rev. 1
 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 trng0 at obio0 addr 0x48310000-0x48311fff intr 111
 timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 timecounter: Timecounter "dmtimer" frequency 24000000 Hz quality 100
 uhub0 at usb0: Mentor Graphics MOTG root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub0: 1 port with 1 removable, self powered
 ld0 at sdmmc0: <0x03:0x5344:SL32G:0x80:0x000c2102:0x0f1>
 ld0: 30436 MB, 7729 cyl, 128 head, 63 sec, 512 bytes/sect x 62333952 sectors
 ld0: 4-bit width, bus clock 50.000 MHz
 sdmmc1: couldn't enable card: 60
 usbd_get_string: getting lang failed, using 0
 Realtek 802.11n WLAN Adapter, class 0/0, rev 2.00/2.00, addr 2, uhub0 port 1 not configured
 boot device: <unknown>
 root device: ld0a
 dump device (default ld0b): 
 file system (default generic): 
 root on ld0a dumps on ld0b
 mountroot: trying nfs...
 mountroot: trying msdos...
 mountroot: trying ext2fs...
 mountroot: trying ffs...
 root file system type: ffs
 WARNING: no TOD clock present
 WARNING: using filesystem time
 WARNING: CHECK AND RESET THE DATE!
 init path (default /sbin/init): 
 init: copying out path `/sbin/init' 11
 Tue Oct 13 02:21:07 UTC 2015
 Starting root file system check:
 /dev/rld0a: file system is clean; not checking
 Growing ld0 disklabel (1111MB -> 30436MB)
  ===== edma errint!
  ===== edma errint!
  ===== edma errint!
  ===== edma errint!
  ===== edma errint!
  ===== edma errint!
  ===== edma errint!
  ===== edma errint!
  ===== edma errint!
  ===== edma errint!
  ===== edma errint!
 
 --Apple-Mail=_3708676B-70D7-4AAC-9861-9E0F0E167561
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/html;
 	charset=us-ascii
 
 <html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
 charset=3Dus-ascii"></head><body style=3D"word-wrap: break-word; =
 -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
 class=3D""><div class=3D""></div><div class=3D""><br class=3D""></div><div=
  class=3D""><span class=3D"Apple-tab-span" style=3D"white-space: pre;">		=
 </span></div><div class=3D""><br class=3D""></div><div class=3D""><br =
 class=3D""><div><blockquote type=3D"cite" class=3D""><div class=3D"">On =
 Sep 30, 2015, at 12:35 PM, Soren Jacobsen &lt;<a =
 href=3D"mailto:snj%blef.org@localhost"; class=3D"">snj%blef.org@localhost</a>&gt; =
 wrote:</div><br class=3D"Apple-interchange-newline"><div class=3D""><div =
 class=3D"">The following reply was made to PR port-arm32/50288; it has =
 been noted by GNATS.<br class=3D""><br class=3D"">From: Soren Jacobsen =
 &lt;<a href=3D"mailto:snj%blef.org@localhost"; class=3D"">snj%blef.org@localhost</a>&gt;<br =
 class=3D"">To: <a href=3D"mailto:gnats-bugs%netbsd.org@localhost"; =
 class=3D"">gnats-bugs%NetBSD.org@localhost</a><br class=3D"">Cc: <br =
 class=3D"">Subject: Re: port-arm32/50288:<br class=3D""> =
 NetBSD-7.0_RC3/evbarm-earmv7hf/binary/gzimg/armv7.img doesn't boot on =
 BBB<br class=3D"">Date: Wed, 30 Sep 2015 12:30:10 -0700<br class=3D""><br =
 class=3D""> On 09/28 20:30, <a href=3D"mailto:David.S.Alessio%gmail.com@localhost"; =
 class=3D"">David.S.Alessio%gmail.com@localhost</a> wrote:<br class=3D""><blockquote =
 type=3D"cite" class=3D"">** Unable to read file =
 /home/builds/ab/netbsd-7-0-RC3/evbarm-earmv7hf/201508110747Z-rlse/evbarm/b=
 inary/kernel **<br class=3D""></blockquote><br class=3D""> This part has =
 been fixed.<br class=3D""><br class=3D""> Soren<br class=3D""><br =
 class=3D""></div></div></blockquote></div><br =
 class=3D""></div></body></html>=
 
 --Apple-Mail=_3708676B-70D7-4AAC-9861-9E0F0E167561--
 
 --Apple-Mail=_6EB2E60F-207E-4313-A9D9-DED358F70890--
 



Home | Main Index | Thread Index | Old Index