Page 1 of 1

Kernel 3.14 beta version for test....

PostPosted: Thu Jul 16, 2015 10:41 pm
by steven
Hi All

Good news that kernel 3.14 for MOIPro will be released soon.

update link:
https://my.pcloud.com/publink/show?code=XZbHPVZKyUmhjhiR3hdjPGva6P0m5eBL5yX
Because sourceforge issue.

if someone want to try first here is the download link:
http://sourceforge.net/projects/moipro/files/Debug/kernel-3.14/MOIPro-V1.0.0.8-20150715.zip/download
Please use PC way to update your MOIPro.

we will appreciate if you can send your test report here. :)

Thanks

Kind Regards

steven

Re: Kernel 3.14 beta version for test....

PostPosted: Fri Jul 17, 2015 2:00 am
by nrm
sourceforge seems to be experiencing some problems

Re: Kernel 3.14 beta version for test....

PostPosted: Fri Jul 17, 2015 3:59 pm
by vpeter

Re: Kernel 3.14 beta version for test....

PostPosted: Fri Jul 17, 2015 9:48 pm
by vpeter
Steven: I think you did the same mistake in this image as in the past - only u-boot is updated.

cfg.ini
Code: Select All Code
name = SabreSD-eMMC-uboot

ucl2.xml
Code: Select All Code
<LIST name="SabreSD-eMMC-uboot" desc="Choose eMMC Linux as media">
    ..........................
    <CMD state="BootStrap" type="jump" > Jumping to OS image. </CMD>
   <CMD state="Updater" type="push" body="$ ls /dev/*"/>
   
   <CMD state="Updater" type="push" body="$ dd if=/dev/zero of=/dev/mmcblk0 bs=1k seek=384 conv=fsync count=129">clean up u-boot parameter</CMD>

   <CMD state="Updater" type="push" body="$ echo 0 > /sys/block/mmcblk0boot0/force_ro">access boot partition 1</CMD>
   <CMD state="Updater" type="push" body="send" file="files/u-boot-moipro.imx">Sending U-Boot</CMD>
   <CMD state="Updater" type="push" body="$ dd if=$FILE of=/dev/mmcblk0boot0 bs=512 seek=2">write U-Boot to sd card</CMD>
   <CMD state="Updater" type="push" body="$ echo 1 > /sys/block/mmcblk0boot0/force_ro"> re-enable read-only access </CMD>
   <CMD state="Updater" type="push" body="$ echo 8 > /sys/devices/platform/sdhci-esdhc-imx.3/mmc_host/mmc0/mmc0:0001/boot_config">enable boot partion 1 to boot</CMD>

   <CMD state="Updater" type="push" body="$ echo Update Complete!">Done</CMD>
</LIST>

Re: Kernel 3.14 beta version for test....

PostPosted: Mon Jul 20, 2015 10:34 am
by steven
Hi Vpeter

Oh , yea, thanks so much point this, :) as this just a test version , Please rename
name = SabreSD-eMMC-uboot
to
name = SabreSD-eMMC

Thanks

Kind Regards

steven

Re: Kernel 3.14 beta version for test....

PostPosted: Mon Jul 20, 2015 11:12 am
by steven
Update link for V1.0.0.8 kernel 3.14
https://my.pcloud.com/publink/show?code ... P0m5eBL5yX

Thanks

Kind Regards

steven

Re: Kernel 3.14 beta version for test....

PostPosted: Mon Jul 20, 2015 5:43 pm
by alfi037
Thanks a lot steven for the new image
much better tvh version
alfi