Skip to content

Commit

Permalink
New version, hopefully without the corrupted files
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed Oct 16, 2016
1 parent 2b9e928 commit 090561b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cura/configs/Kossel_mini_02.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ solid_layer_thickness = 0.6
fill_density = 30
nozzle_size = 0.4
print_speed = 60
print_temperature = 185
print_temperature2 = 185
print_temperature = 190
print_temperature2 = 190
print_bed_temperature = 40
support = None
platform_adhesion = None
Expand Down
11 changes: 7 additions & 4 deletions make-kamikaze-2.0.7.sh → make-kamikaze-2.0.8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@

# TODO 2.0:
# initrd img on new kernel.
# USB mount, find, move

# STAGING:
# Sync Redeem master with develop.
# Choose Toggle config
# Copy uboot files to /boot/uboot
# Restart commands on install for Redeem and Toggle

# DONE:
# consoleblank=0
Expand All @@ -32,8 +31,10 @@
# clear cache
# Update dogtag
# Update Redeem / Toggle
# Sync Redeem master with develop.
# Choose Toggle config

VERSION="Kamikaze 2.0.7-rc2"
VERSION="Kamikaze 2.0.8"
DATE=`date`
echo "**Making ${VERSION}**"

Expand Down Expand Up @@ -272,6 +273,8 @@ install_uboot() {
export DISK=/dev/mmcblk0
dd if=./u-boot/MLO of=${DISK} count=1 seek=1 bs=128k
dd if=./u-boot/u-boot.img of=${DISK} count=2 seek=1 bs=384k
cp ./u-boot/MLO /boot/uboot/
cp ./u-boot/u-boot.img /boot/uboot/
}

other() {
Expand Down

0 comments on commit 090561b

Please sign in to comment.