Memory Technology Device (MTD) support | +--MTD partitioning support Command line partition table parsing NAND Device Support | +--Support for NAND Flash / SmartMedia on AT91 ECC management for NAND Flash / SmartMedia on AT91 (Software ECC) File systems | +--Miscellaneous filesystems | +--Journalling Flash File System v2 (JFFS2) supportSet the variable bootargs to pass Linux kernel boot argument "command line" in u-boot:
setenv bootargs 'mem=64M console=ttyS0,115200 root=/dev/name_of_block_device rw rootfstype=jffs2'
File systems | +--Miscellaneous filesystems | +--Compressed ROM file system support (cramfs)Set the variable bootargs to pass Linux kernel boot argument "command line" in u-boot:
setenv bootargs 'mem=64M console=ttyS0,115200 initrd=0x21100000,17000000 ramdisk_size=15360 root=/dev/ram0'
File systems | +--Second extended fs supportSet the variable bootargs to pass Linux kernel boot argument "command line" in u-boot:
setenv bootargs 'mem=64M console=ttyS0,115200 root=/dev/name_of_block_device rw rootfstype=ext2'
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.
Microchip and others, are registered trademarks or trademarks of Microchip Technology Inc. and its subsidiaries.
Arm® and others are registered trademarks or trademarks of Arm Limited (or its affiliates). Other terms and product names may be trademarks of others.
Ideas, requests, contributions ? Connect to LinksToCommunities page.