I'm using the ubuntu image in BSP34 for S32G2. For some reason, I need swap support enabled in the kernel.
To achieve this, I've followed the description in BSP34 User Manual (Section 3.1.7.2.2 Invoke menuconfig to set up a specific configuration for Linux) which includes
- Changing relevant setting via menuconfig
- rebuilding the kernel (bitbake -c compile -f virtual/kernel)
- deploying the image (bitbake virtual/kernel)
Now, I see the resulting image files in the deploy folder:
/fsl-auto-yocto-bsp_34/build_s32g274ardb2ubuntu/tmp/deploy/images/s32g274ardb2
It's called Image--5.10.120-r0-s32g274ardb2-20221109100710.bin and has fresh date.
Now I don't know how to continue as I always took resulting .sdcard file only and wrote it on my sdcard.
I've no clue what to do with the mentioned bin file.
What's the process? Calling bitbake fsl-image-ubuntu-base once again? Building somehow the .sdcard file again? Flashing multiple files on my sdcard?