查看: 1695|回复: 0

香蕉派BPI-M1+ Raspbian系统安装,启动成功

[复制链接]
  • TA的每日心情
    开心
    2019-11-30 19:48
  • 签到天数: 981 天

    连续签到: 1 天

    [LV.10]以坛为家III

    发表于 2015-7-20 08:41:17 | 显示全部楼层 |阅读模式
    分享到:
    官网下载镜像
    https://www.bananapi.com/index.php/download?layout=edit&id=29

    百度云:https://pan.baidu.com/s/1kTrCO1x

    压缩包解压后得到镜像:2015-01-31-raspbian-bpi-r1.img
    安装SD卡格式化工具SDFormatterv4
    打开SDFormatterv4

    最后点击格式化,等待完成。
    用Win32 Diskimager 制作启动卡,Win32 Diskimager 下载找度娘吧
    打开 Win32 Diskimager ,在Image file中打开镜像,在device选中SD卡,最后点击write

    将制作好的SD卡插入BPI-M1+卡槽,上电即可启动。



    通过banana pi的UART口来查看启动信息


    U-Boot SPL 2015.01-03355-g4e7c892-dirty (Feb 08 2015 - 08:36:40)
    DRAM: 1024 MiB
    CPU: 960000000Hz, AXI/AHB/APB: 3/2/2

    U-Boot 2015.01-03355-g4e7c892-dirty (Feb 08 2015 - 08:36:40) Allwinner Technology
    CPU:   Allwinner A20 (SUN7I)
    I2C:   ready
    DRAM: 1015 MiB
    MMC:   SUNXI SD/MMC: 0
    *** Warning - bad CRC, using default environment
    Reserved 9216kB of RAM for Framebuffer.
    HDMI connected: Setting up a 1440x900 hdmi console
    In:    serial
    Out:   vga
    Err:   vga
    SCSI: SUNXI SCSI INIT
    SATA link 0 timeout.
    AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    flags: ncq stag pm led clo only pmp pio slum part ccc apst
    Net:   
    dwmac.1c50000
    starting USB...
    USB0:   USB EHCI 1.00
    scanning bus 0 for devices...
    1 USB Device(s) found
    USB1:   USB EHCI 1.00
    scanning bus 1 for devices...
    1 USB Device(s) found
          scanning usb for storage devices... 0 Storage Device(s) found
    Hit any key to stop autoboot: 2
    1
    0
    switch to partitions #0, OK
    mmc0 is current device
    Scanning mmc 0...
    Found U-Boot script /boot.scr
    reading /boot.scr
    298 bytes read in 36 ms (7.8 KiB/s)
    ## Executing script at 43100000
    reading uImage
    4752384 bytes read in 245 ms (18.5 MiB/s)
    reading dtb
    24098 bytes read in 244 ms (95.7 KiB/s)
    ## Booting kernel from Legacy Image at 46000000 ...
       Image Name:   Linux-3.19.0-rc5bpi
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    4752320 Bytes = 4.5 MiB
       Load Address: 40008000
       Entry Point: 40008000
       Verifying Checksum ... OK
    ## Flattened Device Tree blob at 49000000
       Booting using the fdt blob at 0x49000000
       Loading Kernel Image ... OK
       Using Device Tree in place at 49000000, end 49008e21
    Starting kernel ...
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Initializing cgroup subsys cpuacct
    [    0.000000] Linux version 3.19.0-rc5bpi (pi@raspberrypi) (gcc version 4.6.3 (Debian 4.6.3-14+rpi1) ) #1 SMP Sun Feb 8 09:58:58 UTC 2015
    [    0.000000] CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=10c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine model: BPI-R1
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: Using PSCI v0.1 Function IDs from DT
    [    0.000000] PERCPU: Embedded 10 pages/cpu @eeee0000 s8448 r8192 d24320 u40960
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 258130
    [    0.000000] Kernel command line: console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rw rootwait panic=10
    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] Memory: 1019484K/1039360K available (5921K kernel code, 578K rwdata, 2412K rodata, 508K init, 281K bss, 19876K reserved, 0K cma-reserved, 261120K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]   vector : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]   fixmap : 0xffc00000 - 0xfff00000   (3072 kB)
    [    0.000000]   vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
    [    0.000000]   lowmem : 0xc0000000 - 0xef800000   ( 760 MB)
    [    0.000000]   pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]   modules : 0xbf000000 - 0xbfe00000   ( 14 MB)
    [    0.000000]      .text : 0xc0208000 - 0xc0a2c6c4   (8338 kB)
    [    0.000000]      .init : 0xc0a2d000 - 0xc0aac000   ( 508 kB)
    [    0.000000]      .data : 0xc0aac000 - 0xc0b3cba0   ( 579 kB)
    [    0.000000]     .bss : 0xc0b3cba0 - 0xc0b832c0   ( 282 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] Hierarchical RCU implementation.
    [    0.000000]         RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
    [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
    [    0.000009] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 2863311519744ns
    [    0.000020] Switching to timer-based delay loop, resolution 41ns
    [    0.000882] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956969942ns
    [    0.001193] sched_clock: 32 bits at 160MHz, resolution 6ns, wraps every 26843545593ns
    [    0.001440] Console: colour dummy device 80x30
    [    0.001857] console [tty1] enabled
    [    0.001889] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
    [    0.001917] pid_max: default: 32768 minimum: 301
    [    0.002040] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.002060] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.002801] Initializing cgroup subsys memory
    [    0.002861] Initializing cgroup subsys devices
    [    0.002883] Initializing cgroup subsys freezer
    [    0.002902] Initializing cgroup subsys net_cls
    [    0.002923] Initializing cgroup subsys blkio
    [    0.002940] Initializing cgroup subsys perf_event
    [    0.002960] Initializing cgroup subsys net_prio
    [    0.003012] CPU: Testing write buffer coherency: ok
    [    0.003348] /cpus/cpu@0 missing clock-frequency property
    [    0.003381] /cpus/cpu@1 missing clock-frequency property
    [    0.003401] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.003612] Setting up static identity map for 0x4079c370 - 0x4079c3c8
    [    0.006890] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [    0.006989] Brought up 2 CPUs
    [    0.007035] SMP: Total of 2 processors activated (96.00 BogoMIPS).
    [    0.007049] CPU: All CPU(s) started in HYP mode.
    [    0.007061] CPU: Virtualization extensions available.
    [    0.007766] devtmpfs: initialized
    [    0.008715] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 4
    [    0.009303] pinctrl core: initialized pinctrl subsystem
    [    0.015586] NET: Registered protocol family 16
    [    0.015999] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.023425] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.023469] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.061738] reg-fixed-voltage ahci-5v: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/ahci_pwr_pin@0, deferring probe
    [    0.061799] platform ahci-5v: Driver reg-fixed-voltage requests probe deferral
    [    0.061842] reg-fixed-voltage usb1-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb1_vbus_pin@0, deferring probe
    [    0.061871] platform usb1-vbus: Driver reg-fixed-voltage requests probe deferral
    [    0.061906] reg-fixed-voltage usb2-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb2_vbus_pin@0, deferring probe
    [    0.061934] platform usb2-vbus: Driver reg-fixed-voltage requests probe deferral
    [    0.062666] reg-fixed-voltage gmac-3v3: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/gmac_power_pin@0, deferring probe
    [    0.062705] platform gmac-3v3: Driver reg-fixed-voltage requests probe deferral
    [    0.063268] SCSI subsystem initialized
    [    0.063910] usbcore: registered new interface driver usbfs
    [    0.063998] usbcore: registered new interface driver hub
    [    0.064089] usbcore: registered new device driver usb
    [    0.064522] pps_core: LinuxPPS API ver. 1 registered
    [    0.064544] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.064597] PTP clock support registered
    [    0.066214] cfg80211: Calling CRDA to update world regulatory domain
    [    0.066498] Switched to clocksource arch_sys_counter
    [    0.066908] FS-Cache: Loaded
    [    0.067245] CacheFiles: Loaded
    [    0.068017] simple-framebuffer 7f700000.framebuffer: framebuffer at 0x7f700000, 0x4f1a00 bytes, mapped to 0xf0800000
    [    0.068057] simple-framebuffer 7f700000.framebuffer: format=x8r8g8b8, mode=1440x900x32, linelength=5760
    [    0.091314] Console: switching to colour frame buffer device 180x56
    [    0.112295] simple-framebuffer 7f700000.framebuffer: fb0: simplefb registered!
    [    0.122131] NET: Registered protocol family 2
    [    0.123060] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.123354] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.123655] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.123934] TCP: reno registered
    [    0.124045] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.124272] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.124747] NET: Registered protocol family 1
    [    0.125300] RPC: Registered named UNIX socket transport module.
    [    0.125491] RPC: Registered udp transport module.
    [    0.125629] RPC: Registered tcp transport module.
    [    0.125767] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.126911] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
    [    0.128568] futex hash table entries: 512 (order: 3, 32768 bytes)
    [    0.138290] VFS: Disk quotas dquot_6.5.2
    [    0.138692] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.140411] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.141798] NFS: Registering the id_resolver key type
    [    0.142027] Key type id_resolver registered
    [    0.142153] Key type id_legacy registered
    [    0.149534] fuse init (API version 7.23)
    [    0.158563] bounce: pool size: 64 pages
    [    0.165414] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
    [    0.172262] io scheduler noop registered
    [    0.179001] io scheduler deadline registered
    [    0.185628] io scheduler cfq registered (default)
    [    0.192753] platform 1c13400.phy: Driver sun4i-usb-phy requests probe deferral
    [    0.201779] sun7i-a20-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
    [    0.208881] xenfs: not registering filesystem on non-xen platform
    [    0.273753] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
    [    0.283580] console [ttyS0] disabled
    [    0.310217] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 42, base_baud = 1500000) is a U6_16550A
    [    1.066797] console [ttyS0] enabled
    [    1.099103] dw-apb-uart 1c29800.serial: Couldn't set LCR to 0
    [    1.112412] dw-apb-uart 1c29800.serial: Couldn't set LCR to 0
    [    1.124754] 1c29800.serial: ttyS6 at MMIO 0x1c29800 (irq = 43, base_baud = 1500000) is a U6_16550A
    [    1.162729] dw-apb-uart 1c29c00.serial: Couldn't set LCR to 0
    [    1.176261] dw-apb-uart 1c29c00.serial: Couldn't set LCR to 0
    [    1.188697] 1c29c00.serial: ttyS7 at MMIO 0x1c29c00 (irq = 44, base_baud = 1500000) is a U6_16550A
    [    1.206620] platform 1c18000.sata: Driver ahci-sunxi requests probe deferral
    [    1.223749] platform 1c50000.ethernet: Driver stmmaceth requests probe deferral
    [    1.238119] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    1.251533] ehci-platform: EHCI generic platform driver
    [    1.263807] platform 1c14000.usb: Driver ehci-platform requests probe deferral
    [    1.278136] platform 1c1c000.usb: Driver ehci-platform requests probe deferral
    [    1.292351] ehci-omap: OMAP-EHCI Host Controller driver
    [    1.304485] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    1.317503] ohci-platform: OHCI generic platform driver
    [    1.329585] platform 1c14400.usb: Driver ohci-platform requests probe deferral
    [    1.343672] platform 1c1c400.usb: Driver ohci-platform requests probe deferral
    [    1.357605] ohci-omap3: OHCI OMAP3 driver
    [    1.368768] mousedev: PS/2 mouse device common for all mice
    [    1.382034] sunxi-rtc 1c20d00.rtc: rtc core: registered rtc-sunxi as rtc0
    [    1.395483] sunxi-rtc 1c20d00.rtc: RTC enabled
    [    1.406566] i2c /dev entries driver
    [    1.418093] axp20x 0-0034: AXP20x variant AXP209 found
    [    1.432911] axp20x 0-0034: AXP20X driver loaded
    [    1.445989] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
    [    1.460973] device-mapper: uevent: version 1.0.3
    [    1.472605] device-mapper: ioctl: 4.29.0-ioctl (2014-10-28) initialised: dm-devel@redhat.com
    [    1.488404] device-mapper: multipath: version 1.7.0 loaded
    [    1.500712] device-mapper: multipath round-robin: version 1.0.0 loaded
    [    1.514020] device-mapper: multipath queue-length: version 0.1.0 loaded
    [    1.527316] device-mapper: multipath service-time: version 0.2.0 loaded
    [    1.540742] Driver 'mmcblk' needs updating - please use bus_type methods
    [    1.554682] sunxi-mmc 1c0f000.mmc: No vqmmc regulator found
    [    1.567293] sunxi-mmc 1c0f000.mmc: Got CD GPIO
    [    1.616742] sunxi-mmc 1c0f000.mmc: base:0xf00b6000 irq:27
    [    1.629345] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.642022] hidraw: raw HID events driver (C) Jiri Kosina
    [    1.654814] usbcore: registered new interface driver usbhid
    [    1.666994] usbhid: USB HID core driver
    [    1.678187] ipip: IPv4 over IPv4 tunneling driver
    [    1.690195] TCP: cubic registered
    [    1.700015] Initializing XFRM netlink socket
    [    1.711540] NET: Registered protocol family 10
    [    1.723767] sit: IPv6 over IPv4 tunneling driver
    [    1.735754] NET: Registered protocol family 17
    [    1.746643] NET: Registered protocol family 15
    [    1.757420] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
    [    1.776675] 8021q: 802.1Q VLAN Support v1.8
    [    1.787449] Key type dns_resolver registered
    [    1.798267] Registering SWP/SWPB emulation handler
    [    1.816997] mmc0: host does not support reading read-only switch, assuming write-enable
    [    1.834016] mmc0: new high speed SDHC card at address 0001
    [    1.846705] mmcblk0: mmc0:0001 SD16G 14.6 GiB
    [    1.859376] mmcblk0: p1 p2
    [    1.876606] ahci-sunxi 1c18000.sata: controller can't do PMP, turning off CAP_PMP
    [    1.890720] ahci-sunxi 1c18000.sata: SSS flag set, parallel bus scan disabled
    [    1.904327] ahci-sunxi 1c18000.sata: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [    1.919718] ahci-sunxi 1c18000.sata: flags: ncq sntf stag pm led clo only pio slum part ccc
    [    1.935625] scsi host0: ahci_platform
    [    1.946006] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port 0x100 irq 31
    [    2.066582] stmmaceth 1c50000.ethernet: no reset control found
    [    2.078949] Ring mode enabled
    [    2.088484] No HW DMA feature register supported
    [    2.093139] Normal descriptors
    [    2.109136] TX Checksum insertion supported
    [    2.124402] libphy: stmmac: probed
    [    2.134193] eth0: PHY ID 001cc915 at 0 IRQ POLL (stmmac-0:00) active
    [    2.147003] eth0: PHY ID 001cc915 at 1 IRQ POLL (stmmac-0:01)
    [    2.159578] ehci-platform 1c14000.usb: EHCI Host Controller
    [    2.171559] ehci-platform 1c14000.usb: new USB bus registered, assigned bus number 1
    [    2.185829] ehci-platform 1c14000.usb: irq 28, io mem 0x01c14000
    [    2.216510] ehci-platform 1c14000.usb: USB 2.0 started, EHCI 1.00
    [    2.229978] hub 1-0:1.0: USB hub found
    [    2.240110] hub 1-0:1.0: 1 port detected
    [    2.251121] ehci-platform 1c1c000.usb: EHCI Host Controller
    [    2.263010] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 2
    [    2.277140] ehci-platform 1c1c000.usb: irq 32, io mem 0x01c1c000
    [    2.306518] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
    [    2.319734] hub 2-0:1.0: USB hub found
    [    2.326544] ata1: SATA link down (SStatus 0 SControl 300)
    [    2.341178] hub 2-0:1.0: 1 port detected
    [    2.352999] ohci-platform 1c14400.usb: Generic Platform OHCI controller
    [    2.365907] ohci-platform 1c14400.usb: new USB bus registered, assigned bus number 3
    [    2.379983] ohci-platform 1c14400.usb: irq 29, io mem 0x01c14400
    [    2.452253] hub 3-0:1.0: USB hub found
    [    2.462321] hub 3-0:1.0: 1 port detected
    [    2.473206] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
    [    2.486100] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 4
    [    2.500208] ohci-platform 1c1c400.usb: irq 33, io mem 0x01c1c400
    [    2.571640] hub 4-0:1.0: USB hub found
    [    2.581668] hub 4-0:1.0: 1 port detected
    [    2.592223] sunxi-rtc 1c20d00.rtc: setting system clock to 2015-02-08 11:20:56 UTC (1423394456)
    [    2.611721] vcc5v0: disabling
    [    2.621106] vcc3v0: disabling
    [    2.631821] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
    [    2.647462] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
    [    2.831401] random: nonblocking pool is initialized
    [    2.974118] EXT4-fs (mmcblk0p2): recovery complete
    [    2.988938] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    3.003266] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    3.016945] devtmpfs: mounted
    [    3.026570] Freeing unused kernel memory: 508K (c0a2d000 - c0aac000)
    [    3.990542] udevd[182]: starting version 175
    [    6.655720] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [    6.954100] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    Raspbian GNU/Linux 7 raspberrypi ttyS0
    raspberrypi login:
    [ 610.242577] reboot: Power down
    回复

    使用道具 举报

    您需要登录后才可以回帖 注册/登录

    本版积分规则

    关闭

    站长推荐上一条 /2 下一条

    手机版|小黑屋|与非网

    GMT+8, 2024-4-27 06:11 , Processed in 0.131246 second(s), 17 queries , MemCache On.

    ICP经营许可证 苏B2-20140176  苏ICP备14012660号-2   苏州灵动帧格网络科技有限公司 版权所有.

    苏公网安备 32059002001037号

    Powered by Discuz! X3.4

    Copyright © 2001-2024, Tencent Cloud.