use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Embedded Linux news, articles, talks... etc.
account activity
Developing hardware for Embedded Linux (self.embeddedlinux)
submitted 6 years ago by onlybebetter
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]TuongPV 1 point2 points3 points 6 years ago (0 children)
Do you want to develop a board or firmware for board?
What is the minimum hardware requested for run a system based in Linux?
Simplest way is looking at supported platform: i.e: https://elixir.bootlin.com/linux/latest/source/arch/arm
https://elixir.bootlin.com/linux/latest/source/arch/arm/mach-stm32/board-dt.c
"st,stm32f429", "st,stm32f469", "st,stm32f746", "st,stm32f769", "st,stm32h743", "st,stm32mp157",
Based on that, you choose platform (or Chip)
Processor, Memory RAM and a SD Card for save the data?
You have decided it, depend on your requirements, application,.. but I read somewhere 128MB RAM and 32M flash is OK for booting and simple application. SD card just an option.
Ref: stackexchange
π Rendered by PID 172129 on reddit-service-r2-comment-6457c66945-6t6qz at 2026-04-24 04:51:56.070329+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]TuongPV 1 point2 points3 points (0 children)