Need info related to podman

Hi @pbrobinson,

We have taken the Linux kernel from NXP version - Kernel 5.4.47-2.2.0+g88d90ad100ab on an aarch64 and u-boot from also NXP.

We have extracted the rootFS from the binary on the below link.

SD card structure:
u-boot will be copied on SD card using dd command
boot partition - dtb and kernel images
root partition - Fedora IoT rootfs

After successful boot up of the board we got below logs:

Fedora 33.20201215.0 (IoT Edition)
Kernel 5.4.47-2.2.0+g88d90ad100ab on an aarch64 (ttymxc0)

Browse to https://provision.fedoraproject.org to claim this device (device ID not yet known) and configure SSH keys deployed

localhost login: root
Password:

Below command is not working for us and it halts all the installation process.

[root@localhost ~]# rpm-ostree status
error: loading sysroot: Unexpected state: /run/ostree-booted found and in / sysroot, but bootloader entry not found

Queries:

  1. How to enable Fedora feature support in our kernel?
  2. How to define boot-loader entry?
  3. How to enable Firewall in our Linux kernel?

Regards.