Fixed                
                
            
            
                
                    Created: Apr 29, 2014   
                                            Updated: Dec 3, 2018                                    
                
                    
                                    
             
         
        
            
            
                                    
                        Resolved Date: May 20, 2014                    
                
                
                                    
                        Found In Version: 6.0.0.6                    
                
                                    
                        Fix Version: 6.0.0.7                    
                
                                        
                            Severity: Standard                        
                    
                                        
                            Applicable for: Wind River Linux 6                        
                    
                                    
                        Component/s: Target-Installer                    
                
                
                             
         
                        
                 network is not available during installation
Try to install ISO image to intel emerson_evoc_qm67.
During installation, switch to another console.
Run ifconfig, you can see only lo device enable and eth0 is not available.
lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:272 (272.0 B)  TX bytes:272 (272.0 B)
command: dhclient is not available when I try to get an IP. But I can enable eth0 by assign IP to it manually
The smart repository can support HTTP repos, so the target's network should be fine.
        
                        
                
 1. /buildarea1/product/wrlinux-x/wrlinux/configure --enable-board=intel-x86-64 --enable-kernel=standard --enable-rootfs=wr-installer --enable-target-installer=yes --with-sstate-dir=/buildarea1/build/SSTATE_CACHE --enable-parallel-pkgbuilds=8 --enable-jobs=8 --enable-bootimage=iso
2. make all
3. install iso image to target through usb flash disk
4. During installation, switch to another console.
Run ifconfig, you can see only lo device enable and eth0 is not available.