cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F429 UCLINUX ROOT FILE SYSTEM ISSUE

prashantbasvat
Associate
Posted on May 06, 2015 at 13:44

i am having stm32f429 discovery board with uclinux running. i am facing problem is that once board booted proprly and got board console,if am trying to create any file,it always tells write permmission error.then i checked using 'ls' command most of files are readonly, how to change permissiom of rootfs, i am using ST-LINK utility to flash bootloader,kernel and rootfs images

1 REPLY 1
Posted on May 06, 2015 at 17:48

Yeah, don't think the issue is with the ST-LINK, but rather how you're building things.

Would suggest you go to a forum/vendor supporting ucLinux, as it probably depends on how/what file system images were created, and to what they were written. You might need something other than the on-board flash, as it's not particularly tailored to file system, or small block, models.

Look at other working STM32 systems using ucLinux, and the types of hardware, and build processes they have.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..