- This topic has 0 replies, 1 voice, and was last updated 1 month, 2 weeks ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Homepage › Forums › Modular Dev Kits › DK-57TS-LPC3250 › Execute ramdisk in nandflash
(This message was transferred over from our old forum)
Posted August 17, 2015
By Todd DeBoer
[hr]
On 4/22/10 eds asked, “How I can execute the ramdisk direct of nandflash, without transfer to ram? It’s because I need decrease time boot.”
[hr]
(Follow up post)
Answered:
We have not tried this on the DK-TS-KIT-LPC3250 board yet, but in theory you need to store a JFFS2 image at 0x00900000 in the NAND flash and then add ‘root=/dev/mtdblock5 roottype=jffs2’ to the u-boot bootargs environment variable.