Commit Graph

20 Commits

Author SHA1 Message Date
zador-blood-stained
1949c0b6da Move debootstrap and packaging directories to a temp directory
This avoids errors with filesystem features and permissions when output
directory is shared in Virtualbox (i.e. when using Vagrant)
2017-08-01 12:26:10 +03:00
zador-blood-stained
91be332f8a Refactor directory structure
Remove "parent of the project directory" setup
Closes #633
Closes #674
2017-08-01 12:24:56 +03:00
Tonymac32
5b3951e920 Rockchip Dev 4.13
4.13 with mali r19p0
2017-07-23 22:43:02 -04:00
zador-blood-stained
a77418ff57 Move more files to the packages directory 2017-07-23 15:05:16 +03:00
Tonymac32
b289e5381d Rockchip temporarily hold Dev back to 4.12
While debugging of Tinker Reboot issues
2017-07-21 01:00:00 -04:00
zador-blood-stained
6161aac9ad Small cleanup 2017-06-05 17:41:32 +03:00
Igor Pecovnik
718fc37a37 Freezing Rockchip NEXT at 4.11, introducing DEV branch for master branch 2017-05-16 09:07:27 +02:00
Igor Pecovnik
7c0a5e3435 MiQi and Tinkerboard, renaming DEV branch to NEXT, which remains under nigjtly building, kernel remain attached to master branch for now. 2017-05-04 16:43:53 +02:00
zador-blood-stained
1f4f287d2b Rework toolchain selection variables 2017-04-29 13:32:09 +03:00
Igor Pecovnik
bbe299398a Switch MiQi to mainline U-boot. Support starts at 2017.05, currently attached to master branch. Tested 2017-04-17 21:36:04 +02:00
Tonymac32
6ae514413f Tinker return to using mainline U-boot
Mainline U-boot tested working for Tinker Board.
2017-04-17 01:14:10 -04:00
Tonymac32
50099a5668 fix "cat" command in write_uboot_platform
the "> /dev/null 2<&1" was being interpreted by cat instead of the shell as a command to throw the operation into the abyss.  The dtb was therefor not being written to the "out" file and not making into the final image.
2017-03-21 22:26:53 -04:00
Tonymac32
ba61ffe101 Update u_boot write to use .bin instead of .img
-		cat $1/u-boot-dtb.img >> $1/out > /dev/null 2>&1
+		cat $1/u-boot-dtb.bin >> $1/out > /dev/null 2>&1
2017-03-20 15:57:58 -04:00
Igor Pecovnik
65aaab96f0 Tinkerboard u-boot fix 2017-03-20 07:04:43 +01:00
Igor Pecovnik
5bc552021e Fix Tinkerboard uboot writing, upstream patches, enabling nighly beta builds, Udoo NEXT upstream patches 2017-03-19 21:56:34 +01:00
Igor Pecovnik
ae32bf8df3 Changing u-boot source for Tinkerboard 2017-03-16 08:28:44 +01:00
Igor Pecovnik
f0cb592ad3 Added ASUS Tinkerboard as WIP target. Tested only for building. 2017-03-13 08:31:45 +01:00
Igor Pecovnik
89ccaa6457 MiQi: fixed eMMC install, added developement kernel with MALI driver, added default to normal builds and keep dev at nightly, adjusted CPU frequency 2017-02-21 13:51:17 +01:00
Igor Pecovnik
70bf12195e Rockchip RK3288 (MiQi) booting, kernel = docker ready, uboot scripts and environment tested. Known bugs: ethernet MAC random change 2017-02-20 21:15:10 +01:00
Igor Pecovnik
83e1922c16 Preliminary Mqmaker MiQi + some other Rockchip RK3288 boards support. U-boot and kernel 4.4.50 ... building o.k., tested booting to u-boot. 2017-02-20 14:35:25 +01:00