# \#warrior

**URL:** https://hub.mender.io/tag/warrior/84.md

[Latest](https://hub.mender.io/latest.md) · [Categories](https://hub.mender.io/categories.md) · [Tags](https://hub.mender.io/tags.md)

---

## [Yocto: Rockchip separate kernel/rootfs layout](https://hub.mender.io/t/yocto-rockchip-separate-kernel-rootfs-layout/2721)

<div class="topic-metadata">

**Author:** [@sherlock](https://hub.mender.io/u/sherlock)\
**Replies:** 16\
**Last updated:** [March 12, 2025, 9:39am UTC](https://hub.mender.io/t/yocto-rockchip-separate-kernel-rootfs-layout/2721 "2025-03-12T09:39:19Z")

</div>

Hi all! I’m trying to setup mender on a Rockchip rk3399 board. I’ve followed Rockchip’s guide for partitioning and flashing and it’s working for us. Now I’ve followed mender’s guide (2.5) for integrating into our Yocto…

---

## [Raspberry Pi 4 Model B - Yocto 4.0 "kirkstone" and earlier](https://hub.mender.io/t/raspberry-pi-4-model-b-yocto-4-0-kirkstone-and-earlier/889)

<div class="topic-metadata">

**Author:** [@mirzak](https://hub.mender.io/u/mirzak)\
**Replies:** 43\
**Last updated:** [July 17, 2024, 11:07am UTC](https://hub.mender.io/t/raspberry-pi-4-model-b-yocto-4-0-kirkstone-and-earlier/889 "2024-07-17T11:07:53Z")

</div>

Board description The Raspberry Pi 4 Model B is the probably most popular board of the Raspberry Pi family. URL: https://www.raspberrypi.org/products/raspberry-pi-4-model-b/ Wiki: https://elinux.org/RPi\_Hub Test re…

---

## [BeagleBone Black](https://hub.mender.io/t/beaglebone-black/83)

<div class="topic-metadata">

**Author:** [@MarekBelisko](https://hub.mender.io/u/MarekBelisko)\
**Replies:** 8\
**Last updated:** [August 11, 2021, 8:37am UTC](https://hub.mender.io/t/beaglebone-black/83 "2021-08-11T08:37:45Z")

</div>

The official Mender documentation explains how Mender works. This is simply a board-specific complement to the official documentation. Board description BeagleBone Black is a low-cost, community-supported development pl…

---

## [NVIDIA Tegra Jetson Nano](https://hub.mender.io/t/nvidia-tegra-jetson-nano/1360)

<div class="topic-metadata">

**Author:** [@Ecordonnier](https://hub.mender.io/u/Ecordonnier)\
**Replies:** 31\
**Last updated:** [May 2, 2024, 4:54pm UTC](https://hub.mender.io/t/nvidia-tegra-jetson-nano/1360 "2024-05-02T16:54:41Z")

</div>

The official Mender documentation explains how Mender works. This is simply a board-specific complement to the official documentation. Board description NVIDIA Jetson Nano developer kit hardware booting from SD-card: …

---

## [Raspberry Pi 3 Model B/B+](https://hub.mender.io/t/raspberry-pi-3-model-b-b/57)

<div class="topic-metadata">

**Author:** [@mirzak](https://hub.mender.io/u/mirzak)\
**Replies:** 3\
**Last updated:** [June 10, 2023, 1:04pm UTC](https://hub.mender.io/t/raspberry-pi-3-model-b-b/57 "2023-06-10T13:04:57Z")

</div>

Board description The Raspberry Pi 3 Model B/B+ is a popular single board computer based on Broadcom SoCs. It is the most powerful board within the Raspberry Pi family and probably the most popular with “makers”. URL…

---

## [Integrating timedatectl//systemd-timesyncd with readonly root file system](https://hub.mender.io/t/integrating-timedatectl-systemd-timesyncd-with-readonly-root-file-system/2323)

<div class="topic-metadata">

**Author:** [@thesillywhat](https://hub.mender.io/u/thesillywhat)\
**Replies:** 24\
**Last updated:** [April 24, 2023, 1:27pm UTC](https://hub.mender.io/t/integrating-timedatectl-systemd-timesyncd-with-readonly-root-file-system/2323 "2023-04-24T13:27:20Z")

</div>

Hello, One of the requirements in my project is to change timezone of the system. I am using timedatectl to achieve this. My file system being read only I am unable to change the timezone on the device. -rw-r--r-- 1 r…

---

## [Google Coral Dev Board](https://hub.mender.io/t/google-coral-dev-board/1711)

<div class="topic-metadata">

**Author:** [@mirzak](https://hub.mender.io/u/mirzak)\
**Replies:** 12\
**Last updated:** [July 28, 2022, 2:05pm UTC](https://hub.mender.io/t/google-coral-dev-board/1711 "2022-07-28T14:05:19Z")

</div>

The official Mender documentation explains how Mender works. This is a board-specific complement to the official documentation. Board description A development board to quickly prototype on-device ML products. Scale fro…

---

## [Disabling ssh or sshd service](https://hub.mender.io/t/disabling-ssh-or-sshd-service/4138)

<div class="topic-metadata">

**Author:** [@thesillywhat](https://hub.mender.io/u/thesillywhat)\
**Replies:** 9\
**Last updated:** [October 1, 2021, 9:49pm UTC](https://hub.mender.io/t/disabling-ssh-or-sshd-service/4138 "2021-10-01T21:49:00Z")

</div>

Hello, I am trying to disable the ssh service but I am unable to do so. systemctl stop sshd.service does not yield any results. systemctl list-units --type=service gives me the below result UNIT …

---

## [How is the RTC clock set? Is a Mender service actually setting the RTC clock with the right time?](https://hub.mender.io/t/how-is-the-rtc-clock-set-is-a-mender-service-actually-setting-the-rtc-clock-with-the-right-time/4114)

<div class="topic-metadata">

**Author:** [@thesillywhat](https://hub.mender.io/u/thesillywhat)\
**Replies:** 13\
**Last updated:** [September 28, 2021, 7:46pm UTC](https://hub.mender.io/t/how-is-the-rtc-clock-set-is-a-mender-service-actually-setting-the-rtc-clock-with-the-right-time/4114 "2021-09-28T19:46:01Z")

</div>

Hello All, I am trying to understand how my RTC clock is getting set. And I am unable to find a proper documentation on it. After I switched to a read only RootFS. I noticed my systemclock was a getting set 1969 when t…

---

## [Version Check](https://hub.mender.io/t/version-check/4032)

<div class="topic-metadata">

**Author:** [@itzSatz](https://hub.mender.io/u/itzSatz)\
**Replies:** 3\
**Last updated:** [August 26, 2021, 6:21am UTC](https://hub.mender.io/t/version-check/4032 "2021-08-26T06:21:08Z")

</div>

\[9:53 AM\] Ronit Wilson Rolance (MS/ENC3-BEG) Hi, We’re running a service that would need to prevent older versions for security reasons. I used state scripts to implement version check. I added the state script ‘Artif…

---

## [Updating ModemManager to latest version](https://hub.mender.io/t/updating-modemmanager-to-latest-version/3746)

<div class="topic-metadata">

**Author:** [@thesillywhat](https://hub.mender.io/u/thesillywhat)\
**Replies:** 1\
**Last updated:** [June 15, 2021, 1:45pm UTC](https://hub.mender.io/t/updating-modemmanager-to-latest-version/3746 "2021-06-15T13:45:47Z")

</div>

Hello, Has anyone tried updating ModemManager to the latest module. I downloaded modem-manager from the recipe available in meta-openembedded but that only has modem manager upto version 1.8 How do I update it to a new…

---

## [How to distinguish data going mender server in a pcap file](https://hub.mender.io/t/how-to-distinguish-data-going-mender-server-in-a-pcap-file/3745)

<div class="topic-metadata">

**Author:** [@thesillywhat](https://hub.mender.io/u/thesillywhat)\
**Replies:** 1\
**Last updated:** [June 15, 2021, 1:44pm UTC](https://hub.mender.io/t/how-to-distinguish-data-going-mender-server-in-a-pcap-file/3745 "2021-06-15T13:44:04Z")

</div>

Hello, I have seen issues in devices in different regions where we are not able to communicate to https server on cellular connection. But these machines generally fix themselves after either removing the cellular modem…

---

## [All files in /data partition removed automatically](https://hub.mender.io/t/all-files-in-data-partition-removed-automatically/3565)

<div class="topic-metadata">

**Author:** [@anishmonachan](https://hub.mender.io/u/anishmonachan)\
**Replies:** 3\
**Last updated:** [April 29, 2021, 3:56pm UTC](https://hub.mender.io/t/all-files-in-data-partition-removed-automatically/3565 "2021-04-29T15:56:16Z")

</div>

Hello, I’m facing a very weird bug with the jetson tx2 running on yocto image, that the files in the /data partitions are removed automatically. And only the folders do exist. I did check all other partitions and the f…

---

## [Mender standalone update from warrior to zeus (or dunfell)](https://hub.mender.io/t/mender-standalone-update-from-warrior-to-zeus-or-dunfell/3516)

<div class="topic-metadata">

**Author:** [@hoostol](https://hub.mender.io/u/hoostol)\
**Replies:** 8\
**Last updated:** [April 17, 2021, 4:39pm UTC](https://hub.mender.io/t/mender-standalone-update-from-warrior-to-zeus-or-dunfell/3516 "2021-04-17T16:39:09Z")

</div>

Hi, I’m starting upgrading my custom jetson-tx2 project from warrior to zeus (or hopefully dunfell). My current project generates payload files that supports only single board revision and I think that prevents upgradin…

---

## [Impact of CVE-2021-27918 on Mender](https://hub.mender.io/t/impact-of-cve-2021-27918-on-mender/3403)

<div class="topic-metadata">

**Author:** [@deffo](https://hub.mender.io/u/deffo)\
**Replies:** 1\
**Last updated:** [March 22, 2021, 7:59am UTC](https://hub.mender.io/t/impact-of-cve-2021-27918-on-mender/3403 "2021-03-22T07:59:04Z")

</div>

Hi there! How do you consider the impact of CVE-2021-27918 \[1\] on Mender? Do you think this is critical? We are asking since warrior-v2020.10 is directly affected with version 1.14.7. Best regards \[1\] NVD - CVE-2021-2…

---

## [U-boot conflict. Jetson xavier - mender integration](https://hub.mender.io/t/u-boot-conflict-jetson-xavier-mender-integration/3282)

<div class="topic-metadata">

**Author:** [@anishmonachan](https://hub.mender.io/u/anishmonachan)\
**Replies:** 2\
**Last updated:** [March 1, 2021, 2:41pm UTC](https://hub.mender.io/t/u-boot-conflict-jetson-xavier-mender-integration/3282 "2021-03-01T14:41:36Z")

</div>

Hello here, I’m trying to build a yocto image using warrior branch for jetson xavier machine. I had a build error that the machine isn’t in the list of uboot compatible list. Looking at xavier documentation I understoo…

---

## [Impact of CVE-2020-29510 on Mender](https://hub.mender.io/t/impact-of-cve-2020-29510-on-mender/3140)

<div class="topic-metadata">

**Author:** [@deffo](https://hub.mender.io/u/deffo)\
**Replies:** 2\
**Last updated:** [February 1, 2021, 8:07am UTC](https://hub.mender.io/t/impact-of-cve-2020-29510-on-mender/3140 "2021-02-01T08:07:20Z")

</div>

Hi there! How do you consider the impact of CVE-2020-29510 \[1\] on Mender? Do you think this is critical? We are asking since warrior-v2020.10 is directly affected with version 1.14.7. Best regards \[1\] https://nvd.nist…

---

## [Mender is not creating partitions in iMX6 UL](https://hub.mender.io/t/mender-is-not-creating-partitions-in-imx6-ul/1924)

<div class="topic-metadata">

**Author:** [@danie](https://hub.mender.io/u/danie)\
**Replies:** 12\
**Last updated:** [December 15, 2020, 9:43pm UTC](https://hub.mender.io/t/mender-is-not-creating-partitions-in-imx6-ul/1924 "2020-12-15T21:43:32Z")

</div>

Hi all, I’m building Yocto project with mender for iMX6UL EVK. It fails to load with the following error: \[ TIME \] Timed out waiting for device /dev/mmcblk1p4. \[DEPEND\] Dependency failed for /data. \[DEPEND\] Dependency …

---

## [NXP® i.MX 6 Ultra Lite Evaluation Kit](https://hub.mender.io/t/nxp-i-mx-6-ultra-lite-evaluation-kit/2762)

<div class="topic-metadata">

**Author:** [@danie](https://hub.mender.io/u/danie)\
**Replies:** 0\
**Last updated:** [November 2, 2020, 8:04am UTC](https://hub.mender.io/t/nxp-i-mx-6-ultra-lite-evaluation-kit/2762 "2020-11-02T08:04:39Z")

</div>

Contributors BG Networks - Cyber Security for the Internet of Things Jasmin Infotech - Embedded solutions and services Let us know if you need additional information for a manual integration and build. Board descripti…

---

## [Stop mender update after header mismatch](https://hub.mender.io/t/stop-mender-update-after-header-mismatch/2906)

<div class="topic-metadata">

**Author:** [@danie](https://hub.mender.io/u/danie)\
**Replies:** 6\
**Last updated:** [December 2, 2020, 8:34am UTC](https://hub.mender.io/t/stop-mender-update-after-header-mismatch/2906 "2020-12-02T08:34:24Z")

</div>

Hi, We’re trying out with hosted.mender.io and if the header mismatch occurs in mender artifact it’s waiting 1 minute and trying again (this occurs 3 times). I want to change this behaviour as failure in dashboard after…

---

## [Beaglebone missing default u-boot environment in MMC](https://hub.mender.io/t/beaglebone-missing-default-u-boot-environment-in-mmc/1505)

<div class="topic-metadata">

**Author:** [@pacpowmatthew](https://hub.mender.io/u/pacpowmatthew)\
**Replies:** 14\
**Last updated:** [November 11, 2020, 5:40pm UTC](https://hub.mender.io/t/beaglebone-missing-default-u-boot-environment-in-mmc/1505 "2020-11-11T17:40:16Z")

</div>

Hello, it appears that the beaglebone sdimg is missing the default u-boot environment, causing mender to complain. Background I followed the instructions here on the Mender Hub for the beaglebone reference platform. I …

---

## [Final Checks before release](https://hub.mender.io/t/final-checks-before-release/2489)

<div class="topic-metadata">

**Author:** [@thesillywhat](https://hub.mender.io/u/thesillywhat)\
**Replies:** 14\
**Last updated:** [October 20, 2020, 3:20pm UTC](https://hub.mender.io/t/final-checks-before-release/2489 "2020-10-20T15:20:03Z")

</div>

Hello, I am trying check my understanding before deployment. how mender downloads the update. Is it done in parts or is it one single download? It looks like it is one single download. For example, If I have an upda…

---

## [Issues with rootfs update](https://hub.mender.io/t/issues-with-rootfs-update/2499)

<div class="topic-metadata">

**Author:** [@thesillywhat](https://hub.mender.io/u/thesillywhat)\
**Replies:** 2\
**Last updated:** [September 28, 2020, 3:55pm UTC](https://hub.mender.io/t/issues-with-rootfs-update/2499 "2020-09-28T15:55:31Z")

</div>

Hello, So I was just re-testing this particular feature. Where I would remove an package from my yocto image recipe. Generate a .mender file and perform a rootfs update to check if the package was removed or not. Then…

---

## [Transfer files and or create a directory as a part of application update](https://hub.mender.io/t/transfer-files-and-or-create-a-directory-as-a-part-of-application-update/2461)

<div class="topic-metadata">

**Author:** [@thesillywhat](https://hub.mender.io/u/thesillywhat)\
**Replies:** 6\
**Last updated:** [September 18, 2020, 4:08pm UTC](https://hub.mender.io/t/transfer-files-and-or-create-a-directory-as-a-part-of-application-update/2461 "2020-09-18T16:08:36Z")

</div>

Hello , I trying to check my understanding here. I wanted transfer some files or links and if possible create a directory structure on my persistent data. I thought the best way to go about it would be doing a applicat…

---

## [Create a service that I can enable and disable on a read only rootFs](https://hub.mender.io/t/create-a-service-that-i-can-enable-and-disable-on-a-read-only-rootfs/2444)

<div class="topic-metadata">

**Author:** [@thesillywhat](https://hub.mender.io/u/thesillywhat)\
**Replies:** 4\
**Last updated:** [September 16, 2020, 4:55pm UTC](https://hub.mender.io/t/create-a-service-that-i-can-enable-and-disable-on-a-read-only-rootfs/2444 "2020-09-16T16:55:46Z")

</div>

Hello, I have created a service that autostarts my application on a read only rootFS. I was wondering if there was a to create a service file that I can enable and disable. On the other hand, Is there a way to not star…

---

## [NVIDIA Tegra Jetson TX2](https://hub.mender.io/t/nvidia-tegra-jetson-tx2/123)

<div class="topic-metadata">

**Author:** [@dwalkes](https://hub.mender.io/u/dwalkes)\
**Replies:** 3\
**Last updated:** [September 15, 2020, 4:37pm UTC](https://hub.mender.io/t/nvidia-tegra-jetson-tx2/123 "2020-09-15T16:37:33Z")

</div>

Board description NVIDIA Jetson TX2 hardware with computer vision, GPU and multimedia support. URL: https://www.nvidia.com/en-us/autonomous-machines/embedded-systems-dev-kits-modules/ Wiki: https://elinux.org/Jetson\_…

---

## [Mender update fails at 99%](https://hub.mender.io/t/mender-update-fails-at-99/2351)

<div class="topic-metadata">

**Author:** [@anishmonachan](https://hub.mender.io/u/anishmonachan)\
**Replies:** 11\
**Last updated:** [August 27, 2020, 6:28pm UTC](https://hub.mender.io/t/mender-update-fails-at-99/2351 "2020-08-27T18:28:50Z")

</div>

Description I was updating a group of devices with the mender update. The update of 4 of the 5 devices failed. The update process were stuck at 99% for a while and failed. These groups of devices run the same image of y…

---

## [New mender-growfs-data error](https://hub.mender.io/t/new-mender-growfs-data-error/2341)

<div class="topic-metadata">

**Author:** [@SuicidalLabRat](https://hub.mender.io/u/SuicidalLabRat)\
**Replies:** 2\
**Last updated:** [August 24, 2020, 7:43am UTC](https://hub.mender.io/t/new-mender-growfs-data-error/2341 "2020-08-24T07:43:23Z")

</div>

I have seen a couple other reports of mender-growfs-data errors, but the output in my case is different, so I figured I would report it here, and get some input on how to move forward. Yocto Warrior Mender Client 2.2.0…

---

## [General questions regarding Mender](https://hub.mender.io/t/general-questions-regarding-mender/2324)

<div class="topic-metadata">

**Author:** [@thesillywhat](https://hub.mender.io/u/thesillywhat)\
**Replies:** 3\
**Last updated:** [August 19, 2020, 9:28am UTC](https://hub.mender.io/t/general-questions-regarding-mender/2324 "2020-08-19T09:28:45Z")

</div>

Hello, I have last few questions regarding Mender. Do I have to make my root file system read only? I have read the advantages and Disadvantages of read only file system. I guess my question is does mender prefer havi…

---

## [Should I move my service file to persistent data. Once I make my rootfs read only](https://hub.mender.io/t/should-i-move-my-service-file-to-persistent-data-once-i-make-my-rootfs-read-only/2292)

<div class="topic-metadata">

**Author:** [@thesillywhat](https://hub.mender.io/u/thesillywhat)\
**Replies:** 16\
**Last updated:** [August 14, 2020, 6:12pm UTC](https://hub.mender.io/t/should-i-move-my-service-file-to-persistent-data-once-i-make-my-rootfs-read-only/2292 "2020-08-14T18:12:11Z")

</div>

Hello, To give a brief context of my issue. I wanted to enable local autologin in my raspberry-pi cm3. In order to do that I had created a recipe which basically disable serial getty service and link my own service wit…

[Next page](https://hub.mender.io/tag/warrior/84.md?match_all_tags=true&page=1&tags%5B%5D=warrior)
