I would like to use mender.io for OTA software updates for my Banana PI. Mender.io uses yocto linux and i am totally new to yocto linux. There are some examples and tutorial for Raspberry PI on the internet but i havent found any tutorial for Banana PI. Now, how much banana PI is different then raspberry PI? And e.g. i have the yocto environment setup for the Raspberry PI, what changes do i need to do in that environment to use it for Banana PI? what is the best starting point to start using yocto for Banana PI?
1
There are 1 best solutions below
Related Questions in LINUX
- Is there some way to use printf to print a horizontal list of decrementing hex digits in NASM assembly on Linux
- Why does Hugo generate different taxonomy-related HTML on different OS's?
- Writes in io_uring do not advance the file offset
- Why `set -o pipefail` gives different output even though the pipe is not failing
- what really controls the permissions: UID or eUID?
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Docker container unable to make HTTPS requests to external API
- Whow to use callback_query_handler in Python 3.10
- Create kea runtime directory at startup in Yocto image
- Problem on CPU scheduling algorithms in OS
- How to copy files into the singularity sandbox?
- Android kernel error: undefined reference to `get_hw_version_platform'
- Is there a need for BPF Linux namespace?
- Error when trying to execute a binary compiled in a Kali Linux machine on an Ubuntu system
- Issue with launching application after updating ElectronJs to version 28.0.0 on Windows and Linux
Related Questions in YOCTO
- Create kea runtime directory at startup in Yocto image
- Bitbaking recipe doesn't install DEPENDS
- How do I make a container image from an SD card image?
- Yocto kernel patch fails with git am
- Yocto Kirkstone Bitbake Recipe using Python3 TOML for python3-fastapi
- Confusion with thumb instructions while compiling recipe for cortexm4 CPU
- How to make Yocto place all target RPMs for a specific package group to a separate directory?
- bitbake package-index not creating repomd.xml
- yocto IMAGE_POSTPROCESS_COMMAND
- Yocto Build edk2 recipe giving error in Ubuntu: 20.04.6 LTS
- How to have per MACHINE kernel configuration in Yocto?
- tar.gz image archive created via bitbake differs from archive created manually
- yocto bitbake 'python3 setup.py bdist_wheel ' execution failed
- Yocto conflicting error while building rootfs
- Starting a firmware on imx7d m4 core with bootaux, on u-boot, fail when using TCM memory but not when using DDR memory
Related Questions in BANANA-PI
- How we can upgrade the python version to the latest one on ubuntu mate using banana pi
- AM2302 (DHT22) wrong readings when temperature < 0 ˚C
- Installing Kivy on Banana Pi running Armbian 23.08.0-trunk bookworm
- BananaPi Android command line I2C, GPIO usage
- Node-red very basic questions
- Thread is unresponsive due to calling external code
- How to check physical ethernet status on banana pi Zero M2
- How to enable eth0 on Banana PI ZERO M2
- Secure UDFN click with microchip ATECC608A-TNGTLS to Google cloud iot core?
- Yocto Linux for Banan Pi?
- When I run "iotedge check" it yields a docker error
- Modbus Error: [Invalid Message] Incomplete message received, expected at least 2 bytes (0 received)
- Gstreamer can't negotiate v4l2src properly on Raspberry (Banana PI M2+)
- Industrial high Load capable single Board Advise
- How to build image file for Banana Pi M1+ with the help of Yocto Project?
Related Questions in MENDER
- Using traefik to route a port to another traefik instance
- error when booting image transferred with bmaptool but dd works
- Setting up U-Boot for A/B partitioning within Mender
- When does O_SYNC have an effect?
- Export Mender devices from old Mender account to new
- How can I require node modules across disk partitions?
- YOCTO (dunfell) and Mender on STM32MP157C-DK2
- Can python NOT replace '\n' by default?
- Creating a bootable image from an existing SD card (so Mender will be able to convert it)
- Yocto Linux for Banan Pi?
- My other imx7d pico android things start kit died, again
- Integrate Mender.io with Azure IOT Hub
- How to use secure u-boot (HABv4) with mender on iMX6UL board
- Self-hosted mender fails to update artifact
- Bitbaking meta-mender-core error Apalis Imx6?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
meta-sunxiseems to carry support for the bananapi, thats already a good start.Technically, you have to
meta-sunxilayerMACHINEto bananapiPlease be aware that the Yocto mindset is massively different from a conventional general purpose distro, as its all about image creation and does not offer online package repositories. So before actually investing much time, have a look at our introductory live coding sessions to get an idea if it actually suits your needs.