07/29/19 [meta-elphel393][warrior] by Oleg Dzhimiev: minor, newline at eof
Oleg Dzhimiev committed changes to the Elphel git project :
minor, newline at eof
minor, newline at eof
07/29/19 [meta-elphel393][warrior] by Oleg Dzhimiev: config was not instaslled in a proper place
Oleg Dzhimiev committed changes to the Elphel git project :
config was not instaslled in a proper place
config was not instaslled in a proper place
07/29/19 [meta-elphel393][warrior] by Oleg Dzhimiev: updated package names
Oleg Dzhimiev committed changes to the Elphel git project :
updated package names
updated package names
07/29/19 [linux-elphel][warrior] by Oleg Dzhimiev: Kernel was not adding value from .scc (from .cfg) because it didn't like 'tristate' didn't have a description string
Oleg Dzhimiev committed changes to the Elphel git project :
Kernel was not adding value from .scc (from .cfg) because it didn't like 'tristate' didn't have a description string
Kernel was not adding value from .scc (from .cfg) because it didn't like 'tristate' didn't have a description string
07/29/19 [linux-elphel][warrior] by Oleg Dzhimiev: prevent exit if nand_manufacturer_init returns error because it failed to get ECC info and says it does not support it. Have a look later
Oleg Dzhimiev committed changes to the Elphel git project :
prevent exit if nand_manufacturer_init returns error because it failed to get ECC info and says it does not support it. Have a look later
prevent exit if nand_manufacturer_init returns error because it failed to get ECC info and says it does not support it. Have a look later
07/29/19 [linux-elphel][warrior] by Oleg Dzhimiev: comments
Oleg Dzhimiev committed changes to the Elphel git project :
comments
comments
Poky migration from rocko to warrior
← Older revision
Revision as of 18:18, 26 July 2019
(8 intermediate revisions by the same user not shown)Line 1:
Line 1:
−==Note 1==+==<font color='green'>'''[SOLVED]'''</font> Note 1==
* /dev/xdevfg got obsolete - there's fpga manager instead which cannot load *.bit (only *.bin or *.bit.bin) * /dev/xdevfg got obsolete - there's fpga manager instead which cannot load *.bit (only *.bin or *.bit.bin)
* '''Solution:''' * '''Solution:'''
− Brought back the old driver (drivers/char/xilinx_devcfg.c)- it works+ Brought back the old driver (drivers/char/xilinx_devcfg.c and edited Kconfig and Makefile)- it works as it used to
−==Note 2==+==<font color='green'>'''[SOLVED]'''</font> Note 2==
−* php 5.6.40 - EOL and won't build+* php 5.6.40 - EOL and won't build - mysql supposedly moved header files.
* '''Solution:''' * '''Solution:'''
Disabled mysql extension: Disabled mysql extension:
Line 11:
Line 11:
PACKAGECONFIG[mysql] = "--without-mysql --without-mysqli --without-pdo-mysql" PACKAGECONFIG[mysql] = "--without-mysql --without-mysqli --without-pdo-mysql"
CFLAGS += " -ldl" CFLAGS += " -ldl"
+
+==<font color='green'>'''[SOLVED]'''</font> Note 3==
+* New package '''rng-tools''' is whining: ''Failed to init entropy source hwrng''
+* '''Solution:'''
+ Leave as is for now. The full log is:
+ <font size='1'>''Initalizing available sources
+ Failed to init entropy source hwrng
+ Enabling JITTER rng support
+ Initalizing entropy source jitter''</font>
+* Comments:
+** Haven't found if Xilinx uses any driver for /dev/hwrng
+** TODO: Find out if the order of entropy sources can be changed
+
+==<font color='green'>'''-'''</font> Note 4==
+* php, what's that?
+ <font size='1'>[ 35.872118] BUG: unsupported FP instruction in kernel mode
+ [ 35.877621] Internal error: Oops - BUG: 0 [#1] PREEMPT SMP ARM
+ [ 35.883380] Modules linked in:
+ [ 35.886498] CPU: 1 PID: 1756 Comm: php Not tainted 4.14.0-xilinx-v2018.3 #1
+ [ 35.893459] Hardware name: Xilinx Zynq Platform
+ [ 35.897989] task: ee83f280 task.stack: ef1d6000
+ [ 35.902527] PC is at vfp_reload_hw+0x30/0x44
+ [ 35.906802] LR is at __und_usr_fault_32+0x0/0x8
+ [ 35.911338] pc : [<c0102e10>] lr : [<c010c280>] psr: a0000013
+ [ 35.917529] sp : ef1d7fb0 ip : 00000051 fp : 00000001
+ [ 35.922813] r10: ef1d61f8 r9 : c010c308 r8 : ee9893c0
+ [ 35.928040] r7 : 00000001 r6 : 00400100 r5 : c0138d08 r4 : ecd600f8
+ [ 35.934569] r3 : c0c6c064 r2 : b67bde8c r1 : ecd9a224 r0 : eeb00a40
+ [ 35.941098] Flags: NzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment none
+ [ 35.948241] Control: 18c5387d Table: 2cda404a DAC: 00000051
+ [ 35.953993] Process php (pid: 1756, stack limit = 0xef1d6210)
+ [ 35.959740] Stack: (0xef1d7fb0 to 0xef1d8000)
+ [ 35.964020] 7fa0: a5f43f50 a5f43e18 00000080 00000000
+ [ 35.972269] 7fc0: 00000000 a5f43f4c b687b338 000000ae 00000000 bedcdfe4 00000001 a5f43ffc
+ [ 35.980385] 7fe0: a5f43f50 a5f43d7c b676cf78 b67bde8c 60000010 ffffffff 00000000 00000000
+ [ 35.988626] Code: 128aa080 e89a0162 e3110102 0a000003 (eee96a10)
+ [ 35.994724] ---[ end trace 06029778db6d2d90 ]---
+ [ 35.999422] note: php[1756] exited with preempt_count 2</font>
+
+==<font color='green'>'''-'''</font> Note 5==
+* MAC is not read from NAND, displays the default: 00:0e:64:10:00:00
+* Problem?
+ [ 3.639851] elphel393-init: Flash page read, code -95
+* Comments:
+** Lookup what had changed.
+
+==<font color='green'>'''-'''</font> Note 6==
+ [ 5.817352] udevd[1478]: starting version 3.2.7
+ [ 5.918028] udevd[1478]: specified group 'kvm' unknown
+ [ 5.986364] udevd[1479]: starting eudev-3.2.7
+ [ 6.142897] udevd[1479]: specified group 'kvm' unknown
Oleg
Poky migration from rocko to warrior
Created page with "==Note 1== * /dev/xdevfg got obsolete - there's fpga manager instead which cannot load *.bit (only *.bin or *.bit.bin) * '''Solution:''' Brought back the old driver (drivers/..."
New page
==Note 1==* /dev/xdevfg got obsolete - there's fpga manager instead which cannot load *.bit (only *.bin or *.bit.bin)
* '''Solution:'''
Brought back the old driver (drivers/char/xilinx_devcfg.c)- it works
==Note 2==
* php 5.6.40 - EOL and won't build
* '''Solution:'''
Disabled mysql extension:
To meta-elphel393/recipes-devtools/php/php_5.6.%.bbappend:
PACKAGECONFIG[mysql] = "--without-mysql --without-mysqli --without-pdo-mysql"
CFLAGS += " -ldl" Oleg
07/26/19 [linux-elphel][thud] by Oleg Dzhimiev: bring back xdevcfg
Oleg Dzhimiev committed changes to the Elphel git project :
bring back xdevcfg
bring back xdevcfg
07/25/19 [elphel-apps-php-extension][thud] by Oleg Dzhimiev: fixed formatting in debug printing
Oleg Dzhimiev committed changes to the Elphel git project :
fixed formatting in debug printing
fixed formatting in debug printing
07/25/19 [meta-elphel393][warrior] by Oleg Dzhimiev: 1. disabled mysql, mysqli and pdo-mysql 2. + '-ldl' to CFLAGS
Oleg Dzhimiev committed changes to the Elphel git project :
1. disabled mysql, mysqli and pdo-mysql 2. + '-ldl' to CFLAGS
1. disabled mysql, mysqli and pdo-mysql 2. + '-ldl' to CFLAGS
07/25/19 [meta-elphel393][warrior] by Oleg Dzhimiev: introduced back and bumped the version ti 1.3.3
Oleg Dzhimiev committed changes to the Elphel git project :
introduced back and bumped the version ti 1.3.3
introduced back and bumped the version ti 1.3.3
07/25/19 [meta-elphel393][warrior] by Oleg Dzhimiev: bumped uboot preferred version
Oleg Dzhimiev committed changes to the Elphel git project :
bumped uboot preferred version
bumped uboot preferred version
07/25/19 [meta-elphel393][warrior] by Oleg Dzhimiev: proper printf(...)
Oleg Dzhimiev committed changes to the Elphel git project :
proper printf(...)
proper printf(...)
07/25/19 [linux-elphel][thud] by Oleg Dzhimiev: uaccess.h
Oleg Dzhimiev committed changes to the Elphel git project :
uaccess.h
uaccess.h
07/25/19 [linux-elphel][thud] by Oleg Dzhimiev: uaccess.h
Oleg Dzhimiev committed changes to the Elphel git project :
uaccess.h
uaccess.h
07/25/19 [linux-elphel][thud] by Oleg Dzhimiev: merged with rocko
Oleg Dzhimiev committed changes to the Elphel git project :
merged with rocko
merged with rocko
07/25/19 [linux-elphel][thud] by Oleg Dzhimiev: took from rocko
Oleg Dzhimiev committed changes to the Elphel git project :
took from rocko
took from rocko
07/25/19 [linux-elphel][thud] by Oleg Dzhimiev: took files from rocko
Oleg Dzhimiev committed changes to the Elphel git project :
took files from rocko
took files from rocko
07/23/19 [imagej-elphel][gpu] by AndreyFilippov: fixed 2d correlation for negative values
AndreyFilippov committed changes to the Elphel git project :
fixed 2d correlation for negative values
fixed 2d correlation for negative values
Pages
