I've had tried 'sata' with no luck, so i think SCSI was the correct option. Sorry.
Anyway, same result:
Note the 'Bad partition 1' message that does not happen on SCSI...
Anyway, same result:
Marvell>> setenv usb_make_boot_args 'setenv bootargs console=ttyS0,115200 mtdparts=orion_nand:$(uboot_size)@$(uboot_start)(uboot),$(env_size)@$(env_start)(env),$(kernel_si ze)@$(kernel_start)(zImage),$(initrd_size)@$(initrd_start)(initrd),32m@0x0(flash) root=LABEL=rootfs rootdelay=10' Marvell>> setenv load_initrd 'ext2load ide 0:1 0x1100000 /uInitrd' Marvell>> setenv load_uimage 'ext2load ide 0:1 0x800000 /uImage' Marvell>> setenv sata_boot 'ide reset; run load_uimage; run load_initrd; bootm 0x800000 0x1100000' Marvell>> setenv bootcmd 'run usb_make_boot_args ; run sata_boot; reset' Marvell>> boot Reset IDE: Marvell Serial ATA Adapter Integrated Sata device found ** Bad partition 1 ** ** Bad partition 1 ** ## Booting image at 00800000 ... Image Name: Linux-4.8.3-kirkwood-tld-1 Created: 2017-01-31 21:44:30 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3241844 Bytes = 3.1 MB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... Bad Data CRC
Note the 'Bad partition 1' message that does not happen on SCSI...