Avatar for anthony

anthony

Member since Oct 2015 • Last active Oct 2015
  • 1 conversations
  • 7 comments

I think therefore I am.

Most recent activity

    • 14 comments
    • 3,989 views
  • in General
    Avatar for anthony

    Hi Gordon,

    I tested 4.8.4 compiler,
    it is working now,
    Thank you very much!

  • in General
    Avatar for anthony

    Hi Gordon,

    I tested the Attachment, it is still not working,maybe the board I'm using is different from yours.
    I will try Git commit 7b73952a8cbf285d3af3ccecb997afb755b019df­.

  • in General
    Avatar for anthony

    Hi Gordon,

    [anthony@localhost blog]$ arm-none-eabi-gcc --version
    arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 4.9.3 20150529 (release) [ARM/embedded-4_9-branch revision 227977]
    Copyright (C) 2014 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

  • in General
    Avatar for anthony

    Hi,
    Thank you for your reply.

    • I tried both make serialflash and stm32loader.py
      ESPRUINO_1V3=1 RELEASE=1 make serialflash
      sudo python scripts/stm32loader.py -a 0x8002800 -ew -k -p /dev/ttyACM0 espruino_1v81.26_espruino_1r3.bin
    • ./scripts/create_espruino_image_1v3.sh
      this will create the bin with bootloader
      so I tried sudo python scripts/stm32loader.py -a 0x8000000 -ew -k -p /dev/ttyACM0 espruino_full.bin

    still unknown device

  • in General
    Avatar for anthony

    Hi,
    Yes, I have done that, make is ok,
    after run sudo ESPRUINO_1V3=1 RELEASE=1 make serialflash,download ok,
    then I press restart, in windows device manager: it is a unknown device,driver is not installed,
    but the bin file from espruino works fine.

    Thanks,
    Anthony

  • in General
    Avatar for anthony

    Hi,
    I have a espruino rev 1.3b board and I'm using linux throuth virtual box.
    I compiled the project, download, reset , in windows device manager, it is recognised as an unknown device, but I download the official one from espruino, it works fine, a com port.
    I tried these command:

     ESPRUINO_1V3=1 RELEASE=1 make serialflash
    sudo python scripts/stm32loader.py  -ew -k -p /dev/ttyACM0  ../espruino_1v81.581_espruino_1r3.bin  // this is the official bin file, it works.
    

    anybody can help me?

    Thanks,
    Anthony

Actions