All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1031955] [NEW] qemu-system-arm -M lm3s811evb fails
@ 2012-08-01 21:59 Lars Hamrén
  2012-08-01 22:14 ` [Qemu-devel] [Bug 1031955] " Lars Hamrén
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lars Hamrén @ 2012-08-01 21:59 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

I am trying out examples from StellarisWare.

When I try the uart_echo example, that initially tries to talk to the 
display, I get this:

    $ .../qemu-1.1.1/bin/qemu-system-arm -M lm3s811evb -kernel uart_echo/gcc/uart_echo.bin      
    qemu: hardware error: strllaris_i2c_read: Bad offset 0xfc0
    
    CPU #0:
    R00=00000001 R01=005b8d80 R02=00061a80 R03=007a11ff
    R04=40020000 R05=005b8d80 R06=00000002 R07=00000000
    R08=00000000 R09=00000000 R10=00000000 R11=00000000
    R12=00000000 R13=200000d4 R14=00000995 R15=000009cc
    PSR=20000173 --C- T svc32
    Aborted

The example is located in boards/ek-lm3s811/uart_echo in the 
StellarisWare distribution.

With the latest from git:

    $ .../qemu-git/qemu/bin/qemu-system-arm -M lm3s811evb -kernel uart_echo/gcc/uart_echo.bin
    qemu-system-arm: hw/qdev.c:310: qdev_get_gpio_in: Assertion `n >= 0 && n < dev->num_gpio_in' failed.

