Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


  • 0

HCL stuck in U-Boot after update


Question

Posted

I initiated an update of the HCL via the App a few days ago. After that the contact was lost.
I have tried all recovery options I have found with no luck.

I opened up the HCL and discovered the AM3354 module inside.
I then found the console port (3pins: 0V, Rx and Tx. 3.3V level signals) and see that it is stuck in U-Boot:

U-Boot 2011.09-00010-g16f5006-dirty (Dec 18 2013 - 20:28:15)

I2C:   ready

DRAM:  128 MiB
WARNING: Caches not enabled
No daughter card present
Did not find a recognized configuration, assuming General purpose EVM in Profile 0 with Daughter board
NAND:  HW ECC Hamming Code selected
256 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
NAND read from offset c0000 failed -74
*** Warning - readenv() failed, using default environment

Net:   cpsw
Hit any key to stop autoboot:  0
U-Boot# help
U-Boot# printenv
U-Boot#

 

It stops in U-Boot as there are some memory failure, but it does not respond to any known command.

It reboots every 8th minute.

 

The LEDs are flashing as in recovery mode, but HCL is not visible on the net and and it does do not respond on 192.168.81.1 when PC is connected directly.

I find that a bit strange. Is U-Boot really holding the recovery web server?

 

If command interface had worked, it could maybe be possible to restore the on board flash using TFTP.

Recommended Posts

  • 0
Posted
On 3/2/2021 at 1:53 AM, raymonvdm said:

 

I`m trying to recover  a HCL with this procedure and i have had some success 

 

- First soldered the bridges need

- Then booted into programmer mode by connecting the left side of R9 to the metal of the RJ45 plug

- File Transfer Xmodem Send hcl_u-boot_spl_2011.09.00000
- File Transfer Ymodem Send hcl_u-boot_2011.09.00000_bootdelay.bin

- Push the button to boot into recovery mode

- Send the above files again
- The unit got an ip from my DHCP server and i could reach the recovery portal
- Then recovered using a file 

Please login or register to see this link.

- And again using 

Please login or register to see this link.

0/patch.tar.gz

- Then again booted the recovery portal and performed a Recover System and need to send the X/Y transfers again

- Then logged in to the system and update to 4600

- But when rebooting in need to sens X/Y transfers again

 

It looks like i`m havind a working system, but it is not booting when applying power, in need to go to programmer mode and send the files for it to boot. 

 

Which step did i mis to repair the system so it wil boot normally, it is possible that a dead battery on the board is giving al these issues?

 

 

 

 
 

 

I have the same trouble... Can anyone help with this?

  • 0
Posted

Hello, 

 

my HCL is also dead. It just flashing light until forever. No boot into normal or recovery boot. 

I ordered a PT232 Uart USB device, but did anyone successfully fixed there HCL by flashing the files? 

  • 0
Posted

My PT232 worked fine.
I was able to flash the custom recovery to the HCL. But now, where everything seems to be ok on the system I have the same problem, that it only starts correct when I flash the "boot_spl" and than the "bootdelay.bin" file.
When the system starts normally only the leds are flashing..

  • 0
Posted

Did anyone found a solution? I could do everything and my system is running well, but if I power down and the on, I need to do all again to start. Didn't find answer for that. @jack.daniels can you help please?

 

Thank you!

  • 0
Posted
On 7/24/2020 at 8:40 AM, jack.daniels said:

Hi, I have managed to recover my HCL using the debug port.

Patching the R9 left side to GND the board started in UART boot.

I have reflashed system and recovery kernels from uart u-boot (using tera term app) . And managed to boot the system.

It was not easy, because HCL has some kind of WatchDog timer, witch restarts the board every few minutes. Its designed to reset system on unsuccessfull boot. When linux is running the timer cleared by the script:

Please login or register to see this code.

But I had no luck to perform it using u-boot gpio commands (as far as I understand, it should be gpio set 2 24)

 

Attaching the files for you: spl, u-boot and tera term macro for boot the board.

 

The original u-boot image was patched to add 10 seconds bootdelay (ignoring env value)

Unfortunately, I dod not manage to find the UBI enabled u-boot image to be able to install Custom Recovery rootfs with UART.

Stock recovey has console login disabled, so can only watch the linux log.

Please login or register to see this attachment.

Please login or register to see this attachment.

Please login or register to see this attachment.

