You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to make an file of the output for testing under
qemu or similar is useful. Copy the card flashing and just
target an IMGFILE= parameteter.
Example:
dd if=/dev/zero of=output.img bs=1G count=8
make IMGFILE=output.img flash-file
Signed-off-by: Ben Dooks <[email protected]>
0 commit comments