Lines Matching refs:dev
163 key-name-hint = "dev";
173 configuration to be signed with a key named 'dev'. The kernel is compressed
184 openssl genrsa -F4 -out keys/dev.key 2048
185 openssl req -batch -new -x509 -key keys/dev.key -out keys/dev.crt
187 Note: keys/dev.key contains your private key and is very secret. If anyone
252 Verifying Hash Integrity ... sha1,rsa2048:dev+
256 sha1,rsa2048:dev+
300 At the top, you see "sha1,rsa2048:dev+". This means that it checked an RSA key
302 'dev' and the '+' means that it verified. If it showed '-' that would be bad.
325 Verifying Hash Integrity ... sha1,rsa2048:dev+
329 sha1,rsa2048:dev+
425 Failed to verify required signature 'key-dev'
446 Failed to verify required signature 'key-dev'
474 fdtget -p am335x-boneblack-pubkey.dtb /signature/key-dev
499 Here the card is /dev/sde:
502 export UDEV=/dev/sde1 # Change thes two lines to the correct device
503 export KDEV=/dev/sde2
513 setenv bootargs console=ttyO0,115200n8 quiet root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait
519 U-Boot# setenv bootargs console=ttyO0,115200n8 quiet root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait
525 Verifying Hash Integrity ... sha1,rsa2048:dev+ OK