SlideShare ist ein Scribd-Unternehmen logo
1 von 32
Downloaden Sie, um offline zu lesen
1/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Embedded Linux From Scratch
Embedded Linux From Scratch On Apex­V210
Nasser Afshin
Afshin.Nasser@gmail.com
Samane Sanat Taha Co.
A work originated from Free Electrons
http://free­electrons.com/
Created with LibreOffice.org 4.4.x
2/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Rights to copy
Attribution – ShareAlike 3.0
You are free
to copy, distribute, display, and perform the work
to make derivative works
to make commercial use of the work
Under the following conditions
Attribution. You must give the original author credit.
Share Alike. If you alter, transform, or build upon this work, 
you may distribute the resulting work only under a license 
identical to this one.
For any reuse or distribution, you must make clear to others the 
license terms of this work.
Any of these conditions can be waived if you get permission from 
the copyright holder.
Your fair use and other rights are in no way affected by the above.
License text: http://creativecommons.org/licenses/by­sa/3.0/legalcode
© Copyright 2005­2008
Free Electrons
feedback@free­electrons.com
Document sources, updates and translations: 
http://free­electrons.com/docs/elfs
Corrections, suggestions, contributions and 
translations are welcome!
3/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Workshop goals
Build a tiny embedded system entirely from scratch, in 90 minutes
U­boot configuration and cross­compiling
Linux kernel configuring and cross­compiling
Busybox cross­compiling and installation
Root filesystem creation
Device file creation
System initialization scripts: virtual filesystems, networking
Setup of a simple HTTP interface to the system
Show you how simple this can be!
4/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Top­down approach
Top­down approach to building an embedded system
Starting from a complete desktop GNU/Linux distribution (Debian, 
Fedora...) and removing unneeded stuff.
Very tedious job: need to go through a huge number of files and 
packages. Need to understand what each file and package is about 
before removing it.
Keeping unnecessarily complex scripts and configuration files.
The end result is still quite big, as standard desktop toolsets and 
libraries are used. Lots of shared libraries still needed too.
5/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Bottom­up approach
Bottom­up approach to building embedded systems
Starting with an empty or minimalistic root filesystem, adding 
only things that you need.
Much easier to do! You just spend time on things you need.
Much easier to control and maintain: you build an understanding 
about the tools you use.
You only need very simple configuration scripts.
The end result can be extremely small, all the more as you use 
lightweight toolsets instead.
6/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Embedded Linux From Scratch
Tools used in this workshop
7/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Shopping list: hardware for this workshop
 Samaneh Sanat Taha Apex­V210 board ­ Available
from Samaneh Sanaat Taha Co.
 USB Serial Cable ­ Male end: Gearmo:
https://www.gearmo.com/shop/usb­to­rs­232­serial­adapter­
db9­8inch/
 An SD card with at least 128 MB of capacity
8/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Apex­V210 Hardware
S5PV210 (Cortex A8) CPU from Samsung
Up to 1GB DDR2 RAM, Up to 1GB NAND flash
1 Ethernet port (10/100 Mbit)
2 USB 2.0 host, 1 USB OTG
1 MMC/SD slot, 1 Compact Flash slot
4 serial ports (RS­422 / RS­232)
Standard ISA port
AV input/output
VGA/LCD ports
Misc: JTAG, LEDs, GPIOs (Configurable),I2C, SPI, Power Management
Designed and developed by ”Samane Sanat Taha Co.”
9/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Apex­V210 Top­View
10/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Apex­V210 Bot­View
11/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Software Components
 Cross­compilation toolchain
 Compiler that runs on the development machine, but generates code 
for the target
 Bootloader
 Started by the hardware, responsible for basic initialization, loading 
and executing the kernel
 Linux Kernel
 Contains the process and memory management, network stack, 
device drivers and provides services to user space applications
 C library
 The interface between the kernel and the user space applications
