Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

after flashing boot-loader md5sum is still shows the old one #5

Open
balance82 opened this issue Feb 15, 2019 · 1 comment
Open

after flashing boot-loader md5sum is still shows the old one #5

balance82 opened this issue Feb 15, 2019 · 1 comment

Comments

@balance82
Copy link

I followed the instructions flashed new u-boot bootloader
everything seams to be fine - I have a blue light after reboot, but md5sum of the bootloader dosent changed in Status -> overview
I even used your flash.sh script. Here is the output:

aab52eefe246dc1e15e56b253df3d64f  dafang_128mb_v2.bin
Erasing 32 Kibyte @ 40000 - 100% complete.
461+1 records in
461+1 records out
236172 bytes (230.6KB) copied, 0.419952 seconds, 549.2KB/s
2846e9e8fab8ee42c40738ae04c7f576  -```
@xk4l23
Copy link

xk4l23 commented Feb 28, 2019

I experienced just the same, but I think, the md5sum displayed in the UI is calculated for /dev/mtd0 which is larger than the binary bootloader.

[root@dafang11:sdcard]# md5sum dafang_128mb_v2.bin 
aab52eefe246dc1e15e56b253df3d64f  dafang_128mb_v2.bin
[root@dafang11:sdcard]# dd if=/dev/mtd0 | md5sum
512+0 records in
512+0 records out
262144 bytes (256.0KB) copied, 0.077744 seconds, 3.2MB/s
2846e9e8fab8ee42c40738ae04c7f576  -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants