**** BEGIN LOGGING AT Tue May 31 02:59:58 2016 May 31 07:27:04 Hi, did CircuitCo stopped BBB production ? May 31 07:40:20 hi May 31 07:45:49 anybody here? May 31 07:46:25 my tpm can't create EK,who can help me? May 31 07:51:01 who can tell me what's wrong with my tpm May 31 07:51:06 Tspi_TPM_CreateEndorsementKey failed: 0x00000008 - layer=tpm, code=0008 (8), The TPM target command has been disabled May 31 07:56:23 shu_: I'm prettu sure that command is normally not available May 31 07:58:01 what should I do May 31 08:01:03 the EK is normally already present in a TPM (although this may vary depending on manufacturer and exact part code ordered) May 31 08:01:26 unless specifically created to be revocable it is permanent May 31 08:03:12 if I recocable,I can get again? May 31 08:03:39 if I revocable,I can get again? May 31 08:03:44 do you even understand what the EK is? May 31 08:03:50 yes May 31 08:06:43 if the EK is revokable and you have the revocation key then you can issue a TPM_RevokeTrust to clear the EK (and this implicitly clears ownership as well, if taken); asserting physical presence is required May 31 08:07:52 if that succeeds you can command the TPM to generate a new EK (it would be wise to generate a revocable one again, otherwise the action is irreversible) and then proceed to take ownership May 31 08:09:55 ok,thanks May 31 08:11:00 another question is that I can't cat my pubek May 31 08:11:40 when I cat pubek,there is nothing came back May 31 08:13:15 and I got it once May 31 08:14:14 once you've taken ownership the TPM_ReadPubek command (which requires no authorization) no longer works, although there's another command which requires owner-authorization which should work May 31 08:16:10 if that,how can I use the pubek to encrypt May 31 08:17:03 the ek is never used for encryption afaik May 31 08:19:00 I know,I mean using public key May 31 08:21:10 I want use pubek to encrypt,my tpm-tools hasn't tpm_bind May 31 08:28:05 the EK is only used for specific TPM purposes, it cannot be used for general-purpose encryption May 31 08:28:14 afaik May 31 08:29:18 you are correct May 31 08:32:08 there isn't tpm_bind,if I write it,it's too difficult,can you help me? May 31 08:32:40 what should I do can bind May 31 08:33:50 a quick google right away found examples -> https://www.cylab.cmu.edu/tiw/slides/challener-handout.pdf May 31 08:34:19 it has chapters on binding and unbinding data May 31 08:34:59 ok,let me have a look,thank you very much May 31 08:39:55 I think you can also use libengine-pkcs11-openssl to allow openssl to use the TPM May 31 08:40:01 Hi, did CircuitCo stopped BBB production ? May 31 08:42:29 ok May 31 08:43:00 avrelaun: dunno, does it matter? element14 still produces it May 31 08:44:56 zmatt: I'm just curious May 31 09:01:17 shu_: https://github.com/ThomasHabets/simple-tpm-pk11 May 31 09:01:23 possibly also of interest May 31 09:18:37 if I use openssl,I have to know where is my rsa-key made by tpm,I can't find them. May 31 15:07:44 hi, I am looking to log a flow sensor using the BBB May 31 15:08:27 I want to write to a RAM based file and have it periodical saved to flash to reduce flash writes May 31 15:08:34 how to do this? May 31 15:34:50 Looking for some assistance or shared experience. I've had a BBB for quite a while and it was working fine running Debian Wheezy off the eMMC as a file server. We recently had a power outage, after which I couldn't boot it anymore. I reflashed the eMMC from the SD card using an official image, and I restarted and could run off the eMMC for a while. I installed programs, changed configuration; everything seemed to be running OK. May 31 15:36:10 when I tried to reboot (either through CLI or unplugging/pluggin in the power cord), it would not book. The far right LED would do a steady heartbeat flash and nothing comes up. I tried a few different Debian Jessie images, and same thing each time. May 31 15:36:49 Anyone have any thoughts on what the issue could be? Could it be something I'm installing on the eMMC; I usually install logitechmediaserver for my Squeezebox. May 31 15:38:33 My standard thought on random boot issues is use the serial console header and see if it says what's happening. May 31 15:41:44 Thanks ragnorok. I've never connected via serial cable before. I'll have to figure that out. May 31 15:42:21 If you have a FTDI or a CP2102 it should work. There's info on the 'net that's not hard to find. May 31 15:44:43 does the emmc provide a SMART interface to know when the flash is worn-out? May 31 15:45:36 Yeah, looks like I need to get myself an FTDI cable then test my troubleshooting skills. May 31 15:50:46 citylight2: Not that I'm aware of. May 31 15:53:52 hello May 31 18:01:52 A big thank you to the website creators that the BB web site is also usable without JavaScript. May 31 19:30:01 I have 4 beagle bone black devices. One of them is running Cloud9 GNOME Image 2013.09.04 with can0 enabled. I would like to duplicate this on the others. I am using a Mac OS X machine to download images and ssh into the one device (BBB1) May 31 19:32:08 I found several places where there are instructions on how to perform the flash operation and several of them suggest using the SDFormatter_4.00B. I downloaded and ran the application. When I select the option to overwrite everything it seem like it will take WAAAYYYY too long. Is there any suggestions on a way the is acceptable and will not take overnight to complete? May 31 20:47:08 Wayne_: i take it your image isn't on the SD card but on the eMMC? May 31 20:47:44 if it's on an SD card, use dd from one card to another May 31 23:49:54 hi all May 31 23:54:41 I'm attempting to us the GPMC for an external parallel-bus peripheral. I've booted from SD, added the disable HDMI and disable eMMC device tree overlays. But... my peripheral needs the reset pin which is claimed by rstctl.4. Making an overlay that sets that node's status = "disabled" doesn't seem to have the desired effect of freeing the pin I want. echoing May 31 23:54:42 the platform bus address to .../unbind freezes the system. Is there any other way to free this pin other than booting a modified dtb? **** ENDING LOGGING AT Wed Jun 01 02:59:59 2016