Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: 2019-09-28-netbsd9-raspi-aarch64.img



output after RPI4TEST64   :

 arm64# cat /etc/fstab                                                           
# NetBSD /etc/fstab                                                             
# See /usr/share/examples/fstab/ for more examples.                             
ROOT.a          /               ffs     rw,noatime      1 1                     
ROOT.b          none            swap    sw      0 0                             
ROOT.e          /boot           msdos   rw      1 1                             
kernfs          /kern           kernfs  rw                                      
ptyfs           /dev/pts        ptyfs   rw                                      
procfs          /proc           procfs  rw                                      
tmpfs           /var/shm        tmpfs   rw,-m1777,-sram%25                      
arm64# fdisk ld1                                                                
fdisk: Cannot determine the number of heads                                     
Disk: /dev/rld1                                                                 
NetBSD disklabel disk geometry:                                                 
cylinders: 7764, heads: 255, sectors/track: 63 (16065 sectors/cylinder)         
total sectors: 124735488, bytes/sector: 512                                     
                                                                                
BIOS disk geometry:                                                             
cylinders: 1023, heads: 255, sectors/track: 63 (16065 sectors/cylinder)         
total sectors: 124735488                                                        
                                                                                
Partitions aligned to 2048 sector boundaries, offset 63                         
                                                                                
Partition table:                                                                
0: Primary DOS with 32 bit FAT - LBA (sysid 12)                                 
    start 32768, size 163840 (80 MB, Cyls 2/10/9-12/60/48), Active              
1: NetBSD (sysid 169)                                                           
    start 458752, size 124276736 (60682 MB, Cyls 28/141/50-7764/108/24)         
        PBR is not bootable: All bytes are identical (0x00)                     
2: <UNUSED>                                                                     
3: <UNUSED>                                                                     
First active partition: 0                                                       
Drive serial number: 0 (0x00000000)                                             
arm64# df -h                                                                    
Filesystem         Size       Used      Avail %Cap Mounted on                   
/dev/ld1a           58G       944M        54G   1% /                            
/dev/ld1e           80M        44M        36M  55% /boot                        
kernfs             1.0K       1.0K         0B 100% /kern                        
ptyfs              1.0K       1.0K         0B 100% /dev/pts                     
procfs             4.0K       4.0K         0B 100% /proc                        
tmpfs              989M       4.0K       989M   0% /var/shm  

Regards
Klaus

Am 30.09.2019 um 02:39 schrieb Jun Ebihara <jun%soum.co.jp@localhost>:

From: mlelstv%serpens.de@localhost (Michael van Elst)
Subject: Re: 2019-09-28-netbsd9-raspi-aarch64.img
Date: Sun, 29 Sep 2019 14:57:22 -0000 (UTC)

evbarm GENERIC/GENERIC64 configuration is special and uses:
sdmmc*          at sdmmcbus?
ld0             at sdmmc0
ld1             at sdmmc1
ld2             at sdmmc2
ld3             at sdmmc3
ld*             at sdmmc?
to bind ld units to sdmmc units. RPI4 has two SD controllers
active (one for SDIO, a completely new one for the SD card),
that's why the boot device is ld1. ld0 then doesn't exist.

Thanx,

RPI3/RPI3B+: use ld0
RPI4:        use ld1

How can I wrote /etc/fstab,which can boot RPI3 and RPI4?
- fix RPI4 or RPI3
- use NAME (man 5 fstab)
- try ld0/ld1,if succeed and use it.
- other ideas are welcome.

--
Jun Ebihara



Home | Main Index | Thread Index | Old Index