Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by alex824@Jul 29 2006, 02:45 PM why i did not find the /sys/block in kernel 2.6.x dir?
where is it?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=17244)
--- quote end ---
--- Quote End --- /sys is a runtime info in the nios2 linux, just like /proc. it is not in the source tree. Jdhar's site is updated, http://www.fps-tech.net/ (http://www.fps-tech.net/) what do you mean you can not save to mtd? mtd block can be used as any other block dev. try, dd count=8 if=some_source_file of=/dev/mtdblock0 sync power off, and reboot, dd count=8 if=/dev/mtdblock0 of=out_file but I think most problem should be at the mtd map file. then check the content of out_file with the source_file.