Commit Graph

189 Commits

Author SHA1 Message Date
MilhouseVH
e90a2358af init: Report out of space when unable to extract archive/compressed image 2016-08-05 21:07:45 +01:00
Peter Vicman
490df59b36 installer: fix typo for update/fs-resize 2016-07-30 16:31:48 +02:00
kszaq
9e9ca25cb3 init: Fix updating from img.gz when kernel resides on block device
This fixes updating LE from img.gz when installed on WeTek internal memory.
2016-07-04 20:56:35 +02:00
MilhouseVH
c2ed75d138 init: Enable oem native resolution support, and debug info 2016-06-03 09:20:04 +01:00
MilhouseVH
4809df9715 init: Parse resolution after splash.conf 2016-06-01 20:01:54 +01:00
MilhouseVH
bcd6d7462a splash: Select splash image based on native resolution 2016-05-22 20:08:06 +01:00
Joerg Felser
cbe327e07e changed libreelec URLs in (mainly) descriptions to https://libreelec.tv
changed libreelec URLs in (mainly) descriptions to https://libreelec.tv

fixup
2016-04-27 11:36:31 +02:00
longchair
bb10e9d103 scripts : remove some hardcoded LibreELEC distro name
Allows a distro to have it's name appear in installer and busybox scripts
2016-04-13 17:20:22 +02:00
MilhouseVH
80b4c5b75d Merge pull request #61 from chewitt/installer-cosmetic
installer: not all computers are computers
2016-03-31 05:35:58 +01:00
chewitt
826b819303 installer: text cosmetics for update/fs-resize 2016-03-31 08:31:20 +04:00
Peter Vicman
3145e182f1 init: remove warning when loop node already exist (wetek projects with CONFIG_BLK_DEV_LOOP_MIN_COUNT >0) 2016-03-30 10:24:49 +02:00
Christian Hewitt
dd08a682bb Merge pull request #44 from MilhouseVH/init_progress
Thanks :)
2016-03-25 19:37:15 +04:00
MilhouseVH
245651567e fs-resize: use progress meters for long running tasks 2016-03-23 19:43:28 +00:00
MilhouseVH
4a66245618 init: move common functions to separate file 2016-03-23 19:43:27 +00:00
MilhouseVH
0af94509f7 init: Add progress indicators during long running updates 2016-03-23 19:43:20 +00:00
MilhouseVH
262ee4a16a rebrand: A few more fix-ups 2016-03-23 19:36:54 +00:00
MilhouseVH
2f1b279177 Merge pull request #27 from vpeter4/img_update1
init: allow update also with .img.gz or .img besides to .tar
2016-03-21 07:19:18 +00:00
MilhouseVH
93d814c471 Revert "init: Add progress indicators during long running updates"
This reverts commit e45ba7e298.
2016-03-20 21:36:53 +00:00
MilhouseVH
e45ba7e298 init: Add progress indicators during long running updates 2016-03-20 21:32:59 +00:00
Christian Hewitt
b92f86cc24 Merge pull request #41 from CvH/rename
Thanks :)
2016-03-20 19:44:18 +04:00
CvH
0e90095152 busybox: rebrand sripts 2016-03-20 16:42:33 +01:00
Stephan Raue
6c2e5ce1c2 busybox: load cpu firmwares in initramfs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-19 12:52:40 -07:00
Peter Vicman
0a8df76e5e init: allow update also with .img.gz or .img besides to .tar
needs double space on storage partition for extracted .img file
KERNEL/SYSTEM files are copied directly from mounted partition to /flash
tested on imx6 project
size of initramfs/kernel increased by ~40kB
if downgrade with image without included .md5 files
user needs to create file .nocheck (there is no integrity
checks done in this case - can be unsafe)

### Checking for updates ###
Found new .tar archive. extracting...
Checking KERNEL.md5...
/storage/.update/KERNEL: OK
Checking SYSTEM.md5...
/storage/.update/SYSTEM: OK
Checking size: OK
### mount filesystem /flash/SYSTEM ... ###
### mount filesystem /storage/.update/SYSTEM ... ###
updating Kernel...
updating System...
### mount filesystem /flash/SYSTEM ... ###
updating Bootloader...
*** updating Device Tree Blob: imx6q-udoo.dtb ...
.................................................
*** updating u-boot image: /flash/u-boot.img ...
*** updating u-boot SPL Blob on: /dev/mmcblk0 ...
35+0 records in
35+0 records out
35840 bytes (35.0KB) copied, 0.050510 seconds, 692.9KB/s
System reboots now...

### Checking for updates ###
Found new .img.gz archive. extracting...
Mounting system partition...
Checking KERNEL.md5...
/storage/.update/.tmp/mnt/KERNEL: OK
Checking SYSTEM.md5...
/storage/.update/.tmp/mnt/SYSTEM: OK
Checking size: OK
updating Kernel...
updating System...
### mount filesystem /flash/SYSTEM ... ###
updating Bootloader...
*** updating Device Tree Blob: imx6dl-cubox-i.dtb ...
.....................................................
*** updating u-boot image: /flash/u-boot.img ...
*** updating u-boot SPL Blob on: /dev/mmcblk0 ...
35+0 records in
35+0 records out
35840 bytes (35.0KB) copied, 0.050320 seconds, 695.5KB/s
System reboots now...

### Checking for updates ###
Found new .img file...
Mounting system partition...
Checking KERNEL.md5...
/storage/.update/.tmp/mnt/KERNEL: OK
Checking SYSTEM.md5...
/storage/.update/.tmp/mnt/SYSTEM: OK
Checking size: OK
updating Kernel...
updating System...
### mount filesystem /flash/SYSTEM ... ###
updating Bootloader...
*** updating Device Tree Blob: imx6dl-cubox-i.dtb ...
.....................................................
*** updating u-boot image: /flash/u-boot.img ...
*** updating u-boot SPL Blob on: /dev/mmcblk0 ...
35+0 records in
35+0 records out
35840 bytes (35.0KB) copied, 0.050320 seconds, 695.5KB/s
System reboots now...
2016-03-18 12:08:03 +01:00
Alex Deryskyba
68754ae925 packages/sysutils/busybox/scripts/init: Add the ability to update the kernel that resides on a block device, such as NAND partition 2016-01-15 14:41:18 +01:00
Stefan Saraev
b9adb2d9f9 move 'set ondemand threshold' to init 2015-06-17 10:46:11 +03:00