12/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
General purpose toolbox: busybox
http://www.busybox.net/ from Codepoet Consulting
Most Unix command line utilities within a single executable! 
Even includes a web server!
Sizes less than 1 MB (statically compiled with glibc)
less than 500 KB (statically compiled with uClibc)
Easy to configure which features to include
The best choice for
Initrds with complex scripts
Any embedded system!
13/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Busybox commands!
addgroup, adduser, adjtimex, ar, arping, ash, awk, basename, bunzip2, 
bzcat, cal, cat, chgrp, chmod, chown, chroot, chvt, clear, cmp, cp, cpio, 
crond, crontab, cut, date, dc, dd, deallocvt, delgroup, deluser, devfsd, 
df, dirname, dmesg, dos2unix, dpkg, dpkg­deb, du, dumpkmap, dumpleases, 
echo, egrep, env, expr, false, fbset, fdflush, fdformat, fdisk, fgrep, 
find, fold, free, freeramdisk, fsck.minix, ftpget, ftpput, getopt, getty, 
grep, gunzip, gzip, halt, hdparm, head, hexdump, hostid, hostname, httpd, 
hush, hwclock, id, ifconfig, ifdown, ifup, inetd, init, insmod, install, 
ip, ipaddr, ipcalc, iplink, iproute, iptunnel, kill, killall, klogd, 
lash, last, length, linuxrc, ln, loadfont, loadkmap, logger, login, 
logname, logread, losetup, ls, lsmod, makedevs, md5sum, mesg, mkdir, 
mkfifo, mkfs.minix, mknod, mkswap, mktemp, modprobe, more, mount, msh, 
mt, mv, nameif, nc, netstat, nslookup, od, openvt, passwd, patch, pidof, 
ping, ping6, pipe_progress, pivot_root, poweroff, printf, ps, pwd, rdate, 
readlink, realpath, reboot, renice, reset, rm, rmdir, rmmod, route, rpm, 
rpm2cpio, run­parts, rx, sed, seq, setkeycodes, sha1sum, sleep, sort, 
start­stop­daemon, strings, stty, su, sulogin, swapoff, swapon, sync, 
sysctl, syslogd, tail, tar, tee, telnet, telnetd, test, tftp, time, top, 
touch, tr, traceroute, true, tty, udhcpc, udhcpd, umount, uname, 
uncompress, uniq, unix2dos, unzip, uptime, usleep, uudecode, uuencode, 
vconfig, vi, vlock, watch, watchdog, wc, wget, which, who, whoami, xargs, 
yes, zcat
14/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
glibc
http://www.gnu.org/software/libc/
C library from the GNU project
Designed for performance, standards compliance and portability
Found on all GNU / Linux host systems
Quite big for small embedded systems: about ~1.7MB on arm 
(Familiar Linux iPAQs ­ libc: 1.2 MB, libm: 500 KB)
Example “hello world” program size: 12 KB (dynamically linked), 
350 KB (statically linked).
15/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
uClibc
http://www.uclibc.org/ from CodePoet Consulting
Lightweight C library for small embedded systems, with most 
features though.
The whole Debian Woody was recently ported to it... You can 
assume it satisfied most needs!
Example size (arm): approx. 400KB
(libuClibc: 300 KB, libm: 55KB)
Example “hello world” program size: 2 KB (dynamically linked), 18 
KB (statically linked).
16/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Kernel userspace interface
A few examples:
/proc/cpuinfo: processor information
/proc/meminfo: memory status
/proc/version: version and build information
/proc/cmdline: kernel command line
/proc/<pid>/environ: calling environment
/proc/<pid>/cmdline: process command line
... and many more! Complete details in the kernel sources: 
Documentation/filesystems/proc.txt
17/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Embedded Linux From Scratch
Now let's begin...
18/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Setup the hardware connections
Connect Apex­V210 to the Host
19/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Compiling the u­boot bootloader
Getting the u­boot sources from http://www.denx.de/
Apply the Apex­V210 board support package patch
Use the default configuration
make apex­v210_config
Cross­compiling:
make 
Result: u­boot bootloader image u­boot.bin
20/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Compiling the Linux kernel
Getting the Linux sources from http://kernel.org
Apply the Apex­V210 board support package patch
Adding settings specific to the Apex­V210 embedded system:
make menuconfig
You may simply use the default configuration
make apex­v210_defconfig
Cross­compiling:
make 
Result: compressed kernel image arch/arm/boot/zImage
21/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Compiling busybox
Getting the sources from http://busybox.net
Configuring BusyBox:
make menuconfig
Choosing to build a statically, Cross­compiled executable.
Compiling busybox:
make
Pre­installing busybox (in the _install/ subdirectory):
make install
Make an empty /dev directory in the installation subdirectory
Result: a small executable implementing all the commands that we 
need!
22/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Build the root filesystem image
Use yaffs­utils package from 
https://code.google.com/p/yaffs2utils/
Compile it!
Result: mkyaffs2 binary to make yaffs images
Use it to build the image
./mkyaffs2 ­­yaffs­ecclayout ­­all­root <rootfs_dir> <image>
Result: root file system image
23/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Mounting virtual filesystems
Making /proc and /sys available
(required by several command line tools such as ps)
Mounting /proc:
mount ­t proc none /proc
Mounting /sys: (Not used!)
mount ­t sysfs none /sys
Filesystem type Raw device
or filesystem image
In the case of virtual
filesystems, any string is fine
Mount point
24/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
/etc/inittab file for busybox init
Creating the /etc/inittab file required by busybox init
Getting an example from busybox documentation
(not from the GNU/Linux host... missing features!)
# This is run first script
::sysinit:/etc/init.d/rcS
# Start an "askfirst" shell on the console
::askfirst:­/bin/sh
# Stuff to do when restarting the init process
::restart:/sbin/init
# Stuff to do before rebooting
::ctrlaltdel:/sbin/reboot
::shutdown:/bin/umount ­a ­r
25/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Setting up networking
Adding TCP/IP and network card driver to the kernel
Bringing up the network interface:
ifconfig eth0 192.168.2.20
Testing networking:
ping ­c 3 192.168.2.20
­c 3: useful when [Ctrl][C] doesn't work
(missing tty settings)
26/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Starting up a http server
Copying HTML pages on /www (for example)
Creating CGI scripts in /www/cgi­bin/
Starting the busybox http server:
/usr/sbin/httpd ­h /www/ &
27/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
/etc/init.d/rcS startup script
#!/bin/sh
mount ­t proc none /proc
ifconfig eth0 192.168.2.20
/usr/sbin/httpd ­h /www/ &
/bin/sh
See how simple this can be!
28/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
/etc/init.d/rcS common mistakes
Do not forget #!/bin/sh at the beginning of shell scripts!
Without the leading #! characters, the Linux kernel has no 
way to know it is a shell script and will try to execute it as a 
binary file!
In our example, do not forget to start a shell at the end of the 
script. Otherwise, execution will just stop without letting you 
type new commands!
Do not forget to get it execution permission
chmod +x /etc/init.d/rcS
29/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
A simplistic CGI script
/www/cgi­bin/uptime:
#!/bin/sh
echo "Content­type: text/html"
echo ""
echo "<html><header></header><body>"
echo "<h1>Uptime information</h1>"
echo "Your Apex­V210 has been running 
for:<pre><font color=Blue>"
echo `uptime`
echo "</font></pre></u>"
echo "</body></html>"
Do not forget to make it executable
chmod +x /www/cgi­bin/uptime
30/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Limitations
A few minor limitations
CGI scripts: can't implement non­trivial scripts
Need to code in C to support posting and URL parsing.
System specific software: can't be part of busybox.
Need more C executables. As a consequence, need to include 
the uClibc library and compile the executables with shared 
library support.
They are easy and cheap to overcome!
31/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Real­world embedded system development
May need to have more tools on your embedded device (Qt, 
sqlite, ...)
Need to have shared libraries to save space for repetitive tasks
Need to transfer kernel and root filesystem images to the target. 
An efficient way is to make the target boot on a NFS exported 
directory on the GNU/Linux host.
Many more to do!
32/32
Embedded Linux From Scratch On Apex­V210
 Software Freedom Day – Tehran 1394
