can't flash BBB

I have been trying to flash my BBB for days now. I have tried the latest 4gb and 2gb images from http://elinux.org/Beagleboard:BeagleBoneBlack_Debian

I format my 32gb card using the HP tool with FAT32 (only fat32 and NTFS are available for selection). I plug in power from 5v adapter while holding the user/boot button. initially everything looks fine. I get the wave pattern of user LEDs. about 10 minutes later all of the LEDs except user 1 LED are off and LED 1 is on solid. I’m not sure which BBB rev this is. Is there a way to find out? here’s a dump from serial debug

U-Boot SPL 2015.01-00001-gb2412df (Jan 29 2015 - 15:01:06)

U-Boot 2015.01-00001-gb2412df (Jan 29 2015 - 15:01:06), Build: jenkins-github_Bootloader-Builder-105

Watchdog enabled
I2C: ready
DRAM: 512 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
Using default environment

Net: not set. Validating first E-fuse MAC
cpsw
Hit any key to stop autoboot: 0
gpio: pin 53 (gpio 53) value is 1
switch to partitions #0, OK
mmc0 is current device
gpio: pin 54 (gpio 54) value is 1
Checking for: /uEnv.txt …
933 bytes read in 9 ms (100.6 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 …
718 bytes read in 53 ms (12.7 KiB/s)
5617184 bytes read in 354 ms (15.1 MiB/s)
2287175 bytes read in 174 ms (12.5 MiB/s)
26098 bytes read in 81 ms (314.5 KiB/s)
Kernel image @ 0x82000000 [ 0x000000 - 0x55b620 ]

Flattened Device Tree blob at 88000000

Booting using the fdt blob at 0x88000000
Using Device Tree in place at 88000000, end 880095f1

Starting kernel …

Uncompressing Linux… done, booting the kernel.
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.8.13-bone70 (root@a5-imx6q-wandboard-2gb) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Fri Jan 23 02:15:42 UTC 2015
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=50c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] AM335X ES2.1 (l2cache sgx neon )
[ 0.000000] PERCPU: Embedded 9 pages/cpu @c0d4e000 s14080 r8192 d14592 u36864
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129792
[ 0.000000] Kernel command line: console=tty0 console=ttyO0,115200n8 root=/dev/mmcblk0p1 rootfstype=ext4 rootwait fixrtc init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] __ex_table already sorted, skipping sort
[ 0.000000] allocated 1048576 bytes of page_cgroup
[ 0.000000] please try ‘cgroup_disable=memory’ option if you don’t want memory cgroups
[ 0.000000] Memory: 511MB = 511MB total
[ 0.000000] Memory: 505912k/505912k available, 18376k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf800000 - 0xbfe00000 ( 6 MB)
[ 0.000000] .text : 0xc0008000 - 0xc07fda30 (8151 kB)
[ 0.000000] .init : 0xc07fe000 - 0xc083b700 ( 246 kB)
[ 0.000000] .data : 0xc083c000 - 0xc08c3980 ( 543 kB)
[ 0.000000] .bss : 0xc08c3980 - 0xc093d140 ( 486 kB)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
[ 0.000000] NR_IRQS:0 nr_irqs:0 0
[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[ 0.000000] Total of 128 interrupts on 1 active controller
[ 0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz
[ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[ 0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] console [tty0] enabled
[ 0.000639] Calibrating delay loop… 993.47 BogoMIPS (lpj=969728)
[ 0.029191] pid_max: default: 32768 minimum: 301
[ 0.029338] Security Framework initialized
[ 0.029403] Mount-cache hash table entries: 512
[ 0.035145] Initializing cgroup subsys cpuacct
[ 0.035191] Initializing cgroup subsys memory
[ 0.035238] Initializing cgroup subsys blkio
[ 0.035330] CPU: Testing write buffer coherency: ok
[ 0.035725] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[ 0.035793] Setting up static identity map for 0x804d4d08 - 0x804d4d54
[ 0.036715] Brought up 1 CPUs
[ 0.036745] SMP: Total of 1 processors activated (993.47 BogoMIPS).
[ 0.037547] devtmpfs: initialized
[ 0.045872] omap_hwmod: wd_timer2: _wait_target_disable failed
[ 0.097997] pinctrl core: initialized pinctrl subsystem
[ 0.098151] rstctl core: initialized rstctl subsystem
[ 0.098434] regulator-dummy: no parameters
[ 0.098761] NET: Registered protocol family 16
[ 0.099292] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.104892] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[ 0.105527] platform 49000000.edma: alias fck already exists
[ 0.105557] platform 49000000.edma: alias fck already exists
[ 0.105578] platform 49000000.edma: alias fck already exists
[ 0.106298] OMAP GPIO hardware version 0.1
[ 0.108826] gpio-rctrl rstctl.4: loaded OK
[ 0.112207] No ATAGs?
[ 0.112233] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.113527] cpsw.0: No hwaddr in dt. Using 78:a5:04:bc:d6:16 from efuse
[ 0.113563] cpsw.1: No hwaddr in dt. Using 78:a5:04:bc:d6:18 from efuse
[ 0.121624] bio: create slab at 0
[ 0.127879] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
[ 0.128185] vmmcsd_fixed: 3300 mV
[ 0.129790] SCSI subsystem initialized
[ 0.130044] usbcore: registered new interface driver usbfs
[ 0.130113] usbcore: registered new interface driver hub
[ 0.130325] usbcore: registered new device driver usb
[ 0.131595] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[ 0.132507] input: tps65217_pwr_but as /devices/ocp.3/44e0b000.i2c/i2c-0/0-0024/input/input0
[ 0.134123] DCDC1: at 1500 mV
[ 0.134987] vdd_mpu: 925 <–> 1325 mV at 1325 mV
[ 0.135807] vdd_core: 925 <–> 1150 mV at 1125 mV
[ 0.136663] LDO1: at 1800 mV
[ 0.137461] LDO2: at 3300 mV
[ 0.138952] LDO3: 1800 mV
[ 0.139764] LDO4: at 3300 mV
[ 0.140480] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[ 0.140986] omap_i2c 44e0b000.i2c: unable to select pin group
[ 0.141466] omap_i2c 4819c000.i2c: bus 1 rev0.11 at 100 kHz
[ 0.142911] omap_i2c 4819c000.i2c: unable to select pin group
[ 0.143077] media: Linux media interface: v0.10
[ 0.143147] Linux video capture interface: v2.00
[ 0.143223] pps_core: LinuxPPS API ver. 1 registered

I have been trying to flash my BBB for days now. I have tried the latest
4gb and 2gb images from Beagleboard:BeagleBoneBlack Debian - eLinux.org

I format my 32gb card using the HP tool with FAT32 (only fat32 and NTFS are
available for selection). I plug in power from 5v adapter while holding the
user/boot button. initially everything looks fine. I get the wave pattern
of user LEDs. about 10 minutes later all of the LEDs except user 1 LED are
off and LED 1 is on solid. I'm not sure which BBB rev this is. Is there a
way to find out? here's a dump from serial debug

No reason to do the extra HP tool step..

[ 120.488545] INFO: task mmcqd/0:71 blocked for more than 60 seconds.
[ 120.497457] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables
this message.
[ 120.507849] mmcqd/0 D c04d04a5 0 71 2 0x00000000
[ 120.516796] Kernel panic - not syncing: hung_task: blocked tasks
[ 120.525299] [<c00114f1>] (unwind_backtrace+0x1/0x9c) from [<c04cb2fd>]
(panic+0x59/0x15c)
[ 120.536066] [<c04cb2fd>] (panic+0x59/0x15c) from [<c0073955>]
(watchdog+0x19d/0x1c0)
[ 120.546417] [<c0073955>] (watchdog+0x19d/0x1c0) from [<c00454eb>]
(kthread+0x6b/0x78)
[ 120.556893] [<c00454eb>] (kthread+0x6b/0x78) from [<c000c8fd>]
(ret_from_fork+0x11/0x34)

We see this from time to time with the old v3.8.x kernel. Usually it's
an indication of not enough power as rsync hit's both media devices
hard. But sometimes it's the media too.

So, make sure you using a 5v 2A dc power supply, but also try a
different microSD card.

Regards,

images here always worked for me

http://beagleboard.org/latest-images