I loaded uboot.2016.05-tld-1.netgear_ms2110.bodhi.tar It works well.
I wanted to see if I could use FDT. I can't think of any reason why it would not work.
My question is about using the uboot.2016.05-tld-1.environment.bodhi.tar
The default mtdparts for a netgear stora are
mtdparts=mtdparts=orion_nand:1M(u-boot),512K(uboot_env),512K(key_store),512K(info),10M(etc),10M(kernel_1),48896K(rootfs1),10M(kernel_2),-(rootfs2)
Since I am not using a large chuck of that, Does it make sense to shift it to
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
Also.. are there instructions to use the nand for uImage and rootfs ? I currently use them on usb or sata, but would like to use the nand if possible.
Thanks!
I wanted to see if I could use FDT. I can't think of any reason why it would not work.
My question is about using the uboot.2016.05-tld-1.environment.bodhi.tar
The default mtdparts for a netgear stora are
mtdparts=mtdparts=orion_nand:1M(u-boot),512K(uboot_env),512K(key_store),512K(info),10M(etc),10M(kernel_1),48896K(rootfs1),10M(kernel_2),-(rootfs2)
Since I am not using a large chuck of that, Does it make sense to shift it to
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
Also.. are there instructions to use the nand for uImage and rootfs ? I currently use them on usb or sata, but would like to use the nand if possible.
Thanks!