Thanks

Weitere ähnliche Inhalte

Ähnlich wie Embedded linux from scratch

Ähnlich wie Embedded linux from scratch (20)

IPT692R: Creative Commons Licenses
IPT692R: Creative Commons LicensesIPT692R: Creative Commons Licenses
IPT692R: Creative Commons Licenses
 
Db designer4 manual_1.0.42
Db designer4 manual_1.0.42Db designer4 manual_1.0.42
Db designer4 manual_1.0.42
 
Copyright and Open Licensing
Copyright and Open LicensingCopyright and Open Licensing
Copyright and Open Licensing
 
Copyright and Open Licensing
Copyright and Open LicensingCopyright and Open Licensing
Copyright and Open Licensing
 
Licencia
LicenciaLicencia
Licencia
 
License en us
License en usLicense en us
License en us
 
IOER Creative Commons Licenses
IOER Creative Commons LicensesIOER Creative Commons Licenses
IOER Creative Commons Licenses
 
The Importance of Free Software
The Importance of Free SoftwareThe Importance of Free Software
The Importance of Free Software
 
Creative commons
Creative commonsCreative commons
Creative commons
 
Anatomy of a License (Creative Commons)
Anatomy of a License (Creative Commons)Anatomy of a License (Creative Commons)
Anatomy of a License (Creative Commons)
 
