On Sat, Apr 08, 2017 at 10:11:53AM +0900, Tuyosi T wrote:
> hi all .
> 
> i try again to install arm to raspberry pi 3 .
> i use miniroot61.fs of 6th april version .
> 
> insert micro sd card(S1) with usb card reader(which has micro sd card(S2)).
> 
> 
> at the end of installing
> ------------------------>
> Set name(s)? (or 'abort' or 'done') [done]
> 
> Get/Verify SHA256.sig   100% |**************************|  1381       00:00
> 
> Signature Verified
> 
> Get/Verify bsd          100% |**************************|  5433 KB    00:36
> 
> Get/Verify bsd.rd       100% |**************************| 11059 KB    01:15
> 
> Get/Verify base61.tgz   100% |**************************| 75067 KB    08:03
> 
> Installing bsd          100% |**************************|  5433 KB    00:00
> 
> Installing bsd.rd       100% |**************************| 11059 KB    00:01
> 
> Installing base61.tgz   100% |**************************| 75067 KB    02:10
> 
> Extracting etc.tgz      100% |**************************|   189 KB    00:01
> 
> Location of sets? (disk http nfs or 'done') [done]
>       Time appears wrong.  Set to 'Sat Apr  8 09:43:37 JST 2017'? [yes]
> Saving configuration files...done.
> 
> Making all device nodes...done.
> 
> 
> # df
> 
> Filesystem  512-blocks      Used     Avail Capacity  Mounted on
> /dev/rd0a        14823     13150      1673    89%    /
> 
> /dev/sd0a     15446556    573924  14100308     4%    /mnt
> /dev/sd0i        32668      6636     26032    20%    /mnt/mnt
> 
> halt -p
> ---------------------<
> 
> 
> 
> then i insert micro sd card(S2) and power on

At this point you need to type commands into U-Boot so it will use the
USB disk.

Hit any key to stop autoboot:  0
U-Boot> setenv boot_targets usb0 mmc0 pxe dhcp
U-Boot> saveenv
U-Boot> boot


> --------------------->>
> smsc0 at uhub1 port 1 configuration 1 interface 0 "Standard Microsystems
> SMSC953
> smsc0: address b8:27:eb:c3:cc:1a
> 
> ukphy0 at smsc0 phy 1: Generic IEEE 802.3u media interface, rev. 3: OUI
> 0x0001fc
> umass0 at uhub1 port 2 configuration 1 interface 0 "Generic Mass Storage
> Device4
> umass0: using SCSI over Bulk-Only
> 
> scsibus0 at umass0: 2 targets, initiator 0
> 
> sd0 at scsibus0 targ 1 lun 0: <Multi, Flash Reader, 1.00> SCSI0 0/direct
> remova1
> vscsi0 at root
> 
> scsibus1 at vscsi0: 256 targets
> 
> softraid0 at root
> 
> scsibus2 at softraid0: 256 targets
> 
> bootfile: sd0a:/bsd
> 
> boot device: sd0
> 
> panic: root device (22692e8a0bb8a762) not found

Reply via email to