I am trying to bring up an LX2160A-RDB-B that I just received (presuming that means rev2). I set up a Ubuntu 22.04 VM, installed the tools and used bitbake to make these images: boot_lx2160ardb-rev2_lts_6.1.tgz, ls-image-main-lx2160ardb-rev2.tar.gz, and lx2160ardb-rev2/firmware_lx2160ardb-rev2_uboot_sdboot.img in the build_lx2160ardb-rev2/tmp/deploy/images/ directory. I then used tinyLinux and flex_installer to format and download the images to both a SATA HD and when that didn't work, the supplied SD Card.
flex-installer -i pf -d /dev/sda
flex-installer -b boot_lx2160ardb-rev2_lts_6.1.tgz -r ls-image-main-lx2160ardb-rev2.tar.gz -f firmware_lx2160ardb-rev2_uboot_sdboot.img -d /dev/sda
flex-installer -i pf -d /dev/mmcblk0
flex-installer -b boot_lx2160ardb-rev2_lts_6.1.tgz -r ls-image-main-lx2160ardb-rev2.tar.gz -f firmware_lx2160ardb-rev2_uboot_sdboot.img -d /dev/mmcblk0
Neither image boots, the relevant console output is
Device 0: unknown device
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1…
Scanning mmc 0:2…
Found U-Boot script /lx2160ardb_boot.scr
980 bytes read in 12 ms (79.1 KiB/s)
## Executing script at 80000000
Bad Linux ARM64 Image magic!
SCRIPT FAILED: continuing…
Scanning mmc 0:3…
Scanning mmc 0:4…
switch to partitions #0, OK
mmc1(part 0) is current device
** No partition table - mmc 1 **
scanning bus for devices…
Target spinup took 0 ms.
AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
flags: 64bit ncq pm clo only pmp fbss pio slum part ccc apst
Device 0: (0:0) Vendor: ATA Prod.: Samsung SSD 870 Rev: SVT0
Type: Hard Disk
Capacity: 476940.0 MB = 465.7 GB (976773168 x 512)
SATA link 0 timeout.
AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
flags: 64bit ncq pm clo only pmp fbss pio slum part ccc apst
SATA link 0 timeout.
AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
flags: 64bit ncq pm clo only pmp fbss pio slum part ccc apst
SATA link 0 timeout.
AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
flags: 64bit ncq pm clo only pmp fbss pio slum part ccc apst
Device 0: (0:0) Vendor: ATA Prod.: Samsung SSD 870 Rev: SVT0
Type: Hard Disk
Capacity: 476940.0 MB = 465.7 GB (976773168 x 512)
… is now current device
Scanning scsi 0:1…
Scanning scsi 0:2…
Found U-Boot script /lx2160ardb_boot.scr
980 bytes read in 5 ms (191.4 KiB/s)
## Executing script at 80000000
Bad Linux ARM64 Image magic!
SCRIPT FAILED: continuing…