iot-black is os distribution for open-source hardware like raspberrypi 2, intel edison, and etc.
iot-black requires TPM attached to successfully operate.
TPM module is now on sale at: http://storefarm.naver.com/cubebite . For detailed information, please refer to wiki page.
You can ask questions about these codes at https://groups.google.com/forum/#!forum/devicesecurityplatform
wget https://raw.githubusercontent.com/SecurityPlatformCoKr/meta-sp/master/meta-sp-raspberrypi/utils/setup/setup.sh
sh setup.sh
to complete image build, you should go to poky/meta-iot-black/keys and do:
cd poky/meta-iot-black/keys
sh README
cd -
Finally, you can run build command:
source poky/oe-init-build-env
bitbake sp-rpi-image
after setting up for raspberrypi 3, change only 1 character in build/conf/local.conf, chage as next:
MACHINE="raspberrypi3"
to
MACHINE="raspbe
5BEB
rrypi2"