PINE64
Bad EMMC - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook (https://forum.pine64.org/forumdisplay.php?fid=76)
+--- Forum: Pinebook Hardware and Accessories (https://forum.pine64.org/forumdisplay.php?fid=80)
+--- Thread: Bad EMMC (/showthread.php?tid=5067)

Pages: 1 2 3


RE: Bad EMMC - jbk - 10-10-2017

"Are you talking about to create my own installer with this patch? ;(
Will be patched in the next installer release?"

It's more a way of replacing parts of an existing install so that they work with the 64G sandisk module. The kernel just needs copying the new image into /boot and linking it to /boot/Image. Unfortunately updating the uboot executable is a bit more complicated and needs the dd command as shown in the script. Agreed it would be a lot easier if there was an install image that incorporated the changes. That will happen eventually, it's just a question of time to finalise the changes and then getting them to ayufan and/or the Armbian team. The main thing is that supporting the new cards is possible.


RE: Bad EMMC - erchache2000 - 10-12-2017

(10-10-2017, 05:02 AM)jbk Wrote: "Are you talking about to create my own installer with this patch? ;(
Will be patched in the next installer release?"

It's more a way of replacing parts of an existing install so that they work with the 64G sandisk module. The kernel just needs copying the new image into /boot and linking it to /boot/Image. Unfortunately updating the uboot executable is a bit more complicated and needs the dd command as shown in the script. Agreed it would be a lot easier if there was an install image that incorporated the changes. That will happen eventually, it's just a question of time to finalise the changes and then getting them to ayufan and/or the Armbian team. The main thing is that supporting the new cards is possible.

I received a email support that says sandisk emmc module will be patched to pinebook on the next two weeks :-P

Sandisk is only supported for Rock64 at the moment.


RE: Bad EMMC - jbk - 10-12-2017

(10-12-2017, 02:02 AM)erchache2000 Wrote: I received a email support that says sandisk emmc module will be patched to pinebook on the next two weeks :-P

Sandisk is only supported for Rock64 at the moment.
Excellent, that should be easier than messing around with my kernel/uboot Smile


RE: Bad EMMC - tllim - 10-15-2017

The Sandisk eMMC module on Pinebook already works and thanks to ayufan.

Please download build 0.7.19 from build ayufan github 0.7.19 and boot from SD.

Using terminal and issue follow command:

sudo install_to_emmc.sh xenial-mate 0.7.19


RE: Bad EMMC - ayufan - 10-16-2017

Thanks jbk on helping to figure out how we should fix that Smile

Once you run Pinebook, try to edit `/boot/uEnv.txt` and enable `emmc_compat=150mhz` mode which bumps the eMMC performance from usual 80MB/s to around 120MB/s.

This fix also helps with 16GB/32GB performance.


RE: Bad EMMC - jbk - 10-16-2017

Thanks for the mention Ayufan Smile

Hacking things around for testing like I did is one thing, but having the discipline to provide changes in a way that others can benefit from is a whole lot more work. You have my respect! Congrats and thanks on getting this fixed.


RE: Bad EMMC - PhyllisW - 10-16-2017

As a new open source platform, Pinebook development is an ongoing process and represents a great opportunity to get involved with computing on a different level


RE: Bad EMMC - tllim - 10-16-2017

(10-16-2017, 06:34 AM)jbk Wrote: Thanks for the mention Ayufan Smile

Hacking things around for testing like I did is one thing, but having the discipline to provide changes in a way that others can benefit from is a whole lot more work. You have my respect! Congrats and thanks on getting this fixed.

Thanks, jbk. Your beer is on me.


RE: Bad EMMC - erchache2000 - 10-16-2017

(10-16-2017, 01:59 AM)ayufan Wrote: Thanks jbk on helping to figure out how we should fix that Smile

Once you run Pinebook, try to edit `/boot/uEnv.txt` and enable `emmc_compat=150mhz` mode which bumps the eMMC performance from usual 80MB/s to around 120MB/s.

This fix also helps with 16GB/32GB performance.

Thanks a lot for your time and work.

I’ll try tomorrow Wink


RE: Bad EMMC - erchache2000 - 10-17-2017

I tried this https://github.com/ayufan-pine64/linux-b...118.img.xz

and pinebooks don't boot from sd ;(

I used pine64 installer to flash it.

I think I don't have idea to do it correctly ;(