Commit Graph

322 Commits

Author SHA1 Message Date
Yossi
ef82a5f848 Add sudo for npm 2018-04-09 16:00:07 +03:00
Yossi
e254d07d23 install LED deps 2018-04-09 15:18:21 +03:00
Yossi
a893ec92ad revert gpio change 2018-04-09 11:18:29 +03:00
Yossi
72ff5ca23f run BLE as root 2018-04-08 20:26:28 +03:00
Yossi
4aee8ca676 enable systemctl services [fix typo] 2018-04-08 19:25:04 +03:00
Yossi
93a30d21b4 Add service for live preview 2018-04-08 16:39:52 +03:00
Yossi
6087251483 migrate services to systemctl 🚀 2018-04-08 15:23:25 +03:00
Yossi
c6d11b1e5c remove stage 4 & 5 2018-04-08 14:04:36 +03:00
Yossi
7f33e570ef Merge branch 'master' of https://github.com/RPi-Distro/pi-gen into dev 2018-04-08 13:20:09 +03:00
Yossi
a8632aa6ea upadte deps 2018-04-08 12:40:10 +03:00
Serge Schneider
93db373672 sources.list: change {mirrordirector,archive}.raspbian.org to raspbian.raspberrypi.org 2018-03-28 10:58:28 +01:00
David Steele
555417bbe6 Fix some quoted globs in export-image cleanup (#173) 2018-03-26 13:06:10 +01:00
David Steele
75452f9a00 Add README detail on the 'patches' process (#170) 2018-03-24 18:10:47 +00:00
David Steele
343cabc8f5 Remove quotes in globbed patch CLEANup (#168)
Globbing does not work within single or double quotes.
https://unix.stackexchange.com/questions/67757/wildcards-inside-quotes
2018-03-24 17:36:18 +00:00
Yossi
20bade5ab9 fix typo 2018-03-20 20:42:53 +02:00
Yossi
1033553529 set top priority to camera 2018-03-20 17:41:47 +02:00
David Steele
de5b2baa1c README.md: Clarify USE_QEMU (#165) 2018-03-19 19:17:58 +00:00
Yossi
cfaf878679 remove cronJob file 2018-03-19 16:23:13 +02:00
Yossi
e01cb6010d refactor zip from cardigan to dride 2018-03-18 15:45:29 +02:00
Yossi
4c42882c59 npm i on inner modules 2018-03-15 17:54:20 +02:00
Serge Schneider
589afcc72d Update release notes 2018-03-15 14:29:28 +00:00
Yossi
a102de2b2f bye bye Cardigan root dir :party 2018-03-15 16:26:40 +02:00
Serge Schneider
ff2d5edee1 shellcheck 2018-03-13 12:50:50 +00:00
Serge Schneider
56da271499 Remove unnecessary files 2018-03-13 12:37:13 +00:00
Junian Triajianto
019d47db3b Update stage specification using SKIP_IMAGES (#163)
Change Stage specification guide from removing `EXPORT*` files to adding `SKIP_IMAGES` as per new recommended development process.
2018-03-13 10:20:22 +00:00
Yossi
6f8d70de55 fix issue with cronjob was not written 2018-03-07 12:40:30 +02:00
Yossi
b79438d346 refactor cron insertion 2018-03-07 10:40:04 +02:00
Yossi
b9357c6389 make the state dir writable 2018-03-06 18:58:57 +02:00
Yossi
ffc73f3aba Fix RTC issues 2018-03-06 18:57:59 +02:00
Yossi
386dfdf443 Add ensureAllClipsAreDecoded to cron job dride/dride-core#47 2018-03-06 17:37:01 +02:00
Yossi
3f94254ca8 fix RTC was not working becouse i2c was off | close dride/dride-core#59 2018-03-06 16:10:42 +02:00
Yossi
5c4267dfb3 -y i2c tools 2018-03-06 11:37:08 +02:00
andig
b4035400ff Add option to preserve build container (#160) 2018-03-05 15:35:11 +00:00
Serge Schneider
4d689a25fd export-image: don't round up if already a multiple of 4MB
Fixes #156
2018-03-01 18:02:01 +00:00
James Ruan
40eae05204 make root filesystem 4M aligned (#154) 2018-03-01 17:52:26 +00:00
Serge Schneider
e6f7cd5cd6 stage2: don't set 'country' in wpa_supplicant.conf 2018-03-01 15:54:13 +00:00
Serge Schneider
c430f618d0 Remove ld.so.preload and policy-rc.d changes 2018-03-01 15:54:12 +00:00
Serge Schneider
4c7980fa1e stage4: drop 'Documents' directory
Closes #121
2018-03-01 15:54:12 +00:00
Serge Schneider
702b3e7e80 stage3: install obconf 2018-03-01 15:54:12 +00:00
Philip Howard
cace22768a Added Button SHIM, Unicorn HAT HD and Pan Tilt HAT (#159) 2018-03-01 13:58:09 +00:00
Yossi
aeedcc11b5 add i2cdetect 2018-03-01 15:51:21 +02:00
Yossi
d385d764e6 Merge branch 'dev' of https://github.com/dride/drideOS-image-generator into dev 2018-02-26 19:55:21 +02:00
Yossi
b891b23741 use sudo for cleaning files 2018-02-26 19:55:18 +02:00
Mark
e43d675061 Disable DNS w/o merge conflict (#3)
* Stretch base system working W/O DRIDE

- Currently removed Dride edits/software to get base OS working

* Enabled Ether over USB

I slightly rearranged a few startups in stage2 to give us room for more expansion later.  Boot files update important to come prior to Dride software.
Stretch base system working W/O DRIDE

* Dride+Stretch working

- wifi works with specific Dride network
- usb0 interface also works if you need to debug/hack

All Dride network items have been separated into this step

* DrideOS gets Dride software added back in on Debian Stretch

- software base; testing commencing

* Added new dride partition, clean, updated README

- updated README to explain how this has been modified vs. upstream
- removed and cleaned unused scripts
- added dride partition creation on startup (runonce)
- drideOS conditional renamed to dride-plus

* Use the /dride path and provide soft links during software installation

- updated README

* Fixed DNS resolution - disable it

This will keep it from interfering with paired iOS device for example (overwriting)
2018-02-24 22:54:55 +02:00
Mark
23b2c929a2 Updated Dride to Raspbian Stretch (#1)
* Stretch base system working W/O DRIDE

- Currently removed Dride edits/software to get base OS working

* Enabled Ether over USB

I slightly rearranged a few startups in stage2 to give us room for more expansion later.  Boot files update important to come prior to Dride software.
Stretch base system working W/O DRIDE

* Dride+Stretch working

- wifi works with specific Dride network
- usb0 interface also works if you need to debug/hack

All Dride network items have been separated into this step

* DrideOS gets Dride software added back in on Debian Stretch

- software base; testing commencing

* Added new dride partition, clean, updated README

- updated README to explain how this has been modified vs. upstream
- removed and cleaned unused scripts
- added dride partition creation on startup (runonce)
- drideOS conditional renamed to dride-plus

* Use the /dride path and provide soft links during software installation

- updated README
2018-02-11 10:34:42 +02:00
Yossi
70fb0a72b8 remove stages 3-5 2018-01-15 08:15:41 +02:00
Yossi
e86c9f6126 Merge branch 'dev' of https://github.com/dride/drideOS-image-generator into dev 2018-01-14 21:46:48 +02:00
Yossi
98295ebe8d update picamera repo for python 3 2018-01-14 21:46:46 +02:00
Yossi Neiman
ee574e101b
Update README.md 2018-01-14 20:32:40 +02:00
Yossi Neiman
9e881c8670
Update README.md 2018-01-14 19:02:49 +02:00