Please try “make BOARD=tinytile”. The board name should be exactly same as “boards/x86/tinytile”.
From:
<zephyr-devel-bounces@...> on behalf of Jie Zhou <zhoujie@...>
Date: Friday, October 13, 2017 at 01:16
To: Graham Stott <gbcstott1@...>, "zephyr-devel@..." <zephyr-devel@...>
Subject: Re: [Zephyr-devel] [Zephyr-devil] Tiny tile Zephyr implementation
Hey Graham,
Thanks for the help! It worked. To flash on tinyTILE, do make BOARD=arduino_101 flash. Since they are using the same Intel curie chip, it will work. Interesting that BOARD=tinyTILE doesn't work, maybe someone should look into that.
toggle quoted message
Show quoted text
On Wed, Oct 11, 2017 at 7:16 PM, Jie Zhou < zhoujie@...> wrote:
Hmm interesting, which CONFIG settings? Also I want to use tinyTILE for a bluetooth application that I am working on. I need tinyTILE for its wearable size. For flashing on to tinyTILE, all of the bluetooth sample examples provided by zephyr
does the same thing; application flashes fine, but when I open minicom to view the outputs, minicom freezes. This holds true for even Hello World the last time I ran that. If you ever get around testing with the curieNano let me know.
On Wed, Oct 11, 2017 at 7:07 PM, Graham Stott <gbcstott1@...> wrote:
Jie,
My board is in use at this time so I cannot do this test for you. However I did look at the Bluetooth beacon sample
and I see that it is setting some Bluetooth related CONFIG settings that are not tested in the BOARD=tileTile make. They are tested in the arduino_101 make. I suggest you do a make of the Bluetooth beacon sample using BOARD=Arduino_101 and see if that helps.
Graham
From: Jie Zhou [mailto:zhoujie@...]
Sent: Wednesday, October 11, 2017 6:09 PM
Hi Graham,
Could you flash the beacon example in zephyr? The path is samples/bluetooth/beacon. You might have to flash the hci_uart example, which is also in the bluetooth sample directory,
to update the firmware. If you can do that and open minicom and see the outputs then we might be in luck and will switch over to the curienano.
On Wed, Oct 11, 2017 at 2:36 PM, Graham Stott <gbcstott1@...> wrote:
Jie,
I do not have the TinyTile board so I cannot try flashing it. However I do have the DFRobot CurieNano which is a
similar board. I have no problem flashing this board. I used the instructions (DFU) for Arduino 101.
Graham
From: Jie Zhou [mailto:zhoujie@...]
Sent: Wednesday, October 11, 2017 3:11 PM
To: Graham Stott <gbcstott1@...>
Cc:
zephyr-devel@...
Subject: Re: [Zephyr-devil] Tiny tile Zephyr implementation
Thanks for responding! About the similarities of TinyTILE and Arduino101, although the chip is the same, we have been trying to flash applications to tinyTILE for a while now. The
arduino can be flash with DFU using the FTDI cable, but tinyTILE doesn't respond to minicom after flashing. We have some inconsistent success with flashing tinyTILE via Flyswatter and settling the port to ttyACM0. Either there is some issues with tinyTILE
support from zephyr or the protocol of the chip is different than Arduino.
On Tue, Oct 10, 2017 at 12:29 PM, Graham Stott <gbcstott1@...> wrote:
I meant to also say to look at projects for
Arduino/Genuine 101 as tiny Tile is a scaled down version of this board.
As tinyTile is basically just a version of the
Intel® Curie™ module, you can look for projects under Curie. Yes. It has additional pins but the rest is the same
Graham
From:
zephyr-devel-bounces@... [mailto:zephyr-devel-bounces@...]
On Behalf Of Jie Zhou
Sent: Tuesday, October 10, 2017 1:21 AM
To:
zephyr-devel@...
Subject: [Zephyr-devel] Tinytile Zephyr implementation
Hi All,
Has anyone done anything with tinyTILE? Since the board is quite new I was wondering if someone has done a project with Zephyr OS on tinyTILE. The specs of the chip looks promising
for IoT implementations. Any info or the setup you are using will help. I'm trying to evaluate the capability of tinyTILE with Zephyr.
|