--
You received this message because you are subscribed to the Google Groups "Mender List mender.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mender+un...@lists.mender.io.
To post to this group, send email to men...@lists.mender.io.
Visit this group at https://groups.google.com/a/lists.mender.io/group/mender/.

Hi,I'm running a non-Yocto setup as well, and I've got it working too.So maybe we can combine the 'non-Yocto' efforts, because right now it's a challenge to get stuff up and running this way.
--
You received this message because you are subscribed to the Google Groups "Mender List mender.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mender+un...@lists.mender.io.
To post to this group, send email to men...@lists.mender.io.
Visit this group at https://groups.google.com/a/lists.mender.io/group/mender/.

oh this looks interesting!I've build stuff based on ArchLinux and also build an ArchLinux package for the mender client.TBH the most 'painful' part of the whole exercise was/is u-boot.
What would already be very helpful if there's just a simple single patch file for u-boot. That's still on my todo list, as I've got the stuff lying around.
--
You received this message because you are subscribed to the Google Groups "Mender List mender.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mender+un...@lists.mender.io.
To post to this group, send email to men...@lists.mender.io.
Visit this group at https://groups.google.com/a/lists.mender.io/group/mender/.

To unsubscribe from this group and stop receiving emails from it, send an email to mender+unsubscribe@lists.mender.io.
To post to this group, send email to men...@lists.mender.io.
Visit this group at https://groups.google.com/a/lists.mender.io/group/mender/.
----
You received this message because you are subscribed to the Google Groups "Mender List mender.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mender+unsubscribe@lists.mender.io.
Harry, Curious, why not use the yocto stuff?
2018-07-13 9:57 GMT+02:00 Harry ten Berge <ha...@baseflow.com>:
I can make the ArchLinux package public, no problem. Rather busy today, so I'll do that in the weekend.In our case we're using Mender on a Raspberry Pi environment (embedded hardware), so using GRUB is not going to work I think.What I mean with the 'single patch' file is that right now I needed to get the different patches from the Yocto stuff in the Mender repo and apply that to u-boot.For people not using Yocto it would be very easy to have a single patch file that they need to apply to the latest u-boot source, build it and go.I'll keep you updated on the ArchLinux package.
On Fri, 13 Jul 2018 at 09:54, Mirza Krak <mirza...@northern.tech> wrote:
--On Fri, Jul 13, 2018 at 9:43 AM, Harry ten Berge <ha...@baseflow.com> wrote:--oh this looks interesting!I've build stuff based on ArchLinux and also build an ArchLinux package for the mender client.TBH the most 'painful' part of the whole exercise was/is u-boot.Interesting with the ArchLinux package. Is that available publicly?Most people share your opinion with U-boot patching, that is why there is a bit different approach to this for the converted images. Check this out https://tracker.mender.io/browse/MEN-1595. The idea is basically to make sure that U-boot loads a provided GRUB binary in which we do all the "Mender stuff", this approach does not require any patches to U-boot.What would already be very helpful if there's just a simple single patch file for u-boot. That's still on my todo list, as I've got the stuff lying around.Could you elaborate?
You received this message because you are subscribed to the Google Groups "Mender List mender.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mender+un...@lists.mender.io.
To post to this group, send email to men...@lists.mender.io.
Visit this group at https://groups.google.com/a/lists.mender.io/group/mender/.
--
--
You received this message because you are subscribed to the Google Groups "Mender List mender.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mender+un...@lists.mender.io.
To post to this group, send email to men...@lists.mender.io.
Visit this group at https://groups.google.com/a/lists.mender.io/group/mender/.
--
You received this message because you are subscribed to the Google Groups "Mender List mender.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mender+un...@lists.mender.io.
To post to this group, send email to men...@lists.mender.io.
Visit this group at https://groups.google.com/a/lists.mender.io/group/mender/.

I can make the ArchLinux package public, no problem. Rather busy today, so I'll do that in the weekend.
In our case we're using Mender on a Raspberry Pi environment (embedded hardware), so using GRUB is not going to work I think.What I mean with the 'single patch' file is that right now I needed to get the different patches from the Yocto stuff in the Mender repo and apply that to u-boot.For people not using Yocto it would be very easy to have a single patch file that they need to apply to the latest u-boot source, build it and go.
I'll keep you updated on the ArchLinux package.
On Thu, Jul 12, 2018 at 6:40 PM, Don Cross <cosin...@gmail.com> wrote:
> I have a few more questions in my ongoing project of getting Mender to work
> in a non-Yocto Raspberry Pi 3 environment.
>
> 1. I have created an account for hosted Mender. I notice there is an
> organization token under the account. The documentation mentions putting
> this token in a file called local.conf. I'm guessing this file is for Yocto
> and bitbake does something with it, not that there is a file local.conf on
> the device. Is this guess correct? If so, in a non-Yocto build, where on
> the device should the organization token be stored?
The token should go in the /etc/mender/mender.conf file on the device.
Documented here [1].
Agree that this part is very Yocto focused in the docs. If you have
suggestions on how to improve this, we appreciate pull-requests :)
If Mender thinks that it's on the uncommitted partition, this is an
indication that your U-Boot user space tools are not working correctly.
The first thing I would do is run through the Integration Checklist [1]
if you haven't already. You will obviously have to reflash the device if
it's already stuck in the loop. You can just skip the steps in the
checklist that ask you to recompile with bitbake, it just means you
won't be able to verify that particular part, but I don't think that
this is the problem here anyway.
Failing that, or if you have already done it and the problem keeps
happening, please post the contents of /etc/mender/mender.conf and the
output from running "fw_printenv".
[1]
https://docs.mender.io/1.5/devices/integrating-with-u-boot/integration-checklist
--
Kristian
> root@camserver:/home/casa $ fw_printenv
> Read error on /uboot/uboot.env: Success
This (extremely confusing) error message means that the configuration
file is incorrect, and probably points to some location that is too
small, and certainly wrong.
It should point to /dev/mmcblk0 (assuming you are using memory card),
and some offset and size which are dependent on your exact setup. In
your case, based on your values below it should be something like:
/dev/mmcblk0 0x4000 0x4000
/dev/mmcblk0 0x8000 0x4000
That is great Don!
Have a quick look at
https://github.com/mendersoftware/mender/blob/master/CONTRIBUTING.md
as you're preparing your contribution :)