You are reading a single comment by @opichals and its replies. Click here to read the full conversation.
  • I've got two of the W5100 Arduino Ethernet Shield 05 (at least according to this page) so I plan on testing those as I get to it.

    However for now there seems to be something wrong on my side. Perhaps the PR reported .bin size issues are not valid as I found that my vagrant created VM is not delivering a working .bin. I also tried to compile master even w/o wiznet myself and tried flashing it through the 'Advanced Flashing' in the EspruinoIDE and it failed the same way (EspruinoBoard v1.3). It doesn't come up after RST, after a seemingly successful flash procedure. It is not present in the connectable USB devices after that. The official travis-built master from http://www.espruino.com/binaries/travis/­master/espruino_1v95.153_espruino_1r3.bi­n works fine though.

    Here are the steps I do this to build the firmware .bin

    vagrant up
    vagrant ssh
    cd /vagrant
    source scripts/provision.sh ESPRUINOBOARD
    RELEASE=1 BOARD=ESPRUINOBOARD make
    

    Any idea why this could be broken?

About

Avatar for opichals @opichals started