Commit Graph

43 Commits

Author SHA1 Message Date
crt0mega 2378c7cd14 Merge pull request 'Improved script portability' (#19) from depsterr/master into master
Reviewed-on: #19
2021-07-06 19:17:31 +00:00
depsterr c4e56a64c7 Fixed duplicate string in options 2021-03-09 19:49:49 +01:00
depsterr dc9a075235 Include changes #20 and #23. 2021-03-09 19:15:28 +01:00
depsterr b6204adbd8 Merge branch 'master' of https://github.com/sailfish-on-dontbeevil/flash-it 2021-03-09 19:14:04 +01:00
depsterr 4e5f916555 fixed issue with copying boot files 2021-03-09 18:53:18 +01:00
Adam Pigg c95b0249f9
Merge pull request #23 from white-gecko/feature/pp12-fix
Fix options from #18.
2021-03-08 19:17:05 +00:00
Natanael Arndt 2df425c829 Fix options 2021-03-08 19:18:14 +01:00
Adam Pigg 81deccd4e9
Merge pull request #20 from white-gecko/feature/pp12
Add PinePhone 1.2 to image selection.
2021-03-08 12:52:13 +00:00
Natanael Arndt 5059792eb9 Fix #18. Add PinePhone 1.2 to image selection. 2021-03-08 12:08:55 +01:00
depsterr 0e62ac551c Improved script portability 2021-03-06 17:02:10 +01:00
Adam Pigg 801d0287fc
Merge pull request #17 from white-gecko/feature/check_sudo_dependency
Introduce check_sudo_dependency.
2021-03-06 11:11:31 +00:00
Natanael Arndt 79a63f5816 Fix #16. Introduce check_sudo_dependency. 2021-03-06 10:58:22 +01:00
Adam Pigg 19d3b5637c
Merge pull request #15 from simonschmeisser/include-crust
hack that loads compiled crust from pine64
2020-12-30 14:51:15 +00:00
Simon Schmeisser 97eb6078f7 hack that loads compiled crust from pine64 2020-11-16 21:36:05 +01:00
Adam Pigg 24b9738262 Add pinetabdev device, which uses the normal pinetab rootfs, but
different uboot script
2020-10-22 12:12:30 +01:00
Dylan Van Assche 6c3dbc09f1
Merge pull request #11 from sailfish-on-dontbeevil/fix-copy-dtb
Copy all files/folders in /boot to the boot partition.
2020-09-05 19:14:07 +00:00
Adam Pigg e7152942bc Copy all files/folders in /boot to the boot partition.
New uboot looks in allwinne/* for the dtb files, and the new kernel
properly populates its /boot folder with the allwinner folder and the
backup files in /boot
2020-09-05 19:33:34 +01:00
Dylan Van Assche 9cf68b7b36
Merge pull request #9 from sailfish-on-dontbeevil/glob-expansion-failure
Fix glob expansion which resulted in some boot failures
2020-05-05 15:59:45 +02:00
Dylan Van Assche 1bd68e90e6
Fix glob expansion which resulted in some boot failures 2020-05-01 15:33:46 +02:00
Dylan Van Assche 51baade149
Switch back to master branch 2020-05-01 07:14:04 +00:00
Dylan Van Assche 1deabc8180
Merge pull request #8 from sailfish-on-dontbeevil/pinephone-revisions
Enable pinephone revisions
2020-04-30 18:16:58 +00:00
Dylan Van Assche 1fc0092d16
Enable pinephone revisions 2020-04-30 20:16:23 +02:00
Dylan Van Assche c7f878a2f7
Merge pull request #7 from depsterr/master
fixed issue with check always returning true
2020-03-03 08:32:59 +00:00
depsterr f734780f4e fixed issue with check always returning true 2020-02-25 15:30:12 +01:00
Dylan Van Assche c1c656b1a6
Merge pull request #4 from neochapay/master
Allow to install rootfs from custom dir and raw images
2020-02-19 17:26:17 +00:00
Sergey Chupligin 193e4f346f Allow to create raw image 2020-02-17 20:08:27 +03:00
Sergey Chupligin 2ef43447b4 Allow to install rootfs from custom dir 2020-02-17 18:24:13 +03:00
Adam Pigg fbf2477b1c
Merge pull request #2 from depsterr/master
Adding support for installing to sd cards as well as preventing unnecessary downloads.
2020-02-06 09:47:18 +00:00
depsterr ae7bb2d79a realised that ls commands will differ for platforms 2020-02-06 10:34:35 +01:00
depsterr f5a271b56f fixed accidental row concatination 2020-02-05 21:37:01 +01:00
depsterr fb322d05dd fixed wrong ls checks 2020-02-05 21:29:40 +01:00
depsterr fc9557a42d added comments and removed need to redownload 2020-02-05 21:15:10 +01:00
depsterr 841cf43d59 added support for sd card drives 2020-02-05 20:45:53 +01:00
Dylan Van Assche 9a76eec613
V0.2.0 2020-02-02 11:11:19 +01:00
Dylan Van Assche 85c3741997
Merge pull request #1 from ProjectMoon/master
Make flashing script more robust and pretty.
2020-02-02 10:09:41 +00:00
projectmoon ae54b81a76 Make flashing script more robust and pretty.
Adds error handling, dependency checking, and prettier output. Also
expands compatibility on various systems by not relying on bsdtar
(seems to not be installed on many systems) and hardcoded paths to
parted.
2020-02-02 01:02:05 +00:00
Dylan Van Assche 1280511652
Use master branch of CI 2019-10-17 22:55:52 +02:00
Dylan Van Assche 98e5dc8c7e
Force unzip when folder already exists 2019-10-17 21:02:32 +02:00
Dylan Van Assche af54bc6eb6
Copy U-boot boot script too 2019-10-17 19:33:38 +02:00
Dylan Van Assche 16d5a840dd
Copy kernel image to boot partition 2019-10-15 21:43:39 +02:00
Dylan Van Assche e830122995
First working version 2019-10-15 21:07:17 +02:00
Dylan Van Assche 009bafa523
WIP formatting sd card 2019-10-14 20:25:22 +02:00
Dylan Van Assche 95f4215521
Initial version of the flasher script 2019-10-14 19:49:49 +02:00