Hi, I'm at u-boot. I need to reflash recovery because it is corrupt on nand. Can you please tell me how to do that on u-boot? I don't know the commands and do you have the original recovery kernel? I can't fing it anywhere. Thank you!

  • 0
Posted

Hello,

Do you have original firmware file "C0A85101.img" could you please  share?

  • 0
Posted
On 7/24/2020 at 4:40 AM, jack.daniels said:

Hi, I have managed to recover my HCL using the debug port.

Patching the R9 left side to GND the board started in UART boot.

I have reflashed system and recovery kernels from uart u-boot (using tera term app) . And managed to boot the system.

It was not easy, because HCL has some kind of WatchDog timer, witch restarts the board every few minutes. Its designed to reset system on unsuccessfull boot. When linux is running the timer cleared by the script:

Please login or register to see this code.

But I had no luck to perform it using u-boot gpio commands (as far as I understand, it should be gpio set 2 24)

 

Attaching the files for you: spl, u-boot and tera term macro for boot the board.

 

The original u-boot image was patched to add 10 seconds bootdelay (ignoring env value)

Unfortunately, I dod not manage to find the UBI enabled u-boot image to be able to install Custom Recovery rootfs with UART.

Stock recovey has console login disabled, so can only watch the linux log.

Please login or register to see this attachment.

Please login or register to see this attachment.

Please login or register to see this attachment.

I follow the steps , but whenever i send u-boot file it got stuck on 52%. I tried many times and always stuck at 52%. any ideas? 

Please login or register to see this attachment.

  • 0
Posted

Hi,

 

Any update ? I see exactly the same issue: "NAND read from offset c0000 failed -74". Is there any solution to fix it definitely ?

@jack.daniels did you succeed ?

 

  • 0
Posted

same here,

 

Backup battery is dead/ empty, HCL whon't boot (no recovery mode available.

followed the procedure deschibed here:

made the two jumers between 1-6 and 3-4, solderd my 3,3v serial usb adapter and during power on made the left side of R9 grounded with a wire to the RJ45 connector. (115200)

the Uboot showed CCCCCCCCCC

then the twoo files send to the HCL and all looked fine when the count down for the reboot showed up.

 

after reboot there is finaly a web page (it wasnt there before) on 192.168.81.1 but i cant log in (admin: admin dosnt work)

also during a reboot all is lost.

 

is there a way to fix this 

Please login or register to see this attachment.

( is the nand rom defect and  is it replaceable? )

U-Boot SPL 2011.09-00000-g5047515 (Feb 10 2016 - 16:23:40)
Build: 1.1.0_11_5047515
Texas Instruments Revision detection unimplemented
CCCCCCCxyzModem - CRC mode, 1(SOH)/221(STX)/0(CAN) packets, 8 retries
Loaded 225576 bytes


U-Boot 2011.09-00000-g5047515 (Feb 10 2016 - 16:23:40)
Build: 1.1.0_11_5047515

I2C:   ready
DRAM:  128 MiB
WARNING: Caches not enabled
No daughter card present
Did not find a recognized configuration, assuming General purpose EVM in Profile 0 with Daughter board
NAND:  HW ECC BCH8 Selected
256 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - bad CRC, using default environment

Net:   cpsw
Hit any key to stop autoboot:  0
Booting main system ...
HW ECC BCH8 Selected

Loading from nand0, offset 0x2c0000
   Image Name:   Linux-3.2.0-PSP-04.06.09
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2133472 Bytes = 2 MiB
   Load Address: 80008000
   Entry Point:  80008000

ECC: Bitflips detected. (Page:1453 Sector:1 Bitflips:1)

ECC: Bitflips detected. (Page:1490 Sector:0 Bitflips:1)

ECC: Bitflips detected. (Page:1517 Sector:1 Bitflips:1)

ECC: Bitflips detected. (Page:1770 Sector:0 Bitflips:1)

ECC: Bitflips detected. (Page:1813 Sector:1 Bitflips:1)

ECC: Bitflips detected. (Page:1838 Sector:0 Bitflips:1)

ECC: Bitflips detected. (Page:1865 Sector:0 Bitflips:1)

ECC: Bitflips detected. (Page:1949 Sector:2 Bitflips:1)

ECC: Bitflips detected. (Page:2029 Sector:0 Bitflips:1)

