Comment 23 for bug 708883

Revision history for this message
Ken Werner (kwerner) wrote :

@Aneesh
Thanks for looking into this. I can reproduce this bug on my A1 ES2.1 8-layer 750-2152-010(D) board. H ere are the details:
<snip>
  $ for gpio in 171 101 182; do read gpio${gpio} < /sys/class/gpio/gpio${gpio}/value; done && echo "Revision: ${gpio171} ${gpio101} ${gpio182}"
  Revision: 0 1 1

  $ sudo ./devmem2 0x4A002204
  /dev/mem opened.
  Memory mapped at address 0x40155000.
  Value at address 0x4A002204 (0x40155204): 0x3B95C02F
</snip>

I'm using the following PSU:
  http://search.digikey.com/scripts/DkSearch/dksus.dll?KeyWords=T951-P5P-ND

I've tried several linaro-n snapshots on this board - all showed the same behavior. Also the alpha-2 doesn't work for me. These are the files used for the image creation:
 * linaro-natty-headless-tar-20110203-1.tar.gz
 * hwpack_linaro-panda_20110203-0_armel_supported.tar.gz

I'm using l-m-c from lp:linaro-image-tools rev 287 with the qemu-kvm-extras-static from Natty (0.13.0+noroms-0ubuntu11_i386.deb) on a i686 Maverick installation.

Please let me know if you need further details.