Jump to content

ozhvankov

Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. good evening colleagues. unfortunately I can not solve the problem with yusb scanning bus 3 for devices ... ERROR: USB-error: DEVICENOTRESPONDING: Device did not respond to token (IN) or did not provide a handshake (OUT) (5) ERROR: USB-error: DEVICENOTRESPONDING: Device did not respond to token (IN) or did not provide a handshake (OUT) (5) unable to get device descriptor (error = -1) 1 USB Device (s) found scanning bus 5 for devices ... 1 USB Device (s) found scanning usb for storage devices ... 0 Storage Device (s) I tried various build scripts different versions of u-boot various fex settings 3.4.113 kernel usb work fine next build (4.13(14)) usb don't work dev build cant boot any help??? thanx
  2. thanx all good - right patch like this --- a/configs/nanopi_m1_plus_defconfig 2017-11-19 21:37:45.569125867 +0300 +++b/configs/nanopi_m1_plus_defconfig 2017-11-19 22:04:59.961912277 +0300 @@ -4,7 +4,7 @@ CONFIG_DRAM_CLK=576 CONFIG_DRAM_ZQ=3881979 CONFIG_DRAM_ODT_EN=y -CONFIG_MMC0_CD_PIN="PH13" +CONFIG_MMC0_CD_PIN="" CONFIG_MMC_SUNXI_SLOT_EXTRA=2 CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-nanopi-m1-plus" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
  3. Hello again! maybe i do something wrong ?! Igor can U give me some simple example what I can to edit ? and how to ? for build image with main line build script but with 2017.09 rewrite files or something smarter ? ))) thanx All my attempts did not have a positive result (((
  4. hmmm sounds interesting must to test right now!
  5. ok start to build image based on u-boot v2017.11 1 or 2 days ago ok be waiting
  6. Hello Igor ! thanx for U post I tested many images for some reson i need this patch - @@ -4,7 +4,7 @@ -CONFIG_MMC0_CD_PIN="PH13" +CONFIG_MMC0_CD_PIN="" but every day I build custom image's with different patches PS thank U for this project - very cool
  7. Hi All! does anyone know how to resolve next error My custom board based on h3 this is oem china's set-top box right now Im used Beelink X2 for build image for some resone i need mainline kernel but if i buld image with mainline or dev I get the scoring result When I build an image with a legacy kernel everything works although there is a usb error but I need a mainline kernel for docker and I upgrade system to mainline kernel and usb stop working tell me where to look or what you can fix ! Thanx
  8. thank U for correct but --- cache/sources/u-boot/v2017.09/configs/nanopi_m1_plus_defconfig 2017-11-19 21:37:45.569125867 +0300 +++ nanopi_m1_plus_defconfig 2017-11-19 22:04:59.961912277 +0300 @@ -4,7 +4,7 @@ CONFIG_DRAM_CLK=576 CONFIG_DRAM_ZQ=3881979 CONFIG_DRAM_ODT_EN=y -CONFIG_MMC0_CD_PIN="PH13" +CONFIG_MMC0_CD_PIN="" CONFIG_MMC_SUNXI_SLOT_EXTRA=2 CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-nanopi-m1-plus" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set [ o.k. ] Started patching process for [ u-boot sunxi-nanopim1plus-next ] [ o.k. ] Looking for user patches in [ userpatches/u-boot/u-boot-sunxi ] [ warn ] * [c] nanopi_m1_plus_defconfig.orig.patch [ failed ] [ warn ] * [c] nanopi_m1_plus_defconfig.patch [ failed ]
  9. good afternoon again and so I did everything as recommended several times (more than 10 attempts) step by step cp cache/sources/u-boot/v2017.09/.config userpatches/u-boot/u-boot-sunxi/.config cp cache/sources/u-boot/v2017.09/u-boot.cfg userpatches/u-boot/u-boot-sunxi/u-boot.cfg copy to different places too nano (vi) userpatches/u-boot/u-boot-sunxi/.config and remove PF6 from next string nano (vi) cache/sources/u-boot/v2017.09/u-boot.cfg and remove PF6 from next string CONFIG_MMC0_CD_PIN="PF6" > CONFIG_MMC0_CD_PIN="" then need to make patch (diff -u) actualy I'm used diff -Naur diff -Naur cache/sources/u-boot/v2017.09/.config userpatches/u-boot/u-boot-sunxi/.config > .config.patch diff -Naur cache/sources/u-boot/v2017.09/u-boot.cfg userpatches/u-boot/u-boot-sunxi/u-boot.cfg > u-boot-cfg.patch ok .config.patch and u-boot-cfg.patch --- cache/sources/u-boot/v2017.09/.config 2017-11-19 20:19:49.108251112 +0300 +++ userpatches/u-boot/u-boot-sunxi/.config 2017-11-19 20:29:33.164122999 +0300 @@ -184,7 +184,7 @@ # CONFIG_UART0_PORT_F is not set CONFIG_OLD_SUNXI_KERNEL_COMPAT=y CONFIG_MACPWR="" -CONFIG_MMC0_CD_PIN="PF6" +CONFIG_MMC0_CD_PIN="" CONFIG_MMC1_CD_PIN="" CONFIG_MMC2_CD_PIN="" CONFIG_MMC3_CD_PIN="" --- cache/sources/u-boot/v2017.09/u-boot.cfg 2017-11-19 20:19:50.268831070 +0300 +++ userpatches/u-boot/u-boot-sunxi/u-boot.cfg 2017-11-19 20:29:44.505791000 +0300 @@ -5,7 +5,7 @@ #define CONFIG_SYS_CLK_FREQ 1008000000 #define CONFIG_SUNXI_GEN_SUN6I 1 #define CONFIG_CMD_ITEST 1 -#define CONFIG_MMC0_CD_PIN "PF6" +#define CONFIG_MMC0_CD_PIN "" #define CONFIG_BOOTM_VXWORKS 1 #define CONFIG_MACH_SUN8I_H3 1 #define CONFIG_MMC_SUNXI_SLOT 0 and finaly ./compile.sh chose any board like nano pi ... banana pi ... but then start to compile logs [ o.k. ] Started patching process for [ u-boot sunxi-nanopim1-next ] [ o.k. ] Looking for user patches in [ userpatches/u-boot/u-boot-sunxi ] [ warn ] * [c] .config.patch [ failed ] ... [ o.k. ] * [l][c] sun8i-set-machid.patch [ o.k. ] * [l][c] sunxi-boot-splash.patch [ warn ] * [c] u-boot-cfg.patch [ failed ] what am I doing wrong ??? thanx
  10. Hi! does anyone know how to disable a card detection switch check function in the u-boot My custom board based on (nano pi m1+) contains a 8-pin SD-card connector and does not have a PIN for card validation my sd-card connector is : thanx for any info's
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines