I created an imager flash using by balenaEtcher with **am335x-eMMC-flasher-debian-11.7-xfce-armhf-2023-09-02-4gb.img.xz** and i connected the flash bbb and i connected the usb while i push the boot button. And after the kernel start on sdkart but i saw;
>>> Created a new DOS disklabel with disk identifier 0x71e6752d.
/dev/mmcblk1p1: Created a new partition 1 of type 'Linux' and of size 3.5 GiB.
/dev/mmcblk1p2: Done.
New situation:
Disklabel type: dos
Disk identifier: 0x71e6752d
Device Boot Start End Sectors Size Id Type
/dev/mmcblk1p1 * 8192 7405567 7397376 3.5G 83 Linux
The partition table has been altered.
[ 40.381737] mmcblk1: p1partition table.
Syncing disks.
INFO: flush_cache: [blockdev --flushbufs /dev/mmcblk1]
--------------------------------------------------------------------------------
INFO: Formatting: /dev/mmcblk1
/sbin/mkfs.ext4 /dev/mmcblk1p1 -L rootfs
mke2fs 1.46.2 (28-Feb-2021)
Discarding device blocks: done
Creating filesystem with 924672 4k blocks and 231536 inodes
Filesystem UUID: 390333e8-324a-4063-a2c7-368e2692216e
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736
Allocating group tables: done
Writing inode tables: done
Creating journal (16384 blocks): done
Writing superblocks and filesystem accounting information: done
--------------------------------------------------------------------------------
INFO: flush_cache: [blockdev --flushbufs /dev/mmcblk1]
--------------------------------------------------------------------------------
INFO: Formatting: /dev/mmcblk1 complete
--------------------------------------------------------------------------------
INFO: Copying: /dev/mmcblk0p1 -> /dev/mmcblk1p1
INFO: [mount /dev/mmcblk1p1 /tmp/rootfs/ -o async,noatime]
[ 51.161471] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)
INFO: /usr/bin/rsync: (-aHAXx) [/ -> /tmp/rootfs/]
the logs hence the i tried took out sdcard but the system does not start. Hence i need help, i’m new at the embedded linux.