[yocto] devtmpfs failing to mount

2019-03-11 Thread Emily S
Hi all - I'm using Yocto version rocko with a custom layer to run on the Zynq+ SoC on a custom board. When trying to boot I'm getting the following error in the boot output: [4.205861] devtmpfs: error mounting -2 dmesg | tail shows a similar result: [4.127997] EXT4-fs (mmcblk0p2): couldn

Re: [yocto] devtmpfs failing to mount

2019-03-11 Thread Emily S
Hello! Yes those are both useful things to know. I am booting by flashing an SD card with a wic image (made using sdimage-bootpart.wks), so the flashing process takes care of creating the partitions. So the partition should be of type EXT4. The mounting process is actually what I'm a little fuzzy

[yocto] /usr/bin/env requires coreutils?

2019-03-12 Thread Emily S
Hi all - It seems like now you need to depend on coreutils to get /usr/bin/env working, why is that? Coreutils is a bit big and takes awhile to compile. This wasn't the previous behavior, and I'm wondering why it was changed. Thanks! Emily -- ___ yocto

Re: [yocto] /usr/bin/env requires coreutils?

2019-03-12 Thread Emily S
with exit code '1' On Tue, Mar 12, 2019 at 3:02 PM Leon Woestenberg wrote: > Hi Emily, > > On Tue, Mar 12, 2019 at 7:45 PM Emily S wrote: > > > > It seems like now you need to depend on coreutils to get /usr/bin/env > working, why is that? Coreutils is a b

Re: [yocto] /usr/bin/env requires coreutils?

2019-03-12 Thread Emily S
Hi Leon - When you ask if there is anything in /usr/bin at all I'm not sure what you mean, could you elaborate? Ahh so you're saying something in the init-clock recipe itself is incorrect in the way it uses ${bindir}? I did not actually write this recipe so I may be not understanding it fully, bu

Re: [yocto] /usr/bin/env requires coreutils?

2019-03-12 Thread Emily S
> On Tue, Mar 12, 2019 at 11:53 PM Emily S wrote: > > > > When you ask if there is anything in /usr/bin at all I'm not sure what > you mean, could you elaborate? > > > On the root filesystem, do you see other executables in the /usr/bin/ > directory? > >

Re: [yocto] /usr/bin/env requires coreutils?

2019-03-13 Thread Emily S
I've attached the entire boot log. Thanks, Emily On Tue, Mar 12, 2019 at 7:05 PM Leon Woestenberg wrote: > Hi Emily, > > On Wed, Mar 13, 2019 at 12:50 AM Emily S wrote: > > > > Ahh okay you meant just literally if there was anything else in it. An > additional complicat

[yocto] Incorporating Xilinx DNNDK into Yocto

2019-05-03 Thread Emily S
Hi all - Xilinx has the Deep Neural Network Development Kit (DNNDK) that they just released the source code for in the last month or so. They have the code written nicely in the form of yocto recipes but it doesn't appear to be an actual layer: https://github.com/Xilinx/Edge-AI-Platform-Tutorials/