All of lore.kernel.org
 help / color / mirror / Atom feed
* ask for help
@ 1999-12-01  7:32 Wang Yong
  0 siblings, 0 replies; 7+ messages in thread
From: Wang Yong @ 1999-12-01  7:32 UTC (permalink / raw)
  To: linuxppc embedded mail list
  Cc: linux embedded maillist, linux-ce-devel, linux-ppc


hi, 
        would you pls. do me a favor. i want to mount a smallest minix
on my ibm evaluation board(ppc401d2). it's big-endian, but i don't have 
a big-endian desktop such as PMAC or SPARC to make the minix fs image.
so, would you please make a fs image of minix(big-endian) with command
"dd" and mail it to me. i want only the file system itself, no files
contained in it.  if you have PMAC or any other big-endian desktop,
please.
        thank you in advance.

regards,
Wang


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <3844A63D.E8BA9488@263.net>]
* re:ask for help
@ 1999-12-01 12:27 Wang Yong
  1999-12-01 14:37 ` ask " Magnus Damm
  0 siblings, 1 reply; 7+ messages in thread
From: Wang Yong @ 1999-12-01 12:27 UTC (permalink / raw)
  To: damm; +Cc: linuxppc-embedded


really? I made a minix fs on my linux box run on i586 and dd it to a
image file. i checked this image file and  found the magic number in 
the struct of the super block is "8F 13". because i386 is little endian,
so the number is 0x138F. and then, i copied this file to the flash
memory
of the eval board and ran linux. this time the magic number read by
linux
is 0x8F13.

the main difference between the environments of yours and mine is that
you
put image on disk while i put it on flash. something must do some
transferring
work while read image from disk, maybe the disk driver. but i read the
flash
by this mean:
	int a;
	a = 0xFFFD0400;
        ret =*(int*)a;
so, no transfer is done.

i don't if my words right. does anyone have some idea?

Wang

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread
* ASK FOR HELP
@ 2010-03-17  4:10 pubinww-k+cT0dCbe1g
  0 siblings, 0 replies; 7+ messages in thread
From: pubinww-k+cT0dCbe1g @ 2010-03-17  4:10 UTC (permalink / raw)
  To: containers-qjLDD68F18O7TbgM5vRIOg

Dear Experts :
&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;I&nbsp; need&nbsp; your help for my issue .&nbsp; In&nbsp;my &nbsp;project ,&nbsp;I hope to implement&nbsp; vrf&nbsp; function . That means&nbsp;we 
&nbsp;
need&nbsp;&nbsp;sever route tables .&nbsp; But&nbsp; I can't&nbsp; find &nbsp; the newer vrf-patch for&nbsp; my kernal version(version 2.6.31) . 
&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Reciently ,&nbsp;I&nbsp;know of&nbsp;&nbsp;&nbsp;network-namepace , which is like vrf . 
&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; So I have some questions to ask you . 
&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1,&nbsp;&nbsp; For one eth interface ,&nbsp; Whether can we &nbsp;assign it &nbsp;to the different network namespaces?
&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2,&nbsp;&nbsp;&nbsp;&nbsp;Is &nbsp;the route table in one network namespace &nbsp;isolated with .another network namespace ? 
&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3,&nbsp; If we can assign the same interface to different network namespaces , How to differentiate the packets 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; to different network namespaces ? 
&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4,&nbsp; Which kernal version can completely and stabilly support network namespaces ? 
&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am very eager to recieve your relpy . 
&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Thanks/regards,
Pu Bin
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Ask for help
@ 2023-06-22 16:42 Natanan Tirasukvongsa
  0 siblings, 0 replies; 7+ messages in thread
From: Natanan Tirasukvongsa @ 2023-06-22 16:42 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

Dear YOCTO Project Team,

I would like to ask about the YOCTO version. I am a beginner developer.
Now, I use Ubuntu 22.04 LTS and Raspberry Pi 4. Which YOCTO version is
compatible (if it has long term support, it's good!!) ?

Sincerely yours,
Natanan

[-- Attachment #2: Type: text/html, Size: 785 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-06-22 16:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-12-01  7:32 ask for help Wang Yong
     [not found] <3844A63D.E8BA9488@263.net>
1999-12-01 10:42 ` Magnus Damm
  -- strict thread matches above, loose matches on Subject: below --
1999-12-01 12:27 Wang Yong
1999-12-01 14:37 ` ask " Magnus Damm
1999-12-02  1:26   ` Wang Yong
1999-12-02 12:01     ` Magnus Damm
2010-03-17  4:10 ASK FOR HELP pubinww-k+cT0dCbe1g
2023-06-22 16:42 Ask for help Natanan Tirasukvongsa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.