Can`t find device in wifi rourer (Flash sd card, Turn on, Blue blink, Green and Red light all time)

Aml-s905x-cc + usb wifi dongle (pack from amazon)

Unarchive zip, flash img by balenaEtcher (mac os)
In sd cart i see: EFI (dir) and 2 txt files.
I`m add files ssh, user, wifi to directory EFI (near dirs Boot and debian)

When i connect micro usb, lights: Blue blink, Green and Red light all time

*i try flash by Raspbery app, but i never can do this, dont work all time (with raspbery too). After flashing (with settings wifi, ssh,user) connect micro usb and Blue and red lights work all time

I’m flashed by mac terminal and all work thx!

Instruction for flashing from terminal discutility
0) Erase (i do in app Disk Utility)

  1. Find sd (for me /dev/disk2)
    diskutil list

  2. Unmount, but not disconect
    diskutil unmountDisk /dev/disk2

  3. Flashing
    sudo dd bs=1m if=[source] of=[destination]
    For example:
    sudo dd bs=1m if=/Users/name/2023-05-03-raspbian-bullseye-arm64+aml-s905x-cc.img of=/dev/disk2

And wait 3-5 min

Yes, as we stated here, balenaEtcher takes shortcuts and has been shown not to work sometimes.