Skip to content
Snippets Groups Projects
Commit 218a999d authored by Carsten Behling's avatar Carsten Behling
Browse files

Merge branch 'dunfell' of ssh://gitlab.com/guf-yocto/meta-guf into dunfell

parents 4c700210 741572e7
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,8 @@ Usage
Garz & Fricke uses the `repo` tool to setup all necessary layers to build
the BSP.
### Get Sources
It can be used like this:
```sh
......@@ -103,6 +105,8 @@ repo init -u ssh://git@gitlab.com/guf-yocto/manifest.git -b dunfell
repo sync
```
### Build
To get the build environment ready run
```sh
......@@ -115,3 +119,22 @@ Build the default Garz & Fricke image
bitbake guf-image
```
### Installation
Copy the files
* ~/projects/yocto-dunfell/build/tmp/deploy/images/santino/imx6dl-santino.dtb
* ~/projects/yocto-dunfell/build/tmp/deploy/images/santino/uImage
* ~/projects/yocto-dunfell/build/tmp/deploy/images/santino/guf-image-santino.tar.xz
to a FAT32 partition on a SD card.
Boot int FlashNGo System by holding the button next to SD card slot pressed during power cycle.
Execute the following commands:
```sh
mkdir /tmp/boot && mount /dev/mmcblk0p2 /tmp/boot && rm /tmp/boot/uImage_dtb && cat /mnt/mmc1/uImage /mnt/mmc1/imx6dl-santino.dtb > /tmp/boot/uImage_dtb
mkdir /tmp/root && mount /dev/mmcblk0p3 /tmp/root && rm -Rf /tmp/root/* && tar -xjf /mnt/mmc1/guf-image-santino.tar.xz -C /tmp/root
reboot
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment