Hi Julian,

On Tue, 13 May 2008 19:39:53 -0400, julian andres montes galvis <[EMAIL PROTECTED]> wrote:

Hi  all,

my plataform  is a arcturus uC53281EVM
but i have a big problem does not have much information


i  buil a  hello world program whit  my  uclinux-gcc toolchain there are
3 files hello  hello.c and hello.gdb.
1 )  where and how, should I install the application ?
in your Makefile, add the following lines
romfs:
        $(ROMFSINST) /bin/hello

will install "hello" to "/bin/" on the target. Also you can check it in romfs/bin. If you are building images for uC53281-EVM (not for uC532x) then take a look at vendors/Arcturus/uC53281-EVM/Makefile for how to create your own images.

2 ) Its necessary install busybox ?
As a production, we are using minix-shell. Don't install busybox except you know what you are doing.

For better support you can register your product on our support site at http://www.arcturusnetworks.com/support for access to the software/docs and support provided by Arcturus.
Thanks in advanced

Julian Montes

the tree in  my  board is

# ls -l
prw-r--r--  1 root     root            0  Dec 31 1969  atemul0
prw-r--r--  1 root     root            0  Dec 31 1969  atemul0x
drwxrwxrwx  1 root     root         1128  Dec 31 1969  bin
drwxr-xr-x  1 root     root            0  Dec 31 1969  boot
-rw-r--r--  1 root     root           24  Dec 31 1969  build.id
drwxr-xr-x  1 root     root         2308  Dec 31 1969  dev
drwxrwxrwx  1 root     root         1328  Dec 31 1969  etc
drwxrwxrwx  1 root     root           24  Dec 31 1969  lib
drwxrwxrwx  1 root     root            0  Dec 31 1969  mnt
drwxrwxrwx  1 root     root            0  Dec 31 1969  oldroot
drwxrwxrwx  1 root     root           16  Dec 31 1969  opt
dr-xr-xr-x 54 root     root            0  Nov 29 1999  proc
lrwxrwxrwx  1 root     root            3  Dec 31 1969  sbin -> bin
prw-r--r--  1 root     root            0  Dec 31 1969  sipcmd
prw-r--r--  1 root     root            0  Dec 31 1969  sipcmd_int
prw-r--r--  1 root     root            0  Dec 31 1969  sliccmd
prw-r--r--  1 root     root            0  Dec 31 1969  sliccmd_int
drwxr-xr-x 10 root     root            0  Nov 29 1999  sys
lrwxrwxrwx  1 root     root            8  Dec 31 1969  tmp -> /var/tmp
drwxrwxrwx  1 root     root          100  Dec 31 1969  usr
drwxr-xr-x  9 root     root            0  Nov 29 1999  var




--
David Wu
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to