Jump to content

eternalWalker

Members
  • Posts

    42
  • Joined

  • Last visited

Reputation Activity

  1. Like
    eternalWalker got a reaction from MickMake in The mmBoard   
    @MickMake, ...little question; ...Price?
  2. Like
    eternalWalker got a reaction from Wolf2000 in Banana Pi R2   
    @tkaiser
     
    Can it be that you are really allergic to bananas? Imagine that quite a lot of people eat the bananas - even the light brown 
     
    Gruß
  3. Like
    eternalWalker got a reaction from JTI in Boot from eMMC with blank SD in slot (BPI-M3)   
    I got it!
    After boot from eMMC i plug SD and ... voila!   Effect as in "Android"
    
    
    
    
    
     
    root@BananaPiM3:~ # dmesg | tail
    [  155.365740] mmc1: new high speed SDHC card at address 59b4
    [  155.372439] mmcblk1: mmc1:59b4 USD00 29.5 GiB
    [  155.378893]  mmcblk1: p1 p2
    [  155.382764] *******************sd init ok*******************  
     
    root@BananaPiM3:~ # cat /proc/partitions
    major minor  #blocks  name
     179        0    7634944 mmcblk0
     179        1     262144 mmcblk0p1
     179        2    7270400 mmcblk0p2
     179       32       4096 mmcblk0boot1
     179       16       4096 mmcblk0boot0
     179       48   30981120 mmcblk1
     179       49      51200 mmcblk1p1
     179       50   30827520 mmcblk1p2
     
     
     
     
     
     
     // Clone BPI-M3-bsp //
    Edit the file sys_config.fex /BPI-M3-bsp/sunxi-pack/chips/sun8iw6p1/configs/BPI_M3_1080P/sys_config.fex   I use HDMI-1080P, for other Resolution or Video Output must chage the path /BPI_M3_1080P/
     
    Edit sys_config.fex:  aud look for [mmc0_para]
     
     
     
    . . . . . ... ;-------------------------------------------------------------------------------- ;   SDMMC PINS MAPPING                                                          | ; ------------------------------------------------------------------------------| ;   Config Guide                                                                | ;   sdc_used: 1-enable card, 0-disable card                                     | ;   sdc_detmode: card detect mode                                               | ;                1-detect card by gpio polling                                  | ;                2-detect card by gpio irq(must use IO with irq function)       | ;                3-no detect, always in for boot card                           | ;                4-manually insert and remove by /proc/driver/sunxi-mmc.x/insert| ;   sdc_buswidth: card bus width, 1-1bit, 4-4bit, 8-8bit                        | ;   sdc_use_wp: 1-with write protect IO, 0-no write protect IO                  | ;   sdc_isio: for sdio card                                                     | ;   sdc_regulator: power control.if card supports UHS-I/DDR and HS200 timing for| ;                  SD3.0 or eMMC4.5, regulator must be configured. the value is | ;                  the ldo name of AXP221, eg: sdc_regulator = "axp22_eldo2"    | ;   other: GPIO Mapping configuration                                           | ; ------------------------------------------------------------------------------| ;   Note:                                                                       | ;   1 if detmode=2, sdc_det's config=6                                          | ;     else if detmode=1, sdc_det's config=0                                     | ;     else sdc_det IO is not necessary                                          | ;   2 if the customer wants to support UHS-I and HS200 features, he must provide| ;     an independent power supply for the card. This is only used in platforms  | ;     that supports SD3.0 cards and eMMC4.4+ flashes                            | ;-------------------------------------------------------------------------------- [mmc0_para] sdc_used          = 1 sdc_detmode       = 3 sdc_buswidth      = 4 sdc_clk           = port:PF02<2><1><2><default> sdc_cmd           = port:PF03<2><1><2><default> sdc_d0            = port:PF01<2><1><2><default> sdc_d1            = port:PF00<2><1><2><default> sdc_d2            = port:PF05<2><1><2><default> sdc_d3            = port:PF04<2><1><2><Default> sdc_det           = port:PF06<0><1><2><default> sdc_use_wp        = 0 sdc_wp            = sdc_isio          = 0 sdc_regulator     = "none" sdc_power_supply  = "vcc-card" And the most important!   Change sdc_detmode from 3 to 1
     
     
    After compile (BPI-M3-bsp)  boot from SD Card, flash eMMC with the  5 files ,
     
    export card=/dev/mmcblk1
     
    dd if=boot0_sdcard.fex of=${card} bs=1k seek=8
    dd if=u-boot.fex of=${card} bs=1k seek=19096
    dd if=sunxi_mbr.fex of=${card} bs=1k seek=20480
    dd if=boot-resource.fex of=${card} bs=1k seek=36864
    dd if=env.fex of=${card} bs=1k seek=69632
    dd if=boot.fex of=${card} bs=1k seek=86016
     
    Shutdown -h now, SD card out, boot fom eMMC, plug the SD inside and.....   Problem solved!  
     
    Great
    eW
     
     
  4. Like
    eternalWalker got a reaction from wildcat_paris in [NanoPi M3] Cheap 8 core (35$)   
    I think I order the NanoPi M3 . I found a lot of interesting properties . Actually , GPIO is compatible with all other boards (40pin banana, raspi, orange...) . But , there is something interesting to read : http://wiki.friendlyarm.com/wiki/images/8/8b/SEC_S5P6818X_Users_Manual_preliminary_Ver_0.00.pdf
    SPDIF - TX and RX, LVDS, HDMI and MIPI, ADC (!) & more.... and, and, and...
     
    And 45 bucks (with shipping) are 40 Yuros   That I can still afford ( for fun )  
    The T3 would be better, but it costs more than twice M3
     
    And ... this is completely different than the 'banana' or 'orange' (at least for me)   Great
    eternal
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines