[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [microblaze-uclinux] Linux hangs after moving kernel
Hi Michal,
Following your suggestion, I tried to load the image generated with evaluation board, into my own HW even FPGA and memory are different.
I made many tests and finally I realised that problem is in my target SRAM memory size. Evaluation board has longer RAM and my target SRAM is not enough to go on loading kernel, so that's why it hangs!
Thank you for your comments.
Sergi Gómez
ENGEL AXIL S.L.
Telf: +34 93 719 18 11
e-mail : sgomez@xxxxxxxx
Skype: engelaxil-sergigomez
Web: www.engel.es
-----Mensaje original-----
De: owner-microblaze-uclinux@xxxxxxxxxxxxxxxxxxxx [mailto:owner-microblaze-uclinux@xxxxxxxxxxxxxxxxxxxx] En nombre de Michal Simek
Enviado el: jueves, 16 de julio de 2009 16:44
Para: microblaze-uclinux@xxxxxxxxxxxxxx
Asunto: Re: [microblaze-uclinux] Linux hangs after moving kernel
Hi,
if you have s3adsp1800 you should try to use/load prebuilt images to see if is work.
There is hw design too.
Then you should do diff between your hw and design to see what different is.
Regards,
Michal
Sergi Gómez wrote:
> Hi,
>
> I'm downloading linux.bin (with linux kernel + filesystem)
>
> I'm executing the file provided for development board 3ADSP1800 even I'm working with my own HW:
>
> @echo connect mb mdm > xmd.ini
> @echo rst >> xmd.ini
> @echo dow -data image.bin 0x88000000 >> xmd.ini
> @echo rwr pc 0x88000000 >> xmd.ini
> @echo con >> xmd.ini
> @echo exit >> xmd.ini
> impact -batch etc/download.cmd
> xmd
>
> Best regards
>
> Sergi Gómez
> ENGEL AXIL S.L.
> Telf: +34 93 719 18 11
> e-mail : sgomez@xxxxxxxx
> Skype: engelaxil-sergigomez
> Web: www.engel.es
>
> -----Mensaje original-----
> De: owner-microblaze-uclinux@xxxxxxxxxxxxxxxxxxxx [mailto:owner-microblaze-uclinux@xxxxxxxxxxxxxxxxxxxx] En nombre de Michal Simek
> Enviado el: jueves, 16 de julio de 2009 11:12
> Para: microblaze-uclinux@xxxxxxxxxxxxxx
> Asunto: Re: [microblaze-uclinux] Linux hangs after moving kernel
>
> Hi,
>
> what file do you download to board?
> You should load image.bin.
>
> You can use petalinux-jtag-boot script too.
>
> IMHO for your case
>
> dow -data image.bin 0x88000000
> rwr pc 0x88000000
> con
>
> Regards,
> Michal
>
> Sergi Gómez wrote:
>> Hello,
>>
>> I have a problem with Petalinux-v0.40-rc3 at the booting time.In order
>> to simplify the problem, I removed the Flash and bootloader and I'm
>> working direcly downloading the linux to the SRAM and executing it.
>> The linux starts moving the kernel and filesystems and hangs after that
>> step.
>> I edited the setup.c file in order to know where it hangs, adding some
>> lines to know the addresses. The program reaches the
>> "machine_early_init" and exits it. The console information is the following:
>>
>> /Found romfs @ 0x8810b08c (0x0007d000)/
>> /#### klimit 8811d000 ####/
>> /Moving 0x0007d000 bytes from 0x8810b08c to 0x8811c4d0/
>> /New klimit: 0x8819a000/
>> /(debug) __bss_start : 0x8810c000/
>> /(debug) __bss_stop : 0x8811c4d0/
>> /(debug) _ssbss : 0x880fa000/
>> /(degug) Exiting machine_early_init// /
>>
>> At this point the machine stops.
>> That's my .config file:
>>
>> /#/
>> /# Automatically generated make config: don't edit/
>> /#/
>>
>> /#/
>> /# System Settings/
>> /#/
>>
>> /#/
>> /# Network Addresses/
>> /#/
>> /CONFIG_SYSTEM_MAC_ADDRESS="00:0a:35:00:22:01"/
>> /# CONFIG_SYSTEM_USE_DHCP is not set/
>> /CONFIG_SYSTEM_IP_ADDRESS="192.168.0.10"/
>> /CONFIG_SYSTEM_SERVERIP_ADDRESS="192.168.0.1"/
>> /CONFIG_SYSTEM_HOSTNAME="uclinux"/
>> /CONFIG_SYSTEM_ROOT_PASSWD="root"/
>> /CONFIG_SYSTEM_ROOTFS_CRAMFS=y/
>> /# CONFIG_SYSTEM_ROOTFS_ROMFS is not set/
>> /# CONFIG_SYSTEM_ROOTFS_INITRAMFS is not set/
>> /# CONFIG_SYSTEM_ROOTFS_JFFS2 is not set/
>> /# CONFIG_SYSTEM_COPY_TO_TFTPBOOT is not set/
>> /# CONFIG_SYSTEM_BUILD_UBOOT is not set/
>>
>> /#/
>> /# Flash Partition Table/
>> /#/
>> /CONFIG_SYSTEM_PARTITION1_NAME="boot"/
>> /CONFIG_SYSTEM_PARTITION1_SIZE=40000/
>>
>> /#/
>> /# -------/
>> /#/
>> /CONFIG_SYSTEM_PARTITION2_NAME="bootenv"/
>> /CONFIG_SYSTEM_PARTITION2_SIZE=20000/
>>
>> /#/
>> /# -------/
>> /#/
>> /CONFIG_SYSTEM_PARTITION3_NAME="config"/
>> /CONFIG_SYSTEM_PARTITION3_SIZE=20000/
>>
>> /#/
>> /# -------/
>> /#/
>> /CONFIG_SYSTEM_PARTITION4_NAME="image"/
>> /CONFIG_SYSTEM_PARTITION4_SIZE=400000/
>>
>> /#/
>> /# -------/
>> /#/
>> /CONFIG_SYSTEM_PARTITION5_NAME="spare"/
>> /CONFIG_SYSTEM_PARTITION5_SIZE=0/
>>
>> /#/
>> /# -------/
>> /#/
>> /CONFIG_SYSTEM_PARTITION6_NAME=""/
>> /CONFIG_SYSTEM_PARTITION6_SIZE=0/
>>
>> /#/
>> /# -------/
>> /#/
>> /CONFIG_SYSTEM_PARTITION7_NAME=""/
>> /CONFIG_SYSTEM_PARTITION7_SIZE=0x0/
>>
>> /#/
>> /# -------/
>> /#/
>> /CONFIG_SYSTEM_PARTITION8_NAME=""/
>> /CONFIG_SYSTEM_PARTITION8_SIZE=0x0/
>>
>> /#/
>> /# -------/
>> /#/
>> /CONFIG_SYSTEM_PARTITION9_NAME=""/
>> /CONFIG_SYSTEM_PARTITION9_SIZE=0x0/
>>
>> /#/
>> /# -------/
>> /#/
>> /CONFIG_SYSTEM_PARTITION10_NAME=""/
>> /CONFIG_SYSTEM_PARTITION10_SIZE=0x0/
>>
>> /#/
>> /# Core Applications/
>> /#/
>> /CONFIG_USER_INIT_INIT=y/
>> /# CONFIG_USER_INIT_CONSOLE_SH is not set/
>> /# CONFIG_USER_INIT_RUN_FIREWALL is not set/
>> /# CONFIG_USER_INIT_CONF is not set/
>> /# CONFIG_USER_SASH_SH is not set/
>> /# CONFIG_USER_SH_SH is not set/
>> /# CONFIG_USER_NWSH_SH is not set/
>> /# CONFIG_USER_BASH_BASH is not set/
>> /# CONFIG_USER_MSH_SH is not set/
>> /CONFIG_USER_OTHER_SH=y/
>> /# CONFIG_USER_SASH_REBOOT is not set/
>> /# CONFIG_USER_SASH_REBOOT_SNAPGEAR is not set/
>> /# CONFIG_USER_SASH_SHUTDOWN is not set/
>> /# CONFIG_USER_INIT_EXPAND is not set/
>> /CONFIG_USER_VERSION_VERSION=y/
>> /CONFIG_USER_LOGIN_LOGIN=y/
>> /# CONFIG_USER_OLD_PASSWORDS is not set/
>> /# CONFIG_USER_ONLY_ROOT is not set/
>> /CONFIG_USER_AGETTY_AGETTY=y/
>> /# CONFIG_USER_GETTYD_GETTYD is not set/
>> /# CONFIG_USER_MGETTY_MGETTY is not set/
>> /CONFIG_USER_LOGIN_PASSWD=y/
>> /# CONFIG_USER_CRON_CRON is not set/
>>
>> /#/
>> /# Real Time Clock/
>> /#/
>> /# CONFIG_USER_HWCLOCK_HWCLOCK is not set/
>> /# CONFIG_USER_RTC_M41T11 is not set/
>> /# CONFIG_USER_RTC_DS1302 is not set/
>>
>> /#/
>> /# Vixie-cron/
>> /#/
>> /# CONFIG_USER_VIXIECRON_CRON is not set/
>> /# CONFIG_USER_VIXIECRON_CRONTAB is not set/
>>
>> /#/
>> /# at/
>> /#/
>> /# CONFIG_USER_AT_AT is not set/
>> /# CONFIG_USER_AT_ATD is not set/
>> /# CONFIG_USER_AT_ATRUN is not set/
>>
>> /#/
>> /# OOM killer tinkering/
>> /#/
>> /# CONFIG_USER_NOOOM_NOOOM is not set/
>>
>> /#/
>> /# Library Configuration/
>> /#/
>>
>> /#/
>> /# Force build (Normally built when required)/
>> /#/
>> /# CONFIG_LIB_FLEX_FORCE is not set/
>> /# CONFIG_LIB_LIBAES_FORCE is not set/
>> /# CONFIG_LIB_LIBDES_FORCE is not set/
>> /# CONFIG_LIB_LIBSSL_FORCE is not set/
>> /# CONFIG_LIB_LIBGMP_FORCE is not set/
>> /# CONFIG_LIB_LIBG_FORCE is not set/
>> /# CONFIG_LIB_LIBLDAP_FORCE is not set/
>> /# CONFIG_LIB_LIBLZMA_FORCE is not set/
>> /# CONFIG_LIB_LIBLZO_FORCE is not set/
>> /# CONFIG_LIB_LIBNET_FORCE is not set/
>> /# CONFIG_LIB_LIBPAM_FORCE is not set/
>> /# CONFIG_LIB_LIBPCAP_FORCE is not set/
>> /# CONFIG_LIB_LIBPCRE_FORCE is not set/
>> /CONFIG_LIB_ZLIB_FORCE=y/
>> /# CONFIG_LIB_LIBBZ2_FORCE is not set/
>> /# CONFIG_LIB_LIBATM_FORCE is not set/
>> /# CONFIG_LIB_LIBPNG_FORCE is not set/
>> /# CONFIG_LIB_LIBJPEG_FORCE is not set/
>> /# CONFIG_LIB_LIBUPNP_FORCE is not set/
>> /# CONFIG_LIB_NCURSES_FORCE is not set/
>> /# CONFIG_LIB_LIBEFENCE_FORCE is not set/
>> /# CONFIG_LIB_STLPORT is not set/
>> /# CONFIG_LIB_EXPAT_FORCE is not set/
>> /# CONFIG_LIB_ADNS_FORCE is not set/
>> /# CONFIG_LIB_ARES_FORCE is not set/
>> /# CONFIG_LIB_LIBIDN_FORCE is not set/
>> /# CONFIG_LIB_LIBCURL_FORCE is not set/
>> /# CONFIG_LIB_LIBCRYPT_OLD_FORCE is not set/
>>
>> /#/
>> /# Library Configuration/
>> /#/
>> /# CONFIG_LIB_UC_LIBC_TIMEZONE is not set/
>>
>> /#/
>> /# Flash Tools/
>> /#/
>> /# CONFIG_USER_FLASHW_FLASHW is not set/
>> /# CONFIG_USER_NETFLASH_NETFLASH is not set/
>> /# CONFIG_USER_RECOVER_STATIC_TFTP is not set/
>> /# CONFIG_USER_RECOVER_RECOVER is not set/
>> /# CONFIG_USER_SETMAC_SETMAC is not set/
>> /# CONFIG_USER_FCONFIG_FCONFIG is not set/
>>
>> /#/
>> /# MTD utils/
>> /#/
>> /# CONFIG_USER_MTDUTILS is not set/
>>
>> /#/
>> /# Filesystem Applications/
>> /#/
>> /CONFIG_USER_FLATFSD_FLATFSD=y/
>> /CONFIG_USER_FLATFSD_AUTO=y/
>> /# CONFIG_USER_FLATFSD_USE_FLASH_FS is not set/
>> /# CONFIG_USER_FLATFSD_DISKLIKE is not set/
>> /# CONFIG_USER_FLATFSD_COMPRESSED is not set/
>> /# CONFIG_USER_FLATFSD_HAS_RTC is not set/
>> /# CONFIG_USER_MOUNT_MOUNT is not set/
>> /# CONFIG_USER_MOUNT_UMOUNT is not set/
>> /# CONFIG_USER_FDISK_FDISK is not set/
>> /# CONFIG_USER_FDISK_SFDISK is not set/
>>
>> /#/
>> /# EXT2/
>> /#/
>> /# CONFIG_USER_E2FSPROGS_E2FSCK_E2FSCK is not set/
>> /# CONFIG_USER_E2FSPROGS_MISC_MKE2FS is not set/
>> /# CONFIG_USER_E2FSPROGS_MISC_BADBLOCKS is not set/
>> /# CONFIG_USER_E2FSPROGS_MISC_CHATTR is not set/
>> /# CONFIG_USER_E2FSPROGS_MISC_DUMPE2FS is not set/
>> /# CONFIG_USER_E2FSPROGS_MISC_E2LABEL is not set/
>> /# CONFIG_USER_E2FSPROGS_MISC_FSCK is not set/
>> /# CONFIG_USER_E2FSPROGS_MISC_LSATTR is not set/
>> /# CONFIG_USER_E2FSPROGS_MISC_MKLOST_FOUND is not set/
>> /# CONFIG_USER_E2FSPROGS_MISC_TUNE2FS is not set/
>> /# CONFIG_USER_E2FSPROGS_MISC_UUIDGEN is not set/
>>
>> /#/
>> /# RESIERFS/
>> /#/
>> /# CONFIG_USER_REISERFSPROGS is not set/
>> /# CONFIG_USER_REISERFSPROGS_DEBUGRESIERFS is not set/
>> /# CONFIG_USER_REISERFSPROGS_MKREISERFS is not set/
>> /# CONFIG_USER_REISERFSPROGS_REISERFSCK is not set/
>> /# CONFIG_USER_REISERFSPROGS_RESIZE_REISERFS is not set/
>> /# CONFIG_USER_REISERFSPROGS_UNPACK is not set/
>>
>> /#/
>> /# SAMBA/
>> /#/
>> /# CONFIG_USER_SAMBA is not set/
>>
>> /#/
>> /# SMBFS/
>> /#/
>> /# CONFIG_USER_SMBMOUNT_SMBMOUNT is not set/
>> /# CONFIG_USER_SMBMOUNT_SMBUMOUNT is not set/
>>
>> /#/
>> /# CRAMFS/
>> /#/
>> /# CONFIG_USER_CRAMFS_CRAMFSCK is not set/
>> /# CONFIG_USER_CRAMFS_MKCRAMFS is not set/
>>
>> /#/
>> /# MSDOS/
>> /#/
>> /# CONFIG_USER_DOSFSTOOLS_MKDOSFS is not set/
>> /# CONFIG_USER_DOSFSTOOLS_DOSFSCK is not set/
>>
>> /#/
>> /# SquashFS/
>> /#/
>> /# CONFIG_USER_SQUASHFS_MKSQUASHFS is not set/
>> /# CONFIG_USER_SQUASHFS_MKSQUASHFS7Z is not set/
>>
>> /#/
>> /# Network Applications/
>> /#/
>> /# CONFIG_USER_APPWEB_APPWEB is not set/
>> /# CONFIG_USER_ASTERISK is not set/
>> /# CONFIG_USER_BIND_BIND is not set/
>> /# CONFIG_USER_FNORD_HTTPD is not set/
>> /# CONFIG_USER_BOA_SRC_BOA is not set/
>> /# CONFIG_USER_BPALOGIN_BPALOGIN is not set/
>> /# CONFIG_USER_BR2684CTL_BR2684CTL is not set/
>> /# CONFIG_USER_BRCTL_BRCTL is not set/
>> /# CONFIG_USER_CLAMAV_CLAMAV is not set/
>> /# CONFIG_USER_CONNTRACK_CONNTRACK is not set/
>> /# CONFIG_USER_CTORRENT_CTORRENT is not set/
>> /# CONFIG_USER_DHCPCD_DHCPCD is not set/
>> /# CONFIG_USER_DHCPCD_NEW_DHCPCD is not set/
>> /# CONFIG_USER_DHCPD_DHCPD is not set/
>> /# CONFIG_USER_DHCP_ISC_SERVER_DHCPD is not set/
>> /# CONFIG_USER_DHCP_ISC_CLIENT_DHCLIENT is not set/
>> /# CONFIG_USER_DHCP_ISC_RELAY_DHCRELAY is not set/
>> /# CONFIG_USER_DIALD_DIALD is not set/
>> /# CONFIG_USER_DISCARD_DISCARD is not set/
>> /# CONFIG_USER_DISCARD_INETD_ECHO is not set/
>> /# CONFIG_USER_DNSMASQ_DNSMASQ is not set/
>> /# CONFIG_USER_ETHATTACH_ETHATTACH is not set/
>> /# CONFIG_USER_ETHERWAKE is not set/
>> /# CONFIG_USER_ETHTOOL_ETHTOOL is not set/
>> /# CONFIG_USER_EZIPUPDATE_EZIPUPDATE is not set/
>> /# CONFIG_USER_FAKEIDENTD_IDENTD is not set/
>> /# CONFIG_USER_DDNS3_CLIENT_DDNS3 is not set/
>> /# CONFIG_USER_FTP_FTP_FTP is not set/
>> /# CONFIG_USER_FTPD_FTPD is not set/
>> /# CONFIG_USER_FROX_FROX is not set/
>> /# CONFIG_USER_FREESWAN is not set/
>> /# CONFIG_USER_OPENSWAN is not set/
>> /# CONFIG_USER_HTTPD_HTTPD is not set/
>> /# CONFIG_USER_HTTPTUNNEL_CLIENT is not set/
>> /# CONFIG_USER_HTTPTUNNEL_SERVER is not set/
>> /# CONFIG_USER_IFATTACH_IFATTACH is not set/
>> /# CONFIG_USER_INETD_INETD is not set/
>> /# CONFIG_USER_IPCHAINS_IPCHAINS is not set/
>> /# CONFIG_USER_IPERF_IPERF is not set/
>> /# CONFIG_USER_IPFWADM_IPFWADM is not set/
>> /# CONFIG_USER_IPMASQADM_IPMASQADM is not set/
>> /# CONFIG_USER_IPPORTFW_IPPORTFW is not set/
>> /# CONFIG_USER_IPREDIR_IPREDIR is not set/
>> /# CONFIG_USER_IPROUTE2 is not set/
>> /# CONFIG_USER_IPSENTINEL_IPSENTINEL is not set/
>> /# CONFIG_USER_IPTABLES_IPTABLES is not set/
>> /# CONFIG_USER_IPTABLES_IP6TABLES is not set/
>> /# CONFIG_USER_IPUTILS_IPUTILS is not set/
>> /# CONFIG_USER_KENDIN_CONFIG is not set/
>> /# CONFIG_USER_KLAXON_KLAXON is not set/
>> /# CONFIG_USER_L2TPD_L2TPD is not set/
>> /# CONFIG_USER_LINUXIGD_LINUXIGD is not set/
>> /# CONFIG_USER_LOATTACH_LOATTACH is not set/
>> /# CONFIG_USER_LRPSTAT_LRPSTAT is not set/
>> /# CONFIG_USER_SMTP_SMTPCLIENT is not set/
>> /# CONFIG_USER_MAIL_MAIL_IP is not set/
>> /# CONFIG_USER_MINI_HTTPD_MINI_HTTPD is not set/
>> /# CONFIG_USER_MSNTP_MSNTP is not set/
>> /# CONFIG_USER_NESSUS_NASL is not set/
>> /# CONFIG_USER_NETCAT_NETCAT is not set/
>> /# CONFIG_USER_NETSTAT_NAT_NETSTAT_NAT is not set/
>> /# CONFIG_USER_NETSNMP_SNMPD is not set/
>> /# CONFIG_USER_NETPERF is not set/
>> /# CONFIG_USER_NTPCLIENT_NTPCLIENT is not set/
>> /# CONFIG_USER_NTPCLIENT_ADJTIMEX is not set/
>> /# CONFIG_USER_NTPD_NTPD is not set/
>> /# CONFIG_USER_NTPD_NTPDATE is not set/
>> /# CONFIG_USER_NTPD_NTPQ is not set/
>> /# CONFIG_USER_OPENSSL_APPS is not set/
>> /# CONFIG_USER_OPENVPN_OPENVPN is not set/
>> /# CONFIG_USER_PING_PING is not set/
>> /# CONFIG_USER_PLUG_PLUG is not set/
>> /# CONFIG_USER_POP3PROXY_POP3PROXY is not set/
>> /# CONFIG_USER_PORTMAP_PORTMAP is not set/
>> /# CONFIG_USER_PPPD_PPPD_PPPD is not set/
>> /# CONFIG_USER_PPTPD_PPTPCTRL is not set/
>> /# CONFIG_USER_PPTPD_PPTPD is not set/
>> /# CONFIG_USER_PPTP_CLIENT_PPTP is not set/
>> /# CONFIG_USER_PPTP_CLIENT_PPTP_CALLMGR is not set/
>> /# CONFIG_USER_PROFTPD_PROFTPD is not set/
>> /# CONFIG_USER_QUAGGA_ZEBRA_ZEBRA is not set/
>> /# CONFIG_USER_RADVD_RADVD is not set/
>> /# CONFIG_USER_RADAUTH_RADAUTH is not set/
>> /# CONFIG_USER_RDATE_RDATE is not set/
>> /# CONFIG_USER_ROUTED_ROUTED is not set/
>> /# CONFIG_USER_RP_PPPOE_PPPOE is not set/
>> /# CONFIG_USER_RSYNC_RSYNC is not set/
>> /# CONFIG_USER_RSYSLOGD_RSYSLOGD is not set/
>> /# CONFIG_USER_SER_SER is not set/
>> /# CONFIG_USER_SETHDLC_SETHDLC is not set/
>> /# CONFIG_USER_SIPROXD_SIPROXD is not set/
>> /# CONFIG_USER_SLATTACH_SLATTACH is not set/
>> /# CONFIG_USER_SNMPD_SNMPD is not set/
>> /# CONFIG_USER_SNORT_SNORT is not set/
>> /# CONFIG_USER_SPEEDTOUCH_MODEM_RUN is not set/
>> /# CONFIG_USER_STUNNEL_STUNNEL is not set/
>> /# CONFIG_USER_SSLWRAP_SSLWRAP is not set/
>> /# CONFIG_USER_SQUID_SQUID is not set/
>> /# CONFIG_USER_SSH_SSH is not set/
>> /# CONFIG_USER_SSH_SSHD is not set/
>> /# CONFIG_USER_SSH_SSHKEYGEN is not set/
>> /# CONFIG_USER_STP_STP is not set/
>> /# CONFIG_USER_TCPWRAP_TCPD is not set/
>> /# CONFIG_USER_TCPBLAST_TCPBLAST is not set/
>> /# CONFIG_USER_TCPDUMP_TCPDUMP is not set/
>> /# CONFIG_USER_TELNETD_TELNETD is not set/
>> /# CONFIG_USER_TELNET_TELNET is not set/
>> /# CONFIG_USER_TFTP_TFTP is not set/
>> /# CONFIG_USER_TFTPD_TFTPD is not set/
>> /# CONFIG_USER_THTTPD_THTTPD is not set/
>> /# CONFIG_USER_TRACEROUTE_TRACEROUTE is not set/
>> /# CONFIG_USER_UDEV is not set/
>> /# CONFIG_USER_ULOGD_ULOGD is not set/
>> /# CONFIG_USER_ULOGD2_ULOGD is not set/
>> /# CONFIG_USER_VCONFIG_VCONFIG is not set/
>> /# CONFIG_USER_VPNLED_VPNLED is not set/
>> /# CONFIG_USER_WGET is not set/
>> /# CONFIG_USER_ZEBRA_ZEBRA_ZEBRA is not set/
>>
>> /#/
>> /# Net-tools/
>> /#/
>> /# CONFIG_USER_NET_TOOLS_ARP is not set/
>> /# CONFIG_USER_NET_TOOLS_HOSTNAME is not set/
>> /# CONFIG_USER_NET_TOOLS_IFCONFIG is not set/
>> /# CONFIG_USER_NET_TOOLS_NAMEIF is not set/
>> /# CONFIG_USER_NET_TOOLS_NETSTAT is not set/
>> /# CONFIG_USER_NET_TOOLS_PLIPCONFIG is not set/
>> /# CONFIG_USER_NET_TOOLS_RARP is not set/
>> /# CONFIG_USER_NET_TOOLS_ROUTE is not set/
>> /# CONFIG_USER_NET_TOOLS_SLATTACH is not set/
>> /# CONFIG_USER_NET_TOOLS_MII_TOOL is not set/
>> /# CONFIG_USER_NET_TOOLS_MII_TOOL_FEC is not set/
>>
>> /#/
>> /# Wireless-tools/
>> /#/
>> /# CONFIG_USER_WIRELESS_TOOLS is not set/
>> /# CONFIG_USER_HOSTAP_HOSTAP is not set/
>> /# CONFIG_USER_WLAN_NG is not set/
>>
>> /#/
>> /# Miscellaneous Applications/
>> /#/
>> /# CONFIG_USER_P7ZIP_7ZA is not set/
>> /# CONFIG_USER_LANG_A60 is not set/
>> /# CONFIG_USER_ARJ_ARJ is not set/
>> /# CONFIG_USER_BZIP2_BZIP2 is not set/
>> /# CONFIG_USER_CAL_CAL is not set/
>> /# CONFIG_USER_CHAT_CHAT is not set/
>> /# CONFIG_USER_CKSUM_CKSUM is not set/
>> /# CONFIG_USER_CLOCK_CLOCK is not set/
>> /# CONFIG_USER_CPU_CPU is not set/
>> /# CONFIG_USER_CRYPTO_TOOLS_CRYPTOTEST is not set/
>> /# CONFIG_USER_CRYPTO_TOOLS_CRYPTOKEYTEST is not set/
>> /# CONFIG_USER_CAL_DATE is not set/
>> /# CONFIG_USER_DHRYSTONE_DHRYSTONE is not set/
>> /# CONFIG_USER_EXPAT_EXAMPLES is not set/
>> /# CONFIG_USER_FLTHDR_FLTHDR is not set/
>> /# CONFIG_USER_FROB_LED_FROB_LED is not set/
>> /# CONFIG_USER_GDB_GDBREPLAY is not set/
>> /# CONFIG_USER_GDB_GDBSERVER is not set/
>> /# CONFIG_USER_GDB_TARGET is not set/
>> /# CONFIG_USER_GDB_HOST is not set/
>> /# CONFIG_USER_GDBSERVER_GDBREPLAY is not set/
>> /# CONFIG_USER_GDBSERVER_GDBSERVER is not set/
>> /# CONFIG_USER_GPIO_TEST is not set/
>> /# CONFIG_USER_GREP_GREP is not set/
>> /CONFIG_USER_HD_HD=y/
>> /# CONFIG_USER_KEYPAD_TEST is not set/
>> /# CONFIG_USER_LCD_LCD is not set/
>> /# CONFIG_USER_LEDCON_LEDCON is not set/
>> /# CONFIG_USER_LHA_LHA is not set/
>> /# CONFIG_USER_LILO_LILO is not set/
>> /# CONFIG_USER_LISSA_LISSA is not set/
>> /# CONFIG_USER_LPR is not set/
>> /# CONFIG_USER_LUA_LUA is not set/
>> /# CONFIG_USER_USBCBI_USBCBI is not set/
>> /# CONFIG_USER_USBISO_USBISO is not set/
>> /# CONFIG_USER_MATH_TEST is not set/
>> /# CONFIG_USER_MAWK_AWK is not set/
>> /# CONFIG_USER_MYSQL is not set/
>> /# CONFIG_USER_NULL_NULL is not set/
>> /# CONFIG_USER_PALMBOT_PALMBOT is not set/
>> /# CONFIG_USER_PCMCIA_CS is not set/
>> /# CONFIG_USER_PEEK_POKE is not set/
>> /# CONFIG_USER_PERL_PERL is not set/
>> /# CONFIG_USER_PYTHON_PYTHON is not set/
>> /# CONFIG_USER_READPROFILE_READPROFILE is not set/
>> /# CONFIG_USER_ROOTLOADER_ROOTLOADER is not set/
>> /# CONFIG_USER_RRDTOOL_RRDTOOL is not set/
>> /# CONFIG_USER_SETSERIAL_SETSERIAL is not set/
>> /# CONFIG_USER_SHADOW_UTILS is not set/
>> /# CONFIG_USER_TRIPWIRE_SIGGEN is not set/
>> /# CONFIG_USER_STRACE_STRACE is not set/
>> /# CONFIG_USER_STTY_STTY is not set/
>> /# CONFIG_USER_TCSH_TCSH is not set/
>> /# CONFIG_USER_TINYTCL_TCLSH is not set/
>> /# CONFIG_USER_THREADDEMOS_THREADDEMOS is not set/
>> /# CONFIG_USER_TIP_TIP is not set/
>> /# CONFIG_USER_TRIPWIRE_TRIPWIRE is not set/
>> /# CONFIG_USER_UNRAR_UNRAR is not set/
>> /# CONFIG_USER_UNZIP_UNZIP is not set/
>> /# CONFIG_USER_UNZOO_UNZOO is not set/
>> /# CONFIG_USER_LRZSZ_LRZSZ is not set/
>>
>> /#/
>> /# Benchmarks/
>> /#/
>> /# CONFIG_USER_WHETSTONE_WHETSTONE is not set/
>> /# CONFIG_USER_NBENCH_NBENCH is not set/
>>
>> /#/
>> /# LIRC/
>> /#/
>> /# CONFIG_USER_LIRC is not set/
>>
>> /#/
>> /# LM SENSORS/
>> /#/
>> /# CONFIG_USER_LM_SENSORS is not set/
>>
>> /#/
>> /# QSPI/
>> /#/
>> /# CONFIG_MCF_QSPI is not set/
>>
>> /#/
>> /# Editors/
>> /#/
>> /# CONFIG_USER_LEVEE_VI is not set/
>> /# CONFIG_USER_ELVISTINY_VI is not set/
>>
>> /#/
>> /# Audio tools/
>> /#/
>> /# CONFIG_USER_MP3PLAY_MP3PLAY is not set/
>> /# CONFIG_USER_OGGPLAY_OGG123 is not set/
>> /# CONFIG_USER_OGGPLAY_EXAMPLE is not set/
>> /# CONFIG_USER_MUSICBOX_MUSICBOX is not set/
>> /# CONFIG_USER_PLAY_PLAY is not set/
>> /# CONFIG_USER_PLAY_TONE is not set/
>> /# CONFIG_USER_VPLAY_VPLAY is not set/
>> /# CONFIG_USER_VPLAY_VREC is not set/
>> /# CONFIG_USER_VPLAY_MIXER is not set/
>> /# CONFIG_USER_PLAYRT_PLAYRT is not set/
>>
>> /#/
>> /# Video tools/
>> /#/
>> /# CONFIG_USER_CAMSERV is not set/
>> /# CONFIG_USER_JPEGVIEW_JPEGVIEW is not set/
>> /# CONFIG_USER_W3CAM_VIDCAT is not set/
>> /# CONFIG_USER_W3CAM_W3CAMD is not set/
>>
>> /#/
>> /# Fileutils tools/
>> /#/
>> /CONFIG_USER_FILEUTILS_CAT=y/
>> /# CONFIG_USER_FILEUTILS_CHGRP is not set/
>> /CONFIG_USER_FILEUTILS_CHMOD=y/
>> /# CONFIG_USER_FILEUTILS_CHOWN is not set/
>> /CONFIG_USER_FILEUTILS_CMP=y/
>> /CONFIG_USER_FILEUTILS_CP=y/
>> /# CONFIG_USER_FILEUTILS_DD is not set/
>> /# CONFIG_USER_FILEUTILS_GREP is not set/
>> /# CONFIG_USER_FILEUTILS_L is not set/
>> /CONFIG_USER_FILEUTILS_LN=y/
>> /# CONFIG_USER_FILEUTILS_LS is not set/
>> /CONFIG_USER_FILEUTILS_MKDIR=y/
>> /# CONFIG_USER_FILEUTILS_MKFIFO is not set/
>> /# CONFIG_USER_FILEUTILS_MKNOD is not set/
>> /# CONFIG_USER_FILEUTILS_MORE is not set/
>> /CONFIG_USER_FILEUTILS_MV=y/
>> /CONFIG_USER_FILEUTILS_RM=y/
>> /# CONFIG_USER_FILEUTILS_RMDIR is not set/
>> /# CONFIG_USER_FILEUTILS_SYNC is not set/
>> /CONFIG_USER_FILEUTILS_TOUCH=y/
>>
>> /#/
>> /# Shutils tools/
>> /#/
>> /CONFIG_USER_SHUTILS_BASENAME=y/
>> /CONFIG_USER_SHUTILS_DATE=y/
>> /# CONFIG_USER_SHUTILS_DIRNAME is not set/
>> /CONFIG_USER_SHUTILS_ECHO=y/
>> /CONFIG_USER_SHUTILS_FALSE=y/
>> /# CONFIG_USER_SHUTILS_LOGNAME is not set/
>> /# CONFIG_USER_SHUTILS_PRINTENV is not set/
>> /CONFIG_USER_SHUTILS_PWD=y/
>> /CONFIG_USER_SHUTILS_TRUE=y/
>> /CONFIG_USER_SHUTILS_UNAME=y/
>> /# CONFIG_USER_SHUTILS_WHICH is not set/
>> /# CONFIG_USER_SHUTILS_WHOAMI is not set/
>> /# CONFIG_USER_SHUTILS_YES is not set/
>>
>> /#/
>> /# Sysutils tools/
>> /#/
>> /CONFIG_USER_SYSUTILS_REBOOT=y/
>> /CONFIG_USER_SYSUTILS_SHUTDOWN=y/
>> /# CONFIG_USER_SYSUTILS_DF is not set/
>> /CONFIG_USER_SYSUTILS_FREE=y/
>> /CONFIG_USER_SYSUTILS_HOSTNAME=y/
>> /CONFIG_USER_SYSUTILS_KILL=y/
>> /CONFIG_USER_SYSUTILS_PS=y/
>>
>> /#/
>> /# Procps tools/
>> /#/
>> /# CONFIG_USER_PROCPS_FREE is not set/
>> /# CONFIG_USER_PROCPS_KILL is not set/
>> /# CONFIG_USER_PROCPS_PGREP is not set/
>> /# CONFIG_USER_PROCPS_PKILL is not set/
>> /# CONFIG_USER_PROCPS_PS is not set/
>> /# CONFIG_USER_PROCPS_SNICE is not set/
>> /# CONFIG_USER_PROCPS_SYSCTL is not set/
>> /# CONFIG_USER_PROCPS_TLOAD is not set/
>> /# CONFIG_USER_PROCPS_TOP is not set/
>> /# CONFIG_USER_PROCPS_UPTIME is not set/
>> /# CONFIG_USER_PROCPS_VMSTAT is not set/
>> /# CONFIG_USER_PROCPS_W is not set/
>> /# CONFIG_USER_PROCPS_WATCH is not set/
>>
>> /#/
>> /# PCI utilities/
>> /#/
>> /# CONFIG_USER_PCIUTILS_LSPCI is not set/
>> /# CONFIG_USER_PCIUTILS_SETPCI is not set/
>>
>> /#/
>> /# /
>> /#/
>> /# CONFIG_USER_CXXTEST_CXXTEST is not set/
>>
>> /#/
>> /# BusyBox/
>> /#/
>> /CONFIG_USER_BUSYBOX_BUSYBOX=y/
>>
>> /#/
>> /# Applets/
>> /#/
>> /# CONFIG_USER_BUSYBOX_ADDGROUP is not set/
>> /# CONFIG_USER_BUSYBOX_ADDUSER is not set/
>> /# CONFIG_USER_BUSYBOX_ADJTIMEX is not set/
>> /# CONFIG_USER_BUSYBOX_AR is not set/
>> /# CONFIG_USER_BUSYBOX_ARPING is not set/
>> /# CONFIG_USER_BUSYBOX_AWK is not set/
>> /# CONFIG_USER_BUSYBOX_BASENAME is not set/
>> /# CONFIG_USER_BUSYBOX_BUNZIP2 is not set/
>> /# CONFIG_USER_BUSYBOX_CAL is not set/
>> /# CONFIG_USER_BUSYBOX_CAT is not set/
>> /# CONFIG_USER_BUSYBOX_CHGRP is not set/
>> /# CONFIG_USER_BUSYBOX_CHMOD is not set/
>> /# CONFIG_USER_BUSYBOX_CHOWN is not set/
>> /# CONFIG_USER_BUSYBOX_CHROOT is not set/
>> /# CONFIG_USER_BUSYBOX_CHVT is not set/
>> /# CONFIG_USER_BUSYBOX_CLEAR is not set/
>> /# CONFIG_USER_BUSYBOX_CMP is not set/
>> /# CONFIG_USER_BUSYBOX_CP is not set/
>> /# CONFIG_USER_BUSYBOX_CPIO is not set/
>> /# CONFIG_USER_BUSYBOX_CROND is not set/
>> /# CONFIG_USER_BUSYBOX_CRONTAB is not set/
>> /# CONFIG_USER_BUSYBOX_CUT is not set/
>> /# CONFIG_USER_BUSYBOX_DATE is not set/
>> /# CONFIG_USER_BUSYBOX_DC is not set/
>> /CONFIG_USER_BUSYBOX_DD=y/
>> /# CONFIG_USER_BUSYBOX_DEALLOCVT is not set/
>> /# CONFIG_USER_BUSYBOX_DELGROUP is not set/
>> /# CONFIG_USER_BUSYBOX_DELUSER is not set/
>> /# CONFIG_USER_BUSYBOX_DEVFSD is not set/
>> /# CONFIG_USER_BUSYBOX_DF is not set/
>> /# CONFIG_USER_BUSYBOX_DIRNAME is not set/
>> /# CONFIG_USER_BUSYBOX_DMESG is not set/
>> /# CONFIG_USER_BUSYBOX_DOS2UNIX is not set/
>> /# CONFIG_USER_BUSYBOX_DPKG is not set/
>> /# CONFIG_USER_BUSYBOX_DPKG_DEB is not set/
>> /# CONFIG_USER_BUSYBOX_DUTMP is not set/
>> /# CONFIG_USER_BUSYBOX_DU is not set/
>> /# CONFIG_USER_BUSYBOX_DUMPKMAP is not set/
>> /# CONFIG_USER_BUSYBOX_ECHO is not set/
>> /# CONFIG_USER_BUSYBOX_ENV is not set/
>> /# CONFIG_USER_BUSYBOX_EXPR is not set/
>> /# CONFIG_USER_BUSYBOX_FBSET is not set/
>> /# CONFIG_USER_BUSYBOX_FDFLUSH is not set/
>> /# CONFIG_USER_BUSYBOX_FDFORMAT is not set/
>> /# CONFIG_USER_BUSYBOX_FDISK is not set/
>> /# CONFIG_USER_BUSYBOX_FIND is not set/
>> /# CONFIG_USER_BUSYBOX_FOLD is not set/
>> /# CONFIG_USER_BUSYBOX_FREE is not set/
>> /# CONFIG_USER_BUSYBOX_FREERAMDISK is not set/
>> /# CONFIG_USER_BUSYBOX_FSCK_MINIX is not set/
>> /# CONFIG_USER_BUSYBOX_FTPGET is not set/
>> /# CONFIG_USER_BUSYBOX_FTPPUT is not set/
>> /# CONFIG_USER_BUSYBOX_GETOPT is not set/
>> /# CONFIG_USER_BUSYBOX_GETTY is not set/
>> /# CONFIG_USER_BUSYBOX_GREP is not set/
>> /# CONFIG_USER_BUSYBOX_GUNZIP is not set/
>> /# CONFIG_USER_BUSYBOX_GZIP is not set/
>> /# CONFIG_USER_BUSYBOX_HALT is not set/
>> /# CONFIG_USER_BUSYBOX_HDPARM is not set/
>> /# CONFIG_USER_BUSYBOX_HEAD is not set/
>> /# CONFIG_USER_BUSYBOX_HEXDUMP is not set/
>> /# CONFIG_USER_BUSYBOX_HOSTID is not set/
>> /# CONFIG_USER_BUSYBOX_HOSTNAME is not set/
>> /# CONFIG_USER_BUSYBOX_HTTPD is not set/
>> /# CONFIG_USER_BUSYBOX_HWCLOCK is not set/
>> /# CONFIG_USER_BUSYBOX_ID is not set/
>> /# CONFIG_USER_BUSYBOX_IFCONFIG is not set/
>> /# CONFIG_USER_BUSYBOX_IFUPDOWN is not set/
>> /# CONFIG_USER_BUSYBOX_INETD is not set/
>> /# CONFIG_USER_BUSYBOX_INIT is not set/
>> /CONFIG_USER_BUSYBOX_INSMOD=y/
>> /CONFIG_USER_BUSYBOX_LSMOD=y/
>> /CONFIG_USER_BUSYBOX_MODPROBE=y/
>> /CONFIG_USER_BUSYBOX_RMMOD=y/
>> /# CONFIG_USER_BUSYBOX_2_2_MODULES is not set/
>> /CONFIG_USER_BUSYBOX_2_4_MODULES=y/
>> /CONFIG_USER_BUSYBOX_2_6_MODULES=y/
>> /# CONFIG_USER_BUSYBOX_INSMOD_VERSION_CHECKING is not set/
>> /# CONFIG_USER_BUSYBOX_CHECK_TAINTED_MODULE is not set/
>> /CONFIG_USER_BUSYBOX_INSMOD_LOADINKMEM=y/
>> /CONFIG_USER_BUSYBOX_INSMOD_KSYMOOPS_SYMBOLS=y/
>> /# CONFIG_USER_BUSYBOX_INSMOD_LOAD_MAP is not set/
>> /# CONFIG_USER_BUSYBOX_IPADDR is not set/
>> /# CONFIG_USER_BUSYBOX_IPCALC is not set/
>> /# CONFIG_USER_BUSYBOX_IPLINK is not set/
>> /# CONFIG_USER_BUSYBOX_IPROUTE is not set/
>> /# CONFIG_USER_BUSYBOX_IPTUNNEL is not set/
>> /CONFIG_USER_BUSYBOX_KILL=y/
>> /CONFIG_USER_BUSYBOX_KILLALL=y/
>> /# CONFIG_USER_BUSYBOX_KLOGD is not set/
>> /# CONFIG_USER_BUSYBOX_LENGTH is not set/
>> /# CONFIG_USER_BUSYBOX_LAST is not set/
>> /# CONFIG_USER_BUSYBOX_LN is not set/
>> /# CONFIG_USER_BUSYBOX_LOADACM is not set/
>> /# CONFIG_USER_BUSYBOX_LOADFONT is not set/
>> /# CONFIG_USER_BUSYBOX_LOADKMAP is not set/
>> /# CONFIG_USER_BUSYBOX_LOGGER is not set/
>> /CONFIG_USER_BUSYBOX_LOGIN=y/
>> /# CONFIG_USER_BUSYBOX_SECURETTY is not set/
>> /# CONFIG_USER_BUSYBOX_LOGNAME is not set/
>> /# CONFIG_USER_BUSYBOX_LOGREAD is not set/
>> /# CONFIG_USER_BUSYBOX_LOSETUP is not set/
>> /CONFIG_USER_BUSYBOX_LS=y/
>> /CONFIG_USER_BUSYBOX_LS_USERNAME=y/
>> /CONFIG_USER_BUSYBOX_LS_TIMESTAMPS=y/
>> /CONFIG_USER_BUSYBOX_LS_FILETYPES=y/
>> /CONFIG_USER_BUSYBOX_LS_SORTFILES=y/
>> /CONFIG_USER_BUSYBOX_LS_RECURSIVE=y/
>> /CONFIG_USER_BUSYBOX_LS_FOLLOWLINKS=y/
>> /# CONFIG_USER_BUSYBOX_LS_COLOR is not set/
>> /# CONFIG_USER_BUSYBOX_MAKEDEVS is not set/
>> /# CONFIG_USER_BUSYBOX_MD5SUM is not set/
>> /# CONFIG_USER_BUSYBOX_MESG is not set/
>> /# CONFIG_USER_BUSYBOX_MKDIR is not set/
>> /# CONFIG_USER_BUSYBOX_MKFIFO is not set/
>> /# CONFIG_USER_BUSYBOX_MKFS_MINIX is not set/
>> /CONFIG_USER_BUSYBOX_MKNOD=y/
>> /# CONFIG_USER_BUSYBOX_MKSWAP is not set/
>> /# CONFIG_USER_BUSYBOX_MKTEMP is not set/
>> /# CONFIG_USER_BUSYBOX_MORE is not set/
>> /CONFIG_USER_BUSYBOX_MOUNT=y/
>> /CONFIG_USER_BUSYBOX_MOUNT_LOOP=y/
>> /# CONFIG_USER_BUSYBOX_MTAB_SUPPORT is not set/
>> /# CONFIG_USER_BUSYBOX_NFSMOUNT is not set/
>> /# CONFIG_USER_BUSYBOX_MT is not set/
>> /# CONFIG_USER_BUSYBOX_MV is not set/
>> /# CONFIG_USER_BUSYBOX_NAMEIF is not set/
>> /# CONFIG_USER_BUSYBOX_NC is not set/
>> /# CONFIG_USER_BUSYBOX_NETSTAT is not set/
>> /# CONFIG_USER_BUSYBOX_NSLOOKUP is not set/
>> /# CONFIG_USER_BUSYBOX_OD is not set/
>> /# CONFIG_USER_BUSYBOX_OPENVT is not set/
>> /# CONFIG_USER_BUSYBOX_PASSWD is not set/
>> /# CONFIG_USER_BUSYBOX_PATCH is not set/
>> /# CONFIG_USER_BUSYBOX_PIDOF is not set/
>> /# CONFIG_USER_BUSYBOX_PING is not set/
>> /# CONFIG_USER_BUSYBOX_PING6 is not set/
>> /# CONFIG_USER_BUSYBOX_PIPE_PROGRESS is not set/
>> /# CONFIG_USER_BUSYBOX_PIVOT_ROOT is not set/
>> /# CONFIG_USER_BUSYBOX_POWEROFF is not set/
>> /# CONFIG_USER_BUSYBOX_PRINTF is not set/
>> /# CONFIG_USER_BUSYBOX_PS is not set/
>> /# CONFIG_USER_BUSYBOX_PWD is not set/
>> /# CONFIG_USER_BUSYBOX_RDATE is not set/
>> /# CONFIG_USER_BUSYBOX_REALPATH is not set/
>> /# CONFIG_USER_BUSYBOX_READLINK is not set/
>> /# CONFIG_USER_BUSYBOX_REBOOT is not set/
>> /# CONFIG_USER_BUSYBOX_RENICE is not set/
>> /# CONFIG_USER_BUSYBOX_RESET is not set/
>> /# CONFIG_USER_BUSYBOX_RM is not set/
>> /# CONFIG_USER_BUSYBOX_RMDIR is not set/
>> /# CONFIG_USER_BUSYBOX_ROUTE is not set/
>> /# CONFIG_USER_BUSYBOX_RPM2CPIO is not set/
>> /# CONFIG_USER_BUSYBOX_RUN_PARTS is not set/
>> /# CONFIG_USER_BUSYBOX_RX is not set/
>> /# CONFIG_USER_BUSYBOX_SED is not set/
>> /# CONFIG_USER_BUSYBOX_SEQ is not set/
>> /# CONFIG_USER_BUSYBOX_SETKEYCODES is not set/
>> /CONFIG_USER_BUSYBOX_SHELL=y/
>> /# CONFIG_USER_BUSYBOX_ASH is not set/
>> /# CONFIG_USER_BUSYBOX_SH_IS_ASH is not set/
>> /# CONFIG_USER_BUSYBOX_HUSH is not set/
>> /# CONFIG_USER_BUSYBOX_SH_IS_HUSH is not set/
>> /# CONFIG_USER_BUSYBOX_LASH is not set/
>> /# CONFIG_USER_BUSYBOX_SH_IS_LASH is not set/
>> /CONFIG_USER_BUSYBOX_MSH=y/
>> /CONFIG_USER_BUSYBOX_SH_IS_MSH=y/
>> /CONFIG_USER_BUSYBOX_COMMAND_EDITING=y/
>> /CONFIG_USER_BUSYBOX_COMMAND_HISTORY=15/
>> /CONFIG_USER_BUSYBOX_COMMAND_SAVEHISTORY=y/
>> /CONFIG_USER_BUSYBOX_COMMAND_TAB_COMPLETION=y/
>> /CONFIG_USER_BUSYBOX_COMMAND_USERNAME_COMPLETION=y/
>> /CONFIG_USER_BUSYBOX_TAB_COMPLETION=y/
>> /CONFIG_USER_BUSYBOX_USERNAME_COMPLETION=y/
>> /CONFIG_USER_BUSYBOX_SH_STANDALONE_SHELL=y/
>> /CONFIG_USER_BUSYBOX_SH_APPLETS_ALWAYS_WIN=y/
>> /CONFIG_USER_BUSYBOX_SH_FANCY_PROMPT=y/
>> /CONFIG_USER_BUSYBOX_SH_EXTRA_QUIET=y/
>> /# CONFIG_USER_BUSYBOX_SHA1SUM is not set/
>> /# CONFIG_USER_BUSYBOX_SLEEP is not set/
>> /# CONFIG_USER_BUSYBOX_SORT is not set/
>> /# CONFIG_USER_BUSYBOX_START_STOP_DAEMON is not set/
>> /# CONFIG_USER_BUSYBOX_STRINGS is not set/
>> /# CONFIG_USER_BUSYBOX_STTY is not set/
>> /# CONFIG_USER_BUSYBOX_SU is not set/
>> /# CONFIG_USER_BUSYBOX_SULOGIN is not set/
>> /# CONFIG_USER_BUSYBOX_SWAPONOFF is not set/
>> /# CONFIG_USER_BUSYBOX_SYNC is not set/
>> /# CONFIG_USER_BUSYBOX_SYSCTL is not set/
>> /# CONFIG_USER_BUSYBOX_SYSLOGD is not set/
>> /# CONFIG_USER_BUSYBOX_TAIL is not set/
>> /# CONFIG_USER_BUSYBOX_TAR is not set/
>> /# CONFIG_USER_BUSYBOX_TEE is not set/
>> /# CONFIG_USER_BUSYBOX_TELNET is not set/
>> /# CONFIG_USER_BUSYBOX_TELNETD is not set/
>> /CONFIG_USER_BUSYBOX_TEST=y/
>> /# CONFIG_USER_BUSYBOX_TEST_64 is not set/
>> /# CONFIG_USER_BUSYBOX_TFTP is not set/
>> /# CONFIG_USER_BUSYBOX_TIME is not set/
>> /# CONFIG_USER_BUSYBOX_TOP is not set/
>> /# CONFIG_USER_BUSYBOX_TOUCH is not set/
>> /# CONFIG_USER_BUSYBOX_TR is not set/
>> /# CONFIG_USER_BUSYBOX_TRACEROUTE is not set/
>> /CONFIG_USER_BUSYBOX_TRUE_FALSE=y/
>> /# CONFIG_USER_BUSYBOX_TTY is not set/
>> /# CONFIG_USER_BUSYBOX_UDHCPC is not set/
>> /# CONFIG_USER_BUSYBOX_UDHCPD is not set/
>> /CONFIG_USER_BUSYBOX_UMOUNT=y/
>> /CONFIG_USER_BUSYBOX_MOUNT_FORCE=y/
>> /# CONFIG_USER_BUSYBOX_UNAME is not set/
>> /# CONFIG_USER_BUSYBOX_UNCOMPRESS is not set/
>> /# CONFIG_USER_BUSYBOX_UNIQ is not set/
>> /# CONFIG_USER_BUSYBOX_UNIX2DOS is not set/
>> /# CONFIG_USER_BUSYBOX_UPDATE is not set/
>> /CONFIG_USER_BUSYBOX_UPTIME=y/
>> /# CONFIG_USER_BUSYBOX_USLEEP is not set/
>> /# CONFIG_USER_BUSYBOX_UUDECODE is not set/
>> /# CONFIG_USER_BUSYBOX_UUENCODE is not set/
>> /# CONFIG_USER_BUSYBOX_UNZIP is not set/
>> /# CONFIG_USER_BUSYBOX_VCONFIG is not set/
>> /CONFIG_USER_BUSYBOX_VI=y/
>> /CONFIG_USER_BUSYBOX_VI_COLON=y/
>> /CONFIG_USER_BUSYBOX_VI_YANKMARK=y/
>> /CONFIG_USER_BUSYBOX_VI_SEARCH=y/
>> /# CONFIG_USER_BUSYBOX_VI_USE_SIGNALS is not set/
>> /# CONFIG_USER_BUSYBOX_VI_DOT_CMD is not set/
>> /CONFIG_USER_BUSYBOX_VI_READONLY=y/
>> /CONFIG_USER_BUSYBOX_VI_SETOPTS=y/
>> /CONFIG_USER_BUSYBOX_VI_SET=y/
>> /CONFIG_USER_BUSYBOX_VI_WIN_RESIZE=y/
>> /# CONFIG_USER_BUSYBOX_VI_OPTIMIZE_CURSOR is not set/
>> /# CONFIG_USER_BUSYBOX_VLOCK is not set/
>> /# CONFIG_USER_BUSYBOX_WATCHDOGD is not set/
>> /# CONFIG_USER_BUSYBOX_WC is not set/
>> /# CONFIG_USER_BUSYBOX_WGET is not set/
>> /# CONFIG_USER_BUSYBOX_WHICH is not set/
>> /# CONFIG_USER_BUSYBOX_WHOAMI is not set/
>> /# CONFIG_USER_BUSYBOX_XARGS is not set/
>> /# CONFIG_USER_BUSYBOX_YES is not set/
>> /# CONFIG_USER_BUSYBOX_ZIP is not set/
>>
>> /#/
>> /# other features/
>> /#/
>> /# CONFIG_USER_BUSYBOX_BUFFERS_GO_ON_STACK is not set/
>> /# CONFIG_USER_BUSYBOX_BUFFERS_GO_IN_BSS is not set/
>> /# CONFIG_USER_BUSYBOX_USE_DEVPS_PATCH is not set/
>> /CONFIG_USER_BUSYBOX_VERBOSE_USAGE=y/
>> /CONFIG_USER_BUSYBOX_AUTOWIDTH=y/
>> /# CONFIG_USER_BUSYBOX_EXTRA_QUIET is not set/
>> /# CONFIG_USER_BUSYBOX_MINIX2 is not set/
>> /# CONFIG_USER_BUSYBOX_SHADOWPASSWDS is not set/
>> /# CONFIG_USER_BUSYBOX_U_W_TMP is not set/
>> /# CONFIG_USER_BUSYBOX_USE_BB_PWD_GRP is not set/
>> /# CONFIG_USER_BUSYBOX_DMALLOC is not set/
>> /# CONFIG_USER_BUSYBOX_EFENCE is not set/
>> /# CONFIG_USER_BUSYBOX_BUFFERS_USE_MALLOC is not set/
>> /# CONFIG_USER_BUSYBOX_DEVFS is not set/
>> /# CONFIG_USER_BUSYBOX_DEVPTS is not set/
>> /# CONFIG_USER_BUSYBOX_SUID is not set/
>> /# CONFIG_USER_BUSYBOX_LFS is not set/
>> /# CONFIG_USER_BUSYBOX_SELINUX is not set/
>> /# CONFIG_USER_BUSYBOX_STATIC is not set/
>> /# CONFIG_USER_BUSYBOX_IPV6 is not set/
>> /# CONFIG_USER_BUSYBOX_CLEAN_UP is not set/
>> /CONFIG_USER_BUSYBOX_HUMAN_READABLE=y/
>> /# CONFIG_USER_BUSYBOX_LOCALE_SUPPORT is not set/
>>
>> /#/
>> /# Tinylogin/
>> /#/
>> /# CONFIG_USER_TINYLOGIN_TINYLOGIN is not set/
>>
>> /#/
>> /# MicroWindows/
>> /#/
>> /# CONFIG_USER_MICROWIN is not set/
>>
>> /#/
>> /# Games/
>> /#/
>> /# CONFIG_USER_GAMES_ADVENT4 is not set/
>> /# CONFIG_USER_GAMES_DUNGEON is not set/
>> /# CONFIG_USER_GAMES_RUBIK is not set/
>>
>> /#/
>> /# Miscellaneous Configuration/
>> /#/
>> /CONFIG_USER_RAMIMAGE_NONE=y/
>> /# CONFIG_USER_RAMIMAGE_RAMFS64 is not set/
>> /# CONFIG_USER_RAMIMAGE_RAMFS128 is not set/
>> /# CONFIG_USER_RAMIMAGE_RAMFS256 is not set/
>> /# CONFIG_USER_RAMIMAGE_RAMFS512 is not set/
>> /# CONFIG_USER_RAMIMAGE_RAMFS1024 is not set/
>> /# CONFIG_USER_RAMIMAGE_RAMFS2048 is not set/
>> /# CONFIG_USER_RAMIMAGE_RAMFS8192 is not set/
>> /# CONFIG_USER_CGI_GENERIC is not set/
>> /# CONFIG_USER_CGIHTML is not set/
>> /# CONFIG_POOR_ENTROPY is not set/
>>
>> /#/
>> /# Debug Builds/
>> /#/
>> /# CONFIG_LIB_DEBUG is not set/
>> /# CONFIG_USER_DEBUG is not set/
>>
>> /#/
>> /# Debug tools/
>> /#/
>> /# CONFIG_USER_TIMEPEG_TPT is not set/
>>
>> /#/
>> /# Debug libraries/
>> /#/
>> /# CONFIG_LIB_LIBCCMALLOC is not set/
>>
>>
>> I'd appreciate your help
>>
>> Thank you
>>
>> Sergi Gómez
>> ENGEL AXIL S.L.
>> Telf: +34 93 719 18 11
>> e-mail : _sgomez@xxxxxxxxx <mailto:sgomez@xxxxxxxx>
>> Skype: engelaxil-sergigomez
>> Web: _www.engel.es_ <http://www.engel.es>
>>
>>
>
> --
> Michal Simek, Ing. (M.Eng)
> PetaLogix - Linux Solutions for a Reconfigurable World
> w: www.petalogix.com p: +61-7-30090663,+42-0-721842854 f: +61-7-30090663
> ___________________________
> microblaze-uclinux mailing list
> microblaze-uclinux@xxxxxxxxxxxxxx
> Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
> Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/
>
>
> ___________________________
> microblaze-uclinux mailing list
> microblaze-uclinux@xxxxxxxxxxxxxx
> Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
> Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/
>
>
--
Michal Simek, Ing. (M.Eng)
PetaLogix - Linux Solutions for a Reconfigurable World
w: www.petalogix.com p: +61-7-30090663,+42-0-721842854 f: +61-7-30090663
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/