Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccelio/initramfs_linux_flow
This is a hacky tool for building a BBL+Linux+InitRAMFS image for RISC-V.
https://github.com/ccelio/initramfs_linux_flow
Last synced: about 2 months ago
JSON representation
This is a hacky tool for building a BBL+Linux+InitRAMFS image for RISC-V.
- Host: GitHub
- URL: https://github.com/ccelio/initramfs_linux_flow
- Owner: ccelio
- License: apache-2.0
- Created: 2016-12-05T23:12:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T09:36:41.000Z (about 6 years ago)
- Last Synced: 2024-10-10T20:45:40.623Z (2 months ago)
- Language: Python
- Size: 42 KB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My attempt at making an easy to build an initramFS Linux image for RISC-V testing.
**Prerequistes**
* A compatible riscv linux toolchain.**Default Flow**
This builds an image using the default linux and busybox configurations
(`./linux_config`, `./busybox_config`). It auto-generates and initramfs.txt and
uses a dummy profile script.$ git submodule update --init
$ make**Augmenting the image**
Set `./profile` to get what you need on bootup. Look at Makefile for how to change things.
Set `./initramfs.txt` to what you want (also auto-generated by build-initram.py).
Of course, you can always change the linux and busybox configurations.