Hi all,
To broaden the scope of this thread, what about using something like
qemu to boot the kernel with the initrd and rootfs from the SD card?
I am interested in being able to do complete development and testing
for the 7800 board on my linux box without ever having access to the
embedded hardware. Has anyone used qemu with the TS-kernel?
Are there other ways to do this?
Robert
Rod Nussbaumer wrote:
--- In .com,
Jason Stahls m("...","jason");"><> wrote:
> > Is there a way to do what I want, without having some kind of
map of the image file?
>
> If you image just a partition and the computer you have the image
on has
> support for that partitions filesystem you can mount it with
>
> mount /path/to/image.img /mountpoint -o loop
That works great iff there is only one partition. The image from TS is
a whole device image.
--- rod.