Embedded Systems
emlinux.txt
Associated article: Optimizing Embedded Linux
Tags: Embedded Systems
Published source code accompanying the article by Todd Fischer in which shares hard-won techniques to aid in the embedded Linux development process.
Optimizing Embedded Linux
by Todd Fischer
Example 1:
(a)
$ du -hs fs
3.8M fs
(b)
$ mkcramfs fs fs.crm
$ ls -la fs.crm
-rw-r--r-- 1 stevej users 1732608 Oct 2 12:49 fs.crm
Example 2:
(a)
void main( void ) { }
(b)
$ arm-linux-objdump -T a.out
a.out: ...