ECC: Bitflips detected. (Page:2049 Sector:0 Bitflips:1)

ECC: Bitflips detected. (Page:2194 Sector:1 Bitflips:1)

ECC: Bitflips detected. (Page:2208 Sector:1 Bitflips:1)

ECC: Bitflips detected. (Page:2269 Sector:1 Bitflips:1)

ECC: Bitflips detected. (Page:2389 Sector:3 Bitflips:1)

ECC: Bitflips detected. (Page:2425 Sector:2 Bitflips:1)
## Booting kernel from Legacy Image at 80007fc0 ...
   Image Name:   Linux-3.2.0-PSP-04.06.09
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2133472 Bytes = 2 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   XIP Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Linux version 3.2.0-PSP-04.06.09 (root@bamboo-remote-server-12) (gcc version 5.2.0 (Buildroot 2015.11-git-gb6e3c6f) ) #1 Mon Jun 17 08:41:53 CEST 2019
[    0.000000] AM335X ES1.0 (sgx neon )
[    0.000000] Kernel command line: console=ttyO0,115200n8 ubi.mtd=7,2048 root=/dev/mtdblock10 noinitrd rootfstype=squashfs rootwait ro
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Memory: 128MB = 128MB total
[    0.000000] Memory: 125420k/125420k available, 5652k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xff000000   ( 872 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc03d1000   (3876 kB)
[    0.000000]       .init : 0xc03d1000 - 0xc0400000   ( 188 kB)
[    0.000000]       .data : 0xc0400000 - 0xc0444380   ( 273 kB)
[    0.000000]        .bss : 0xc04443a4 - 0xc0461024   ( 116 kB)
[    0.000000] NR_IRQS:396 nr_irqs:396 396
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[    0.000000] Total of 128 interrupts on 1 active controller
[    0.000000] OMAP clockevent source: GPTIMER2 at 24000000 Hz
[    0.000000] OMAP clocksource: GPTIMER1 at 32768 Hz
[    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
[    0.000000] Console: colour dummy device 80x30
[    0.000183] Calibrating delay loop... 498.89 BogoMIPS (lpj=2494464)
[    0.058563] pid_max: default: 32768 minimum: 301
[    0.058715] Security Framework initialized
[    0.058807] Mount-cache hash table entries: 512
[    0.059265] CPU: Testing write buffer coherency: ok
[    0.060211] devtmpfs: initialized
[    0.081634] omap_hwmod: pruss: failed to hardreset
[    0.083099] print_constraints: dummy:
[    0.083557] NET: Registered protocol family 16
[    0.086517] OMAP GPIO hardware version 0.1
[    0.089935] omap_mux_init: Add partition: #1: core, flags: 0
[    0.092681]  omap_i2c.1: alias fck already exists
[    0.093902]  omap2_mcspi.1: alias fck already exists
[    0.094207]  omap2_mcspi.2: alias fck already exists
[    0.094573]  edma.0: alias fck already exists
[    0.094604]  edma.0: alias fck already exists
[    0.094635]  edma.0: alias fck already exists
[    0.116302] bio: create slab <bio-0> at 0
[    0.119049] SCSI subsystem initialized
[    0.121246] usbcore: registered new interface driver usbfs
[    0.121673] usbcore: registered new interface driver hub
[    0.121948] usbcore: registered new device driver usb
[    0.122344] registerd cppi-dma Intr @ IRQ 17
[    0.122375] Cppi41 Init Done Qmgr-base(c887a000) dma-base(c8878000)
[    0.122375] Cppi41 Init Done
[    0.122406] musb-ti81xx musb-ti81xx: musb0, board_mode=0x13, plat_mode=0x3
[    0.122802] musb-ti81xx musb-ti81xx: musb1, board_mode=0x13, plat_mode=0x1
[    0.138610] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz
[    0.140563] tps65910 1-002d: could not be detected
[    0.142456] Switching to clocksource gp timer
[    0.168457] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[    0.168670] musb-hdrc musb-hdrc.0: dma type: dma-cppi41
[    0.169097] MUSB0 controller's USBSS revision = 4ea20800
[    0.170318] musb-hdrc musb-hdrc.0: USB OTG mode controller at c883c000 using DMA, IRQ 18
[    0.170532] musb-hdrc musb-hdrc.1: dma type: dma-cppi41
[    0.170928] MUSB1 controller's USBSS revision = 4ea20800
[    0.171478] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[    0.171630] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
[    0.171844] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.171875] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.171905] usb usb1: Product: MUSB HDRC host driver
[    0.171905] usb usb1: Manufacturer: Linux 3.2.0-PSP-04.06.09 musb-hcd
[    0.171936] usb usb1: SerialNumber: musb-hdrc.1
[    0.173309] hub 1-0:1.0: USB hub found
[    0.173370] hub 1-0:1.0: 1 port detected
[    0.174346] musb-hdrc musb-hdrc.1: USB Host mode controller at c883e800 using DMA, IRQ 19
[    0.174896] NET: Registered protocol family 2
[    0.175140] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.175537] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.175659] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.175750] TCP: Hash tables configured (established 4096 bind 4096)
[    0.175781] TCP reno registered
[    0.175781] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.175811] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.176116] NET: Registered protocol family 1
[    0.176422] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.176971] cpuidle-am33xx cpuidle-am33xx.0: failed to register driver
[    0.186065] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.186096] Registering unionfs 2.5.11 (for 3.2.2)
[    0.186981] msgmni has been set to 244
[    0.191284] alg: No test for stdrng (krng)
[    0.191375] io scheduler noop registered
[    0.191406] io scheduler deadline registered
[    0.191497] io scheduler cfq registered (default)
[    0.192779] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
[    0.708129] console [ttyO0] enabled
[    0.712768] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
[    0.720855] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
[    0.728820] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3
[    0.736816] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
[    0.744812] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5
[    0.766937] brd: module loaded
[    0.777496] loop: module loaded
[    0.780883] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[    0.788269] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[    0.795593] `````````````````````````````````````
[    0.800537] `````````````````````````````````````
[    0.805450] ###`###```####```###````#````````````
[    0.810394] `#```#```#```#````#`````````#````````
[    0.815338] `#```#``#`````````#````##``###```##``
[    0.820251] `#####``#`````````#`````#```#```#``#`
[    0.825195] `#```#``#`````````#`````#```#```####`
[    0.830108] `#```#```#```#````#``#``#```#```#````
[    0.835052] ###`###```###````#####`###```##``###`
[    0.839996] `````````````````````````````````````
[    0.844909] `````````````````````````````````````
[    0.849853] ````by Fibar Group sp. z o.o.````````
[    0.854797] `````````````````````````````````````
[    0.859710] The board is a HCLite.
[    0.865081] tps65217 1-0024: TPS65217 ID 0xf version 1.2
[    0.873046] print_constraints: DCDC1: 900 <--> 1800 mV at 1800 mV
[    0.881896] print_constraints: DCDC2: 900 <--> 3300 mV at 1100 mV
[    0.890747] print_constraints: DCDC3: 900 <--> 1500 mV at 1100 mV
[    0.899566] print_constraints: LDO1: 1000 <--> 3300 mV at 1800 mV
[    0.908416] print_constraints: LDO2: 900 <--> 3300 mV at 3300 mV
[    0.917144] print_constraints: LDO3: 1800 <--> 3300 mV at 3300 mV
[    0.925994] print_constraints: LDO4: 1800 <--> 3300 mV at 3300 mV
[    0.934600] omap-gpmc omap-gpmc: GPMC revision 6.0
[    0.939605] Registering NAND on CS0
[    0.944335]  omap_i2c.3: alias fck already exists
[    0.963104] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 100 kHz
[    0.971618] hp_sw: device handler registered
[    0.976165] st: Version 20101219, fixed bufsize 32768, s/g segs 256
[    0.985412] mtdoops: mtd device (mtddev=name/number) must be supplied
[    0.992645] omap2-nand driver initializing
[    0.997344] ONFI flash detected
[    1.000762] ONFI param page 0 valid
[    1.004425] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08ABAEAH4)
[    1.013153] Creating 8 MTD partitions on "omap2-nand.0":
[    1.018737] 0x000000000000-0x000000020000 : "spl_1"
[    1.026000] 0x000000020000-0x000000040000 : "spl_2"
[    1.032989] 0x000000040000-0x000000060000 : "spl_3"
[    1.040008] 0x000000060000-0x000000080000 : "spl_4"
[    1.047241] 0x000000080000-0x0000000c0000 : "u-boot"
[    1.054473] 0x0000000c0000-0x0000002c0000 : "recovery_kernel"
[    1.063232] 0x0000002c0000-0x0000007c0000 : "system_kernel"
[    1.073181] 0x0000007c0000-0x000010000000 : "ubi0"
[    1.185638] UBI: attaching mtd7 to ubi0
[    1.189666] UBI: physical eraseblock size:   131072 bytes (128 KiB)
[    1.196258] UBI: logical eraseblock size:    126976 bytes
[    1.201873] UBI: smallest flash I/O unit:    2048
[    1.206817] UBI: VID header offset:          2048 (aligned 2048)
[    1.213104] UBI: data offset:                4096
[    3.381072] UBI: max. sequence number:       397052
[    3.405609] UBI: attached mtd7 to ubi0
[    3.409545] UBI: MTD device name:            "ubi0"
[    3.414672] UBI: MTD device size:            248 MiB
[    3.419860] UBI: number of good PEBs:        1986
[    3.424804] UBI: number of bad PEBs:         0
[    3.429443] UBI: number of corrupted PEBs:   0
[    3.434082] UBI: max. allowed volumes:       128
[    3.438903] UBI: wear-leveling threshold:    4096
[    3.443847] UBI: number of internal volumes: 1
[    3.448486] UBI: number of user volumes:     5
[    3.453125] UBI: available PEBs:             0
[    3.457763] UBI: total number of reserved PEBs: 1986
[    3.462951] UBI: number of PEBs reserved for bad PEB handling: 19
[    3.469329] UBI: max/mean erase counter: 276/199
[    3.474182] UBI: image sequence number:  224718945
[    3.479217] UBI: background thread "ubi_bgt0d" started, PID 472
[    3.543182] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
[    3.549652] davinci_mdio davinci_mdio.0: detected phy mask fffffffe
[    3.557098] davinci_mdio.0: probed
[    3.560668] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver Micrel KS8051
[    3.569183] usbcore: registered new interface driver cdc_acm
[    3.575134] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    3.583770] usbcore: registered new interface driver uas
[    3.589324] Initializing USB Mass Storage driver...
[    3.594787] usbcore: registered new interface driver usb-storage
[    3.601043] USB Mass Storage support registered.
[    3.606140] usbcore: registered new interface driver ums-usbat
[    3.612792] usbcore: registered new interface driver usbserial
[    3.618927] usbserial: USB Serial Driver core
[    3.623687] USB Serial support registered for cp210x
[    3.629150] usbcore: registered new interface driver cp210x
[    3.635009] cp210x: v0.09:Silicon Labs CP210x RS232 serial adaptor driver
[    3.642303] USB Serial support registered for FTDI USB Serial Device
[    3.649322] usbcore: registered new interface driver ftdi_sio
[    3.655364] ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver
[    3.661651] USB Serial support registered for pl2303
[    3.667175] usbcore: registered new interface driver pl2303
[    3.672973] pl2303: Prolific PL2303 USB to serial adaptor driver
[    3.680114] mousedev: PS/2 mouse device common for all mice
[    3.686370] rtc-pcf8583 3-0068: chip found, driver version 1.0
[    3.694244] rtc-pcf8583 3-0068: pcf8583_get_datetime: raw data is ctl1=00, ctl2=00, ctl3=e0, sec=c7, min=43, hr=23, mday=0f, wday=02, mon=07, year=5c
[    3.708862] rtc-pcf8583 3-0068: rtc core: registered rtc-pcf8583 as rtc0
[    3.716156] i2c /dev entries driver
[    3.721801] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    3.731292] usbcore: registered new interface driver usbhid
[    3.737182] usbhid: USB HID core driver
[    3.741760] nf_conntrack version 0.5.0 (1959 buckets, 7836 max)
[    3.748474] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.754211] TCP cubic registered
[    3.757598] NET: Registered protocol family 17
[    3.762268] Registering the dns_resolver key type
[    3.767272] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    3.775329] ThumbEE CPU extension supported.
[    3.779846] mux: Failed to setup hwmod io irq -22
[    3.785552] Power Management for AM33XX family
[    3.794616] clock: disabling unused clocks to save power
[    3.802795] Detected MACID=d0:ff:50:53:22:16
[    3.808593] cpsw: Detected MACID = d0:ff:50:53:22:17
[    3.815856] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    3.825408] rtc-pcf8583 3-0068: pcf8583_get_datetime: raw data is ctl1=00, ctl2=00, ctl3=e0, sec=c7, min=43, hr=23, mday=0f, wday=02, mon=07, year=5c
[    3.839447] rtc-pcf8583 3-0068: setting system clock to 2062-07-15 23:43:47 UTC (2920232627)
[    3.855346] VFS: Mounted root (squashfs filesystem) readonly on device 31:10.
[    3.866088] devtmpfs: mounted
[    3.869720] Freeing init memory: 188K
can't run '/usr/sbin/fsck': No such file or directory
[    4.594818] UBIFS: recovery needed
[    4.775054] UBIFS: recovery completed
[    4.779052] UBIFS: mounted UBI device 0, volume 3, name "download"
[    4.785522] UBIFS: file system size:   46092288 bytes (45012 KiB, 43 MiB, 363 LEBs)
[    4.793548] UBIFS: journal size:       2285568 bytes (2232 KiB, 2 MiB, 18 LEBs)
[    4.801177] UBIFS: media format:       w4/r0 (latest is w4/r0)
[    4.807312] UBIFS: default compressor: lzo
[    4.811584] UBIFS: reserved for root:  2177052 bytes (2126 KiB)
[    4.891876] UBIFS: recovery needed
[    5.041412] UBIFS: recovery completed
[    5.045410] UBIFS: mounted UBI device 0, volume 4, name "user_data"
[    5.051971] UBIFS: file system size:   157577216 bytes (153884 KiB, 150 MiB, 1241 LEBs)
[    5.060363] UBIFS: journal size:       7872512 bytes (7688 KiB, 7 MiB, 62 LEBs)
[    5.068023] UBIFS: media format:       w4/r0 (latest is w4/r0)
[    5.074127] UBIFS: default compressor: lzo
[    5.078399] UBIFS: reserved for root:  4952683 bytes (4836 KiB)
Starting rsyslog daemon: OK
Starting mdev...
fibaro.scripts.S20gpiod: Starting gpiod: OK

fibaro.scripts.S20modules: Starting Modules (Fibaro STM): OK

read-only file system detected...done
fibaro.scripts.S25initialize-user-data: Initializing userd data...

fibaro.scripts.S25initialize-user-data: /usr/bin/coreutils: failed to create symbolic link '/mnt/user_data/localtime': File exists

Starting network:
[    8.040374] net eth0: CPSW phy found : id is : 0x221556
Z-Wave flash memory is up-to-date
Starting: Zwave
[   11.044555] PHY: 0:00 - Link is Up - 100/Full
Starting network plug daemon: /etc/netplug.d/netplug eth0 probe -> pid 739

Starting system message bus: done
Starting dropbear sshd: OK
Starting lighttpd: OK
Starting nginx...
fibaro.scripts.S51ntp: Starting ntpd: OK

Clearing boot flag: argc: 4
setting led 5 255
fibaro.scripts.S90fibaro-start: Starting Fibaro services...

fibaro.scripts.S90fibaro-start: Updating serial number and HW key in database...

fibaro.scripts.S90fibaro-start: Frequency: EU

fibaro.scripts.S90fibaro-start: Starting: DbUpdater

fibaro.scripts.S90fibaro-start: Starting: HCServer

fibaro.scripts.S90fibaro-start: Starting: Zwave

fibaro.scripts.S90fibaro-start: /opt/fibaro/Zwave is already running

fibaro.scripts.S90fibaro-start: 732

fibaro.scripts.S90fibaro-start: Starting: FibaroFinderServer

fibaro.scripts.S90fibaro-start: Starting: FibaroCron

fibaro.scripts.S90fibaro-start: not available through ModulesClient

fibaro.scripts.S90fibaro-start: /opt/fibaro/scripts/checkInternet.sh: line 4: avahi-autoipd: not found

fibaro.scripts.S90fibaro-start: ping: bad address 'www.google.com'

fibaro.scripts.S98remote-access: No Internet connection, restarting RA may fail

fibaro.scripts.S98remote-access: RemoteAccess - error while starting

fibaro.scripts.S98remote-access: SupportRemoteAccess started


Welcome to the new HCLITE-buildroot [HCLBR]!

  • 0
Posted

I'd rather reset all devices to factory settings and add them to the HC3L than spend even a minute on the HCL. The central unit's value is less than 0, and the HC3L costs 1 hour of installer time.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...