Hi Eugeniyi,

have you been able to boot the board again? Are you able to attach the debugger to your board? If so, if the bug is in my changes you should at least be able to boot the part of RTEMS init up to bspstart.c of the BSP itself... If not, then perhaps the problem is somewhere else? E.g. flashing of the board?

Thanks!
Karel

On 08/21/13 12:09 AM, Eugeniy Meshcheryakov wrote:
Hi Karel,

I tried to flash a test program after patching RTEMS with your patches,
and the board does not boot anymore. Even worser, it probably does not
have any clock source, because I cannot flash any new firmware. I'll
try to recover it tomorrow and see what is wrong.

Regards,
Eugeniy Meshcheryakov

20 серпня 2013 о 19:11 +0200 Karel Gardas написав(-ла):

Hi Eugeniyi,

could you be so kind and review this version of my patch? I've
needed to leave SYSCONRCC_MOSCDIS as it is now since w/o it I'm not
able to reach 80MHz on my board. Otherwise I've tried to use your
advice to use only RCC2 whenever possible.

Thanks!
Karel

On 08/20/13 06:51 PM, Karel Gardas wrote:
---
  c/src/lib/libbsp/arm/lm3s69xx/configure.ac         |   11 +++-
  c/src/lib/libbsp/arm/lm3s69xx/include/lm3s69xx.h   |   15 +++++-
  c/src/lib/libbsp/arm/lm3s69xx/include/syscon.h     |    1 +
  .../libbsp/arm/lm3s69xx/make/custom/lm4f120.cfg    |    5 ++
  c/src/lib/libbsp/arm/lm3s69xx/ssi/ssi.c            |    4 +-
  c/src/lib/libbsp/arm/lm3s69xx/startup/bspstart.c   |   61 +++++++++++++++++--
  c/src/lib/libbsp/arm/lm3s69xx/startup/syscon.c     |    9 +++
  7 files changed, 95 insertions(+), 11 deletions(-)
  create mode 100644 c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm4f120.cfg

_______________________________________________
rtems-devel mailing list
rtems-devel@rtems.org
http://www.rtems.org/mailman/listinfo/rtems-devel

Reply via email to