Hi,
I have SD card with custom image with kernel *Linux beaglebone 
3.8.13-bone50*.
I flash this image to eMMC of Beaglebone Black boards successfully til now.
New beaglebone black boards have higher revision of eMMC module.

My conclusions:
Kingston EMMC04G-M627 - newer type of memory
Kingston EMMC04G-S100 - older type of memory


After boot I 've got this error:

[    0.887052] mmc1: unrecognised EXT_CSD revision 8
[    0.892056] mmc1: error -22 whilst initialising MMC card

I think that problem is in older kernel version of Debian.

So, I 've tried upgrade kernel via:

cd /opt/scripts/tools/ 
git pull 
sudo ./update_kernel.sh 
sudo reboot

source: https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Kernel_Upgrade

But I have problem with certificate.
After "git pull" I got error: 

*error: server certificate verification failed. CAfile: 
/etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing 
https://github.com/RobertCNelson/boot-scripts/info/refsfatal: HTTP request 
failed*

I run command export GIT_SSL_NO_VERIFY=1 to workaround it.

But after "sudo ./update_kernel.sh" I got error:

*GnuTLS: A TLS fatal alert has been received.Unable to establish SSL 
connection*

I tried to modify script adding "--no-check-certificate" after wget 
commands, but without success.

Can kernel upgrade solve issue with unrecognising of eMMC? If so, how can I 
ugprade kernel?


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/7c0f3c61-4f75-4b94-987f-e026835d8769%40googlegroups.com.

Reply via email to