Re: BusyBox built-in shell (ash)

2017-12-01 Thread Tito
On 12/01/2017 04:17 PM, A.W.C. wrote: But I already have directories /dev, /proc, /sys, /tmp If I'll make these new dir for TinyCross they will replace existing ones? mkdir -p /proc mkdir -p /sys mkdir -p /tmp mkdir -p /var/log -p, --parents no error if existing, make parent

Re: nandump options

2017-12-01 Thread Ralf Friedl
A.W.C. wrote: What is correct syntax of a nanddump command? As has been already hinted to you, none of your questions are related to busybox in any way, and from what you wrote, I'm not sure you know what busybox actually is. The nanddump command is not part of your version of busybox. As

nandump options

2017-12-01 Thread A.W.C.
What is correct syntax of a nanddump command? nanddump rev. 1.1.1.1 Usage: nanddump [OPTIONS] MTD-device Dumps the contents of a nand mtd partition. --helpdisplay this help and exit --versionoutput version information and exit -f file--file=file dump to file

Re: BusyBox built-in shell (ash)

2017-12-01 Thread A.W.C.
But I already have directories /dev, /proc, /sys, /tmp If I'll make these new dir for TinyCross they will replace existing ones? mkdir -p /proc mkdir -p /sys mkdir -p /tmp mkdir -p /var/log Basically, I want mount root partition, its located on /dev/mtd4. In my specific case I need manually

Re: BusyBox built-in shell (ash)

2017-12-01 Thread tiggersWelt.net (Support)
Am 01.12.2017 um 15:21 schrieb Mattias Schlenker: [...] >> >> >> Everything you need is written down there and is not busybox-related, >> but how to build a linux from scratch (maybe the LFS-Project would be a >> good

Re: BusyBox built-in shell (ash)

2017-12-01 Thread Mattias Schlenker
Am 01.12.2017 um 10:38 schrieb tiggersWelt.net (Support):  This should work whenever /dev is mounted. Matthias [0] already gave you the advice to look at other rc-scripts how they are doing this kind of stuff, like his own scripts:

Re: BusyBox built-in shell (ash)

2017-12-01 Thread tiggersWelt.net (Support)
Am 30.11.2017 um 23:40 schrieb A.W.C.: > # mount -t dev dev /dev > mount: mounting dev on /dev failed: No such device The fstype you are looking for is "devtmpfs" not "dev": mount -t devtmpfs devtmpfs /dev fstype-names aren't very plausible at this point, but all of them has gone through some