|
Hi all, When trying to create a nested directory
using an absolute path, either from the command line or within an application,
the system freezes. It works fine for relative paths. So, if from the root I tried “mkdir –p
tmp/folder1/folder2/folder3” this works fine, but if I add the leading “/”
and tried “mkdir –p /tmp/folder1/folder2/folder3” it fails. I
get the same results whether using ramfs or a jffs2 partition. I’m using Petalinux v0.30-rc1, pre-emptible
kernel, I’m using “mkdir” selected from the miscellaneous
section during “make menuconfig”, as the one in busysbox doesn’t
seem to work at all. I’m not sure what other information
to include that might be helpful but any light shed on this would be much
appreciated. Cheers, tOBi. ********************************************************************** This communication is confidential and intended solely for the addressee(s). Any unauthorized review, use, disclosure or distribution is prohibited. If you believe this message has been sent to you in error, please notify the sender by replying to this transmission and delete the message without disclosing it. Thank you. E-mail including attachments is susceptible to data corruption, interception, unauthorized amendment, tampering and viruses, and we only send and receive e-mails on the basis that we are not liable for any such corruption, interception, amendment, tampering or viruses or any consequences thereof. This email, its content and any attachments is PRIVATE AND CONFIDENTIAL to TANDBERG Television, Part of the Ericsson Group. www.tandbergtv.com ********************************************************************** |