On Thu, 10 Jun 2021 at 19:22, Richard Weinberger wrote:
>
> Pintu,
>
> - Ursprüngliche Mail -
> > Von: "Pintu Agarwal"
> >> nandsim works as expected. It creates a new and *erased* NAND for you.
> >> So you have no UBI volumes. Therfore UBIF
On Tue, Mar 12, 2019 at 7:41 PM Suzuki K Poulose wrote:
>
>
>
> On 12/03/2019 14:02, Pintu Agarwal wrote:
> >>
> >> -netdev user,id=unet,hostfwd=tcp::-:22 \
> >> -net user \
> >>
> >> and you 'll get guest's port 22 to be
>
> -netdev user,id=unet,hostfwd=tcp::-:22 \
> -net user \
>
> and you 'll get guest's port 22 to be forwarded to hosts port , so
> you can do
>
> ssh root@localhost:
>
> from the host.
>
I tried many different options, but unfortunately none worked for me.
1)
qemu-system-arm -M vexpre
Hi,
I have a qemu-arm setup with busybox which I normally use to test my
kernel changes.
I use this command to boot it:
QEMU-ARM$
qemu-system-arm -M vexpress-a9 -m 1024M -kernel
../KERNEL/linux/arch/arm/boot/zImage -dtb
../KERNEL/linux/arch/arm/boot/dts/vexpress-v2p-ca9.dtb -initrd
rootfs.img.gz
Hi,
This is regarding vvfat.
I want to do some modification in vvfat. And I need some help.
Currently vvfat scans all directories and sub-directories in the beginning.
I want to modify vvfat such that it should scan only the TOP directory content
and not the sub-directory content.
How can I do t