Missing starter application

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
FoWa_4668721
Level 1
Level 1
First question asked First reply posted First like given

Hi, I'm new to Psoc 6 and ModusToolbox, I have tried to follow the tutorial video from cypress in YouTube, but I have found out that some starter application such as NewPioneer used in the video is missing in my ModusToolbox, is there a way for me to download and add it manually?

0 Likes
1 Solution
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

I think that the video was taken more than a year ago with ModusToolbox 1.x

And there have been a lot taken place.

Currently, the newest ModusToolbox is 2.x.

And IMHO, it is much improved from the previous version.

If you are starting now, I strongly recommend you to go with the newest version.

Sadly, I must admit that I don't know the video set for the newest one.

But series of Blogs from MarkS_11-san seems to be a very good starting point along with the Quick Start Guide.

My First ModusToolbox 2.0 Project

Quick Start Guide.

https://www.cypress.com/file/504366/download

And in case, if you find any problems/questions, as you did, please post it to this Community ModusToolbox.

ModusToolbox

moto

P.S. (Point to Quick Start Guide added later)

View solution in original post

3 Replies
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

I think that the video was taken more than a year ago with ModusToolbox 1.x

And there have been a lot taken place.

Currently, the newest ModusToolbox is 2.x.

And IMHO, it is much improved from the previous version.

If you are starting now, I strongly recommend you to go with the newest version.

Sadly, I must admit that I don't know the video set for the newest one.

But series of Blogs from MarkS_11-san seems to be a very good starting point along with the Quick Start Guide.

My First ModusToolbox 2.0 Project

Quick Start Guide.

https://www.cypress.com/file/504366/download

And in case, if you find any problems/questions, as you did, please post it to this Community ModusToolbox.

ModusToolbox

moto

P.S. (Point to Quick Start Guide added later)

Hi Motoo, thanks for answering my question. About the series of Blogs from MarkS_11-san, as a beginner, I don't really understand what is he doing. Under which part is he typing these code below?

yfs@YFS-T550 ~

$ mkdir MyFirstProject

yfs@YFS-T550 ~

$ cd MyFirstProject

yfs@YFS-T550 ~/MyFirstProject

$ git clone https://github.com/cypresssemiconductorco/mtb-example-psoc6-hello-world

Cloning into 'mtb-example-psoc6-hello-world'...

remote: Enumerating objects: 15, done.

remote: Counting objects: 100% (15/15), done.

remote: Compressing objects: 100% (13/13), done.

remote: Total 15 (delta 0), reused 12 (delta 0), pack-reused 0

Unpacking objects: 100% (15/15), done.

yfs@YFS-T550 ~/MyFirstProject

$ cd mtb-example-psoc6-hello-world

yfs@YFS-T550 ~/MyFirstProject/mtb-example-psoc6-hello-world

$ ls -la

total 64

drwxr-xr-x 1 yfs 1049089     0 Nov 1 15:40 .

drwxr-xr-x 1 yfs 1049089     0 Nov 1 15:40 ..

drwxr-xr-x 1 yfs 1049089     0 Nov 1 15:40 .git

drwxr-xr-x 1 yfs 1049089     0 Nov 1 15:40 images

drwxr-xr-x 1 yfs 1049089     0 Nov 1 15:40 libs

-rw-r--r-- 1 yfs 1049089 12443 Nov  1 15:40 LICENSE

-rw-r--r-- 1 yfs 1049089 10161 Nov  1 15:40 main.c

-rw-r--r-- 1 yfs 1049089  5207 Nov 1 15:40 Makefile

-rw-r--r-- 1 yfs 1049089 17480 Nov  1 15:40 README.md

0 Likes
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Dear FoWa-san,

It was my bad, those blogs were a little bit advanced topics.

So I added the Quick Start Guide URL.

Could you read and try ti first?

Best Regards,

4-Apr-2020

Motoo Tanaka

0 Likes