Forum Discussion
Altera_Forum
Honored Contributor
19 years ago1. You may try concat the two chips into a virtual one. (But I didn't try any of them)
Drivers--> Memory Technology Devices (MTD) --> [*] MTD concatenating support search "concat" in dir linux-2.6.x/drivers/mtd/maps, and you can find more examples, cevia.c. http://www.sysgo.com/fileadmin/user_upload.../mtd-concat.pdf (http://www.sysgo.com/fileadmin/user_upload/appnotes/mtd-concat.pdf) 2. Or use them seperately. You will may use the second flash chip's address and size, ie, na_cfi_flash_1, to declare the second map_info. And define the second mtd_partition. Then add them after the first.