On Mon, Nov 4, 2019 at 7:43 AM Radovan Chovan <[email protected]> wrote:
>
> 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/refs
> fatal: HTTP request failed

Internet security has really changed in the last 3 years.


> 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?

Correct, this was fixed back on Jun 15, 2016...

Are you running Wheezy or Jessie?

Wheezy:
http://repos.rcn-ee.net/debian/pool/main/l/linux-upstream/linux-image-3.8.13-bone84_1wheezy_armhf.deb

Jessie:
http://repos.rcn-ee.net/debian/pool/main/l/linux-upstream/linux-image-3.8.13-bone86_1jessie_armhf.deb

With Jessie you should be able to run:

sudo dpkg -i linux-image-3.8.13-bone86_1jessie_armhf.deb
sudo reboot

For Wheezy you'll have to copy files around as it wasn't that
intergrated.. (under /boot/*)

Best to see your serial boot log to help tell you where to stick it..

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
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/CAOCHtYgqdATctN2qi0GGDo__D3cA1LugKj2gjhozdp88tfNiQA%40mail.gmail.com.

Reply via email to