Exploring Open Source Licensing
Exploring Open Source LicensingExploring Open Source Licensing
Exploring Open Source Licensing
 
Open siddur freedom
Open siddur freedomOpen siddur freedom
Open siddur freedom
 
Prose FLOSS Licensing webinair 18 november 2013
Prose FLOSS Licensing webinair 18 november 2013Prose FLOSS Licensing webinair 18 november 2013
Prose FLOSS Licensing webinair 18 november 2013
 
Linux shell scripting_v2
Linux shell scripting_v2Linux shell scripting_v2
Linux shell scripting_v2
 
License
LicenseLicense
License
 
Report presentation
Report presentationReport presentation
Report presentation
 
Design to Share
Design to ShareDesign to Share
Design to Share
 
open source
open sourceopen source
open source
 
open source
open sourceopen source
open source
 
Anatomy of a Creative Commons (CC) Licence
Anatomy of a Creative Commons (CC) Licence Anatomy of a Creative Commons (CC) Licence
Anatomy of a Creative Commons (CC) Licence
 

Mehr von جشنوارهٔ روز آزادی نرم‌افزار تهران

Mehr von جشنوارهٔ روز آزادی نرم‌افزار تهران (20)

Jekyll
JekyllJekyll
Jekyll
 
چرا اکثر ابررایانه‌ها از گنو/لینوکس استفاده می‌کنند؟
چرا اکثر ابررایانه‌ها از گنو/لینوکس استفاده می‌کنند؟چرا اکثر ابررایانه‌ها از گنو/لینوکس استفاده می‌کنند؟
چرا اکثر ابررایانه‌ها از گنو/لینوکس استفاده می‌کنند؟
 
StarCalendar
StarCalendarStarCalendar
StarCalendar
 
حرکت شتابدار به سوی دنیای Embedded System و نقش نرم‌افزارهای آزاد بر آن
حرکت شتابدار به سوی دنیای Embedded System و نقش نرم‌افزارهای آزاد بر آنحرکت شتابدار به سوی دنیای Embedded System و نقش نرم‌افزارهای آزاد بر آن
حرکت شتابدار به سوی دنیای Embedded System و نقش نرم‌افزارهای آزاد بر آن
 
خلاقیت و دانش آزاد؛ ظهور طبقه‌ای جدید در جامعه
خلاقیت و دانش آزاد؛ ظهور طبقه‌ای جدید در جامعهخلاقیت و دانش آزاد؛ ظهور طبقه‌ای جدید در جامعه
خلاقیت و دانش آزاد؛ ظهور طبقه‌ای جدید در جامعه
 
برنامهٔ آموزشی ویکی‌پدیا
برنامهٔ آموزشی ویکی‌پدیابرنامهٔ آموزشی ویکی‌پدیا
برنامهٔ آموزشی ویکی‌پدیا
 
