https://github.com/dbrgn/ic880a-backplane-testimage
https://github.com/dbrgn/ic880a-backplane-testimage
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbrgn/ic880a-backplane-testimage
- Owner: dbrgn
- Created: 2018-02-11T17:33:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T21:28:24.000Z (almost 7 years ago)
- Last Synced: 2026-05-01T00:41:50.450Z (2 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iC880A Backplane Test Image
This is a build script for a Raspberry Pi 0 test image.
It is used to test the
[iC880A Backplane](https://github.com/dbrgn/ic880a-backplane/).
To build, type
./build.sh
Then copy the resulting image to an SD card with `dd`. The size of the image
should be around 130 MiB.
To copy it to the target SD:
sudo dd if=buildroot-2019.02.4/output/images/sdcard.img of=/dev/YOURDEVICE bs=8M
sync