Skip to content

Commit

Permalink
fix link to smallerzimage.md in buildroot.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hak8or committed May 3, 2018
1 parent bc8f7a4 commit 7591ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AT91SAM9N12/buildroot.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ total 3.9M
-rw-r--r-- 1 hak8or users 2.7M Apr 2 17:34 zImage
```

This has everything we need to boot, but remember that we only have 4 MB to play with. Given our earlier size constraints for the root file system (```2.217 MB```) and kernel (```1.846 MB```), the kernel (```2.7M```) won't fit. [Next](smaller.md) up is looking into what we can remove in order to decrease in size.
This has everything we need to boot, but remember that we only have 4 MB to play with. Given our earlier size constraints for the root file system (```2.217 MB```) and kernel (```1.846 MB```), the kernel (```2.7M```) won't fit. [Next](smallerzimage.md) up is looking into what we can remove in order to decrease in size.

0 comments on commit 7591ad2

Please sign in to comment.