Hi Amit, On Thursday 11 July 2013 16:14:09 amit shah wrote: > I have SD card setup from where i boot the kernel and the rootfs. > Bootloader is barebox. > The sd card is mounted as ext3. The application is NOT a logger and saves > the application parameters on the SD card on each boot cycle. > I want to pass extra ext3 parameter noatime to the kernel during the boot > process. Where do I make the changes in barebox to accomplish the changes. > Any pointers to increase the life of a SD card , as how to format it , > choice of file system etc..
Take a look into the "env/config" file. It defines the variable "bootargs" which contains all the strings forwarded to the kernel as "kernel parameters". Regards, Juergen -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | Phone: +49-5121-206917-5128 | Peiner Str. 6-8, 31137 Hildesheim, Germany | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de/ |
