Commit graph

8 commits

Author SHA1 Message Date
Ben Hardill
6c1ac8edab
Add network support to Pi2/3 (#21)
Co-authored-by: Luke Childs <lukechilds123@gmail.com>
2021-05-16 21:22:56 +07:00
mrtwnklr
35b55bcd34
Assume raw format for image (#7) 2020-03-16 12:43:09 +07:00
James Reynolds
7a3c87535a Add experimental support for Pi 2/3 emulation (#4)
1. Added 'fatcat' to extract from the boot filesystem from a
   standard RPI image
2. Added qemu-system-aarch64 to support raspi3 machines
3. Extracted images to search for kernel7/8.img and correct dtb
   files to boot kernel
4. Disabled nic for raspi2/3 as USB is not supported (yet)

Co-authored-by: James Reynolds <james.reynolds@cristiesoftware.com>
Co-authored-by: James Reynolds <james.reynolds@cristie.com>
Co-authored-by: Luke Childs <lukechilds123@gmail.com>
2020-03-09 14:20:09 +07:00
Luke Childs
d4f5440e7e Prefer double dash arguments 2019-12-14 18:43:22 +07:00
Luke Childs
2956999797 Throw helpful error if no filesystem image exists 2019-12-14 18:39:22 +07:00
Luke Childs
3f9ae948d6 Use /sdcard as mount point 2019-12-14 08:57:03 +07:00
Luke Childs
d0e67f0813 Add helpful extraction method 2019-12-14 08:54:11 +07:00
Luke Childs
151aa1f623 Fix volume issues by mounting a dir
Extract a pre-existing image there if one doesn't already exist
2019-12-14 00:33:31 +07:00