+ Post New Thread
Results 1 to 10 of 10
-
15th November 2018, 19:18 #1
- Join Date
- Jun 2017
- Location
- Bhubaneswar,Odisha,India
- Posts
- 89
- Helped
- 4 / 4
- Points
- 1,359
- Level
- 8
which LINUX is best to learn embedded
which LINUX is best to learn or practice EMBEDDED ?
-
15th November 2018, 19:24 #2
- Join Date
- Nov 2006
- Location
- Brazil
- Posts
- 8,472
- Helped
- 1078 / 1078
- Points
- 28,503
- Level
- 41
- Blog Entries
- 6
Re: which LINUX is best to learn embedded
Another general question:
What is your definition of BEST ?
What distros are available for the hardware platform you are considering ?
What is the purpose of your target application ?
A general answer:
Buy a cheap SBC board (eg. Raspberry), build a testbench with some peripherals (eg. USB Audio) and make experiments--------------------------------------------------------------------------------------------------
Part of the world that you live in, You are the part that you're giving ( Renaissance )
-
Advertisment
-
15th November 2018, 22:42 #3
- Join Date
- Jan 2015
- Posts
- 1,002
- Helped
- 319 / 319
- Points
- 7,178
- Level
- 20
Re: which LINUX is best to learn embedded
If you are really into embedded programming then the answer is probably "none".
Except for the Raspberry Pi (which may be a good entry point but can lead to bad practices), almost all of the microcontrollers I've seen or used are 'bare metal' - your code is the only code in the device.
Arduinos' provide a 'main' function and some library code that provides some code interfaces. However you really are very close to the hardware with these.
Susan
-
16th November 2018, 00:52 #4
- Join Date
- Nov 2006
- Location
- Brazil
- Posts
- 8,472
- Helped
- 1078 / 1078
- Points
- 28,503
- Level
- 41
- Blog Entries
- 6
Re: which LINUX is best to learn embedded
--------------------------------------------------------------------------------------------------
Part of the world that you live in, You are the part that you're giving ( Renaissance )
-
Advertisment
-
16th November 2018, 19:01 #5
- Join Date
- Jun 2017
- Location
- Bhubaneswar,Odisha,India
- Posts
- 89
- Helped
- 4 / 4
- Points
- 1,359
- Level
- 8
Re: which LINUX is best to learn embedded
RTOS and LINUX plays a important role in embedded industry ,..and as there are lots of verities in this so ,i really don't have any idea on this.
-
16th November 2018, 19:55 #6
- Join Date
- Nov 2006
- Location
- Brazil
- Posts
- 8,472
- Helped
- 1078 / 1078
- Points
- 28,503
- Level
- 41
- Blog Entries
- 6
Re: which LINUX is best to learn embedded
so ,i really don't have any idea on this
Second step, think of answering at least part of the questions that have been asked.--------------------------------------------------------------------------------------------------
Part of the world that you live in, You are the part that you're giving ( Renaissance )
-
18th November 2018, 23:29 #7
- Join Date
- Jan 2015
- Posts
- 1,002
- Helped
- 319 / 319
- Points
- 7,178
- Level
- 20
Re: which LINUX is best to learn embedded
Also, there are some significant differences in the ways that an RTOS and and OS work.
Also can you explain what you are trying to do what makes you think you need to know about RTOS and Linux for embedded systems? (I'm not saying that they don't have their place in embedded systems, but what you want to achieve will help direct our responses.)
Susan
-
25th November 2018, 13:44 #8
- Join Date
- Jun 2016
- Posts
- 6
- Helped
- 0 / 0
- Points
- 483
- Level
- 4
Re: which LINUX is best to learn embedded
I have beaglebone and this is the best way to learn the embedded systems by managin it via SSH.
-
Advertisment
-
15th December 2018, 09:47 #9
- Join Date
- Dec 2017
- Location
- Bydgoszcz - Poland
- Posts
- 87
- Helped
- 16 / 16
- Points
- 689
- Level
- 5
Re: which LINUX is best to learn embedded
Hello,
in my opinion one distro is good for embedded. It is "Gentoo Linux", because it is so called "meta-distribution" (if you want you can made is almost "from scratch").
The "Yocto" distribution is derived from Gentoo "emerge" and this Linux (yocto) is considered as standard in embedded linux applications. BTW: Yocto is rather a "build system" than pure Linux distro.
regards
-
16th December 2018, 01:33 #10
- Join Date
- Oct 2018
- Posts
- 1
- Helped
- 0 / 0
- Points
- 37
- Level
- 1
Re: which LINUX is best to learn embedded
Mbed linux
+ Post New Thread
Please login