No space on left device

You’ve got 4gb on the emmc, if your application runs out of space on the emmc, you need to just use a bigger microsd card and have your application on that.

Regards,

image.png

So after I write the image on the beaglebone, I take off the microSD and run my application or th microSD must be here please ?

image.png

If i will use it on theSD card, can I run it at startup ?

image.png

If i will use it on theSD card, can I run it at startup ?

Why not? Who said you can’t???

On the BBB you have two options to install your root file system too…

eMMC: (limited to 4gb)
microSD: (limited to Max sdhc size)

Regards,

Thank you Robert, when I run my application at startup on the cardSD, it must be bootable with user boot ?

Why?

If the eMMC is blocking the microSD from booting, just clear it out:

sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=10

Regards,

Thank you Robert.

When I access to the cloud9 into microSD, it’s still loading few minutes and I get Disconnected: Could not reach your workspace. Please try again later.
That’s be caused to the size of microSD 4G ?

Nope... Cloud9 doesn't care about the size of the microSD..

Still 6 months till Buster is released...

Regards,

Have you of version of Image beaglebone which compatible with node v8.11.3 ?

Yes, we’ve talked about this previously. Same answer applies.

Regards,

Can you give me please of version which compatible with node v8.11.2, I don’t found that.

Search the archive:

https://groups.google.com/forum/#!forum/beagleboard

You'll find your original question on this and my answer..

Regards,

I found that :

image.png

But I need a version of node v8 and not v6

So what’s stopping you? It’s pretty trivial to change nodejs version’s.

https://github.com/nodesource/distributions

Just because we use a specific version of nodejs doesn’t mean that your stuck with that version…

Just note, any “nodejs” software we pre-built for you is tied to version pre-installed… (Cloud9, Node-RED, Bonescript)

Thus it’s up to “YOU” to rebuild those applications if you change the version of nodejs…

So do what ever you want, everything is open-sourced…

Regards,

image.png

So I can install node v8 on debian 9.4 iot version

image.png

So I can install node v8 on debian 9.4 iot version ?

image.png