The USB rootfs with kirkwood-tld has no /boot/zImage used for another rootfs. So this is the result.by jeon - Debian
$ fw_printenv baudrate=115200 loads_echo=0 rootpath=/srv/ubuntu netmask=255.255.255.0 run_diag=yes MALLOC_len=1 ethprime=egiga0 bootargs_end=:::DB88FXX81:eth0:none image_name=uImage standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x2000000; lcd0_enable=0 lcd0_params=640x480-16by jeon - Debian
The results : $ fw_printenv [...] bootcmd=ide reset; run usb_bootcmd; run bootcmd1 usb_z_args=setenv bootargs $(console) root=/dev/sdb1 rootdelay=10 $(bootargs_mtd) $(bootargs_end) usb_z_boot=ext2load usb 0:1 0x40000 /boot/zImage; bootm 0x40000 usb_u_boot=ext2load usb 0:1 0x40000 /boot/uImage; ext2load usb 0:1 0x2000000 /boot/uInitrd; bootm 0x40000 0x2000000 usb_bootcmd=usb reset; run usby jeon - Debian
https://forum.doozan.com/read.php?2,35331,35494#msg-35494 Quotebodhi > OK, so looks like I need to add an entry for this > specific chip in the spi-nor driver. The chip is > supported as compatible with mx25l8005, but > without 4K sector option. https://elixir.bootlin.com/linux/v4.20.6/source/drivers/mtd/spi-nor/spi-nor.c I wish to add this @1373 /drivers/mtd/spi-nor/spi-nor.cby jeon - Debian
$ dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.20.6-kirkwood-tld-1 (root@tldDebian) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)) #1 PREEMPT Thu Jan 31 21:41:45 PST 2019 [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000] CPU: VIVT data cache, VIVT instruction cache [ 0.000000] OF: fdt: Machineby jeon - Debian
The Debian-4.12.1-kirkwood-tld-1-rootfs-bodhi.tar.bz2 with the kirkwood-lenovo-iomega-ez.dtb still shows [ 7.781037] mtd: partition "u-boot" doesn't end on an erase/write block -- force read-only [ 7.796000] mtd: partition "u-boot env2" doesn't start on an erase/write block boundary -- force read-only [ 7.812164] mtd: partition "u-boot env" doby jeon - Debian