Difference between revisions of "Bootloaders"
m (→U-Boot: New note) |
m (Intermediate version) |
||
Line 1: | Line 1: | ||
+ | == Bootloaders and Filesystems == | ||
+ | |||
=== U-Boot === | === U-Boot === | ||
* [[U-Boot Overview]] | * [[U-Boot Overview]] | ||
Line 13: | Line 15: | ||
* [[Installing LILO]] | * [[Installing LILO]] | ||
* [[Configuring LILO]] | * [[Configuring LILO]] | ||
+ | |||
+ | ----- | ||
+ | |||
+ | ===Media Cards=== | ||
+ | |||
+ | * [[Loading Linux Images to a Compact Flash Disk]] | ||
+ | |||
+ | ===MTD Flash=== | ||
+ | |||
+ | * [[Creating JFFS2 Images]] | ||
+ | * [[Mounting JFFS2 Images on a Linux PC]] | ||
+ | * [[Archiving JFFS2 Images|Archiving JFFS2 Images from Flash]] | ||
+ | * [[Loading JFFS2 Images Onto a Board]] | ||
+ | |||
+ | ===Working with Partitions=== | ||
+ | |||
+ | * [[Repartitioning a CompactFlash Disk for Linux]] | ||
+ | * [[Repartitioning NAND Flash with JFFS2 for Linux]] | ||
+ | |||
+ | ----- | ||
=== TFTP Server === | === TFTP Server === | ||
* [[Installing TFTP server]] | * [[Installing TFTP server]] | ||
+ | |||
+ | ===Network Filesystems=== | ||
+ | |||
+ | * [[Setting up an NFS File Server]] | ||
+ | * [[Booting with an NFS Root Filesystem]] |
Revision as of 18:46, 17 December 2013
Contents
Bootloaders and Filesystems
U-Boot
- U-Boot Overview
- Loading Images with U-Boot
- Loading Linux Kernels Onto a Board
- Loading JFFS2 Images Onto a Board
- TODO MAKE ME: Short Bus Hardware - 3517 and Friends
RedBoot
LILO
Media Cards
MTD Flash
- Creating JFFS2 Images
- Mounting JFFS2 Images on a Linux PC
- Archiving JFFS2 Images from Flash
- Loading JFFS2 Images Onto a Board