forked from alexandrebelloni/whoosh
-
Notifications
You must be signed in to change notification settings - Fork 0
fast bootloader for ARM platforms
License
JackWellem/whoosh
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Whoosh is an ARM Linux bootloader forked from arm-kernel-shim aimed to be really small and fast. The ultimate goal of the projet is to be a repository of various bootloader designed to be fast. It is not aiming at being generic or flexible. For now, whoosh supports Freescale i.mx53 and i.mx6x platforms. To build: ========= $ make <board>_config $ make A script is provided to help building the final bootloader + kernel image and flash it on an SDcard. Run it from the root directory of whoosh : $ make <board>_config $ ./script/FSL.sh -k <path to kernel Image or zImage> -m <path to mkimage> [<mmcdevice>]
About
fast bootloader for ARM platforms
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 88.5%
- C++ 5.0%
- Shell 4.0%
- Makefile 2.1%
- Perl 0.4%