Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 466 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 466 Bytes

HDZGOGGLE Buildroot

Buildroot to generate OS images for the HDZero Goggles.

sdcard

Booting from a sdcard:

./build.sh hdzgoggle_sdcard_defconfig
./build.sh
# image will be generated at output/images/sdcard.img

The image can be writen to an sdcard via dd sudo dd if=output/images/sdcard.img of=/dev/sdc Alternatively a tool like Balena Etcher can be used.

flash

...comming soon..