This however seems to be reported already (Bug #1028260).

Both versions compiled from sources:

    ./configure --target-list=arm-linux-user,arm-softmmu,armeb-linux-
user  --enable-sdl --prefix=/path/to/...

Running Ubunti 10.04 with Linux 2.6.32-40-generic-pae.

/Lars

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1031955

Title:
  qemu-system-arm -M lm3s811evb fails

Status in QEMU:
  New

Bug description:
  I am trying out examples from StellarisWare.

  When I try the uart_echo example, that initially tries to talk to the 
  display, I get this:

      $ .../qemu-1.1.1/bin/qemu-system-arm -M lm3s811evb -kernel uart_echo/gcc/uart_echo.bin      
      qemu: hardware error: strllaris_i2c_read: Bad offset 0xfc0
      
      CPU #0:
      R00=00000001 R01=005b8d80 R02=00061a80 R03=007a11ff
      R04=40020000 R05=005b8d80 R06=00000002 R07=00000000
      R08=00000000 R09=00000000 R10=00000000 R11=00000000
      R12=00000000 R13=200000d4 R14=00000995 R15=000009cc
      PSR=20000173 --C- T svc32
      Aborted

  The example is located in boards/ek-lm3s811/uart_echo in the 
  StellarisWare distribution.

  With the latest from git:

      $ .../qemu-git/qemu/bin/qemu-system-arm -M lm3s811evb -kernel uart_echo/gcc/uart_echo.bin
      qemu-system-arm: hw/qdev.c:310: qdev_get_gpio_in: Assertion `n >= 0 && n < dev->num_gpio_in' failed.

  This however seems to be reported already (Bug #1028260).

  Both versions compiled from sources:

      ./configure --target-list=arm-linux-user,arm-softmmu,armeb-linux-
  user  --enable-sdl --prefix=/path/to/...

  Running Ubunti 10.04 with Linux 2.6.32-40-generic-pae.

  /Lars

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1031955/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1031955] Re: qemu-system-arm -M lm3s811evb fails
  2012-08-01 21:59 [Qemu-devel] [Bug 1031955] [NEW] qemu-system-arm -M lm3s811evb fails Lars Hamrén
@ 2012-08-01 22:14 ` Lars Hamrén
  2017-04-07 13:46 ` Thomas Huth
  2017-06-07  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Lars Hamrén @ 2012-08-01 22:14 UTC (permalink / raw)
  To: qemu-devel

I applied the patch from "Bug #1028260". Now I get the same behaviour
with the git version as I get from 1.1.1., i.e.

     qemu: hardware error: strllaris_i2c_read: Bad offset 0xfc0
     ...

/Lars

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1031955

Title:
  qemu-system-arm -M lm3s811evb fails

Status in QEMU:
  New

Bug description:
  I am trying out examples from StellarisWare.

  When I try the uart_echo example, that initially tries to talk to the 
  display, I get this:

      $ .../qemu-1.1.1/bin/qemu-system-arm -M lm3s811evb -kernel uart_echo/gcc/uart_echo.bin      
      qemu: hardware error: strllaris_i2c_read: Bad offset 0xfc0
      
      CPU #0:
      R00=00000001 R01=005b8d80 R02=00061a80 R03=007a11ff
      R04=40020000 R05=005b8d80 R06=00000002 R07=00000000
      R08=00000000 R09=00000000 R10=00000000 R11=00000000
      R12=00000000 R13=200000d4 R14=00000995 R15=000009cc
      PSR=20000173 --C- T svc32
      Aborted

  The example is located in boards/ek-lm3s811/uart_echo in the 
  StellarisWare distribution.

  With the latest from git:

      $ .../qemu-git/qemu/bin/qemu-system-arm -M lm3s811evb -kernel uart_echo/gcc/uart_echo.bin
      qemu-system-arm: hw/qdev.c:310: qdev_get_gpio_in: Assertion `n >= 0 && n < dev->num_gpio_in' failed.

  This however seems to be reported already (Bug #1028260).

  Both versions compiled from sources:

      ./configure --target-list=arm-linux-user,arm-softmmu,armeb-linux-
  user  --enable-sdl --prefix=/path/to/...

  Running Ubunti 10.04 with Linux 2.6.32-40-generic-pae.

  /Lars

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1031955/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1031955] Re: qemu-system-arm -M lm3s811evb fails
  2012-08-01 21:59 [Qemu-devel] [Bug 1031955] [NEW] qemu-system-arm -M lm3s811evb fails Lars Hamrén
  2012-08-01 22:14 ` [Qemu-devel] [Bug 1031955] " Lars Hamrén
@ 2017-04-07 13:46 ` Thomas Huth
  2017-06-07  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2017-04-07 13:46 UTC (permalink / raw)
  To: qemu-devel

Triaging old bug tickets ... can you still reproduce this issue with the
latest version of QEMU (version 2.9)?

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1031955

Title:
  qemu-system-arm -M lm3s811evb fails

Status in QEMU:
  Incomplete

Bug description:
  I am trying out examples from StellarisWare.

  When I try the uart_echo example, that initially tries to talk to the 
  display, I get this:

      $ .../qemu-1.1.1/bin/qemu-system-arm -M lm3s811evb -kernel uart_echo/gcc/uart_echo.bin      
      qemu: hardware error: strllaris_i2c_read: Bad offset 0xfc0
      
      CPU #0:
      R00=00000001 R01=005b8d80 R02=00061a80 R03=007a11ff
      R04=40020000 R05=005b8d80 R06=00000002 R07=00000000
      R08=00000000 R09=00000000 R10=00000000 R11=00000000
      R12=00000000 R13=200000d4 R14=00000995 R15=000009cc
      PSR=20000173 --C- T svc32
      Aborted

  The example is located in boards/ek-lm3s811/uart_echo in the 
  StellarisWare distribution.

  With the latest from git:

      $ .../qemu-git/qemu/bin/qemu-system-arm -M lm3s811evb -kernel uart_echo/gcc/uart_echo.bin
      qemu-system-arm: hw/qdev.c:310: qdev_get_gpio_in: Assertion `n >= 0 && n < dev->num_gpio_in' failed.

  This however seems to be reported already (Bug #1028260).

  Both versions compiled from sources:

      ./configure --target-list=arm-linux-user,arm-softmmu,armeb-linux-
  user  --enable-sdl --prefix=/path/to/...

  Running Ubunti 10.04 with Linux 2.6.32-40-generic-pae.

  /Lars

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1031955/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1031955] Re: qemu-system-arm -M lm3s811evb fails
  2012-08-01 21:59 [Qemu-devel] [Bug 1031955] [NEW] qemu-system-arm -M lm3s811evb fails Lars Hamrén
  2012-08-01 22:14 ` [Qemu-devel] [Bug 1031955] " Lars Hamrén
  2017-04-07 13:46 ` Thomas Huth
@ 2017-06-07  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Launchpad Bug Tracker @ 2017-06-07  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1031955

Title:
  qemu-system-arm -M lm3s811evb fails

Status in QEMU:
  Expired

Bug description:
  I am trying out examples from StellarisWare.

  When I try the uart_echo example, that initially tries to talk to the 
  display, I get this:

      $ .../qemu-1.1.1/bin/qemu-system-arm -M lm3s811evb -kernel uart_echo/gcc/uart_echo.bin      
      qemu: hardware error: strllaris_i2c_read: Bad offset 0xfc0
      
      CPU #0:
      R00=00000001 R01=005b8d80 R02=00061a80 R03=007a11ff
      R04=40020000 R05=005b8d80 R06=00000002 R07=00000000
      R08=00000000 R09=00000000 R10=00000000 R11=00000000
      R12=00000000 R13=200000d4 R14=00000995 R15=000009cc
      PSR=20000173 --C- T svc32
      Aborted

  The example is located in boards/ek-lm3s811/uart_echo in the 
  StellarisWare distribution.

  With the latest from git:

      $ .../qemu-git/qemu/bin/qemu-system-arm -M lm3s811evb -kernel uart_echo/gcc/uart_echo.bin
      qemu-system-arm: hw/qdev.c:310: qdev_get_gpio_in: Assertion `n >= 0 && n < dev->num_gpio_in' failed.

  This however seems to be reported already (Bug #1028260).

  Both versions compiled from sources:

      ./configure --target-list=arm-linux-user,arm-softmmu,armeb-linux-
  user  --enable-sdl --prefix=/path/to/...

  Running Ubunti 10.04 with Linux 2.6.32-40-generic-pae.

  /Lars

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1031955/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-07  4:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-01 21:59 [Qemu-devel] [Bug 1031955] [NEW] qemu-system-arm -M lm3s811evb fails Lars Hamrén
2012-08-01 22:14 ` [Qemu-devel] [Bug 1031955] " Lars Hamrén
2017-04-07 13:46 ` Thomas Huth
2017-06-07  4:17 ` Launchpad Bug Tracker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.