چه هنگام نرم‌افزار آزاد به دام غیرآزاد می‌افتد؟
چه هنگام نرم‌افزار آزاد به دام غیرآزاد می‌افتد؟چه هنگام نرم‌افزار آزاد به دام غیرآزاد می‌افتد؟
چه هنگام نرم‌افزار آزاد به دام غیرآزاد می‌افتد؟
 
با سوزان آشنا شوید! (معرفی نرم افزار بلندر)
با سوزان آشنا شوید! (معرفی نرم افزار بلندر)با سوزان آشنا شوید! (معرفی نرم افزار بلندر)
با سوزان آشنا شوید! (معرفی نرم افزار بلندر)
 
آزادی و محرمانگی در رایانش همراه
آزادی و محرمانگی در رایانش همراهآزادی و محرمانگی در رایانش همراه
آزادی و محرمانگی در رایانش همراه
 
سیاست‌های کمتر شناخته‌شده ویکی‌پدیا
سیاست‌های کمتر شناخته‌شده ویکی‌پدیاسیاست‌های کمتر شناخته‌شده ویکی‌پدیا
سیاست‌های کمتر شناخته‌شده ویکی‌پدیا
 
معرفی بنیاد ویکی‌مدیا و پروژه‌هایش (به جز ویکی‌پدیا)
معرفی بنیاد ویکی‌مدیا و پروژه‌هایش (به جز ویکی‌پدیا)معرفی بنیاد ویکی‌مدیا و پروژه‌هایش (به جز ویکی‌پدیا)
معرفی بنیاد ویکی‌مدیا و پروژه‌هایش (به جز ویکی‌پدیا)
 
چرایی تغییر دیدگاه شرکت های انحصاری نسبت به نرم افزار آزاد
چرایی تغییر دیدگاه شرکت های انحصاری نسبت به نرم افزار آزادچرایی تغییر دیدگاه شرکت های انحصاری نسبت به نرم افزار آزاد
چرایی تغییر دیدگاه شرکت های انحصاری نسبت به نرم افزار آزاد
 
معرفی و ساخت یک فریم‌ورک شخصی به کمک لاراول
معرفی و ساخت یک فریم‌ورک شخصی به کمک لاراولمعرفی و ساخت یک فریم‌ورک شخصی به کمک لاراول
معرفی و ساخت یک فریم‌ورک شخصی به کمک لاراول
 
چگونگی ارسال packet در شبکه و مروری بر Wireshark
چگونگی ارسال packet در شبکه و مروری بر Wiresharkچگونگی ارسال packet در شبکه و مروری بر Wireshark
چگونگی ارسال packet در شبکه و مروری بر Wireshark
 
چگونگی ارسال packet در شبکه و مروری بر Wireshark
چگونگی ارسال packet در شبکه و مروری بر Wiresharkچگونگی ارسال packet در شبکه و مروری بر Wireshark
چگونگی ارسال packet در شبکه و مروری بر Wireshark
 
کار با اوپن‌استریت‌مپ (OSM) از مبتدی تا پیشرفته
کار با اوپن‌استریت‌مپ (OSM) از مبتدی تا پیشرفتهکار با اوپن‌استریت‌مپ (OSM) از مبتدی تا پیشرفته
کار با اوپن‌استریت‌مپ (OSM) از مبتدی تا پیشرفته
 
متاپست (MetaPost)
متاپست (MetaPost)متاپست (MetaPost)
متاپست (MetaPost)
 
داده‌کاوی و زبان برنامه‌نویسی R
داده‌کاوی و زبان برنامه‌نویسی Rداده‌کاوی و زبان برنامه‌نویسی R
داده‌کاوی و زبان برنامه‌نویسی R
 
آموزش کار با GIT
آموزش کار با GITآموزش کار با GIT
آموزش کار با GIT
 
یادگیری هک کلاه سفید و تست نفوذ به شبکه
یادگیری هک کلاه سفید و تست نفوذ به شبکهیادگیری هک کلاه سفید و تست نفوذ به شبکه
یادگیری هک کلاه سفید و تست نفوذ به شبکه
 

Kürzlich hochgeladen

HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 

Kürzlich hochgeladen (20)

HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 

Embedded linux from scratch