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

RK3528 HLink-H28K flash to EMMC!! #2787

Closed
fari2000 opened this issue Feb 8, 2025 · 7 comments
Closed

RK3528 HLink-H28K flash to EMMC!! #2787

fari2000 opened this issue Feb 8, 2025 · 7 comments

Comments

@fari2000
Copy link

fari2000 commented Feb 8, 2025

I managed to make Lemfo hk1rbox k8s to run with the release HLink-H28K using
PRETTY_NAME="Armbian 25.2.1 noble"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04 LTS (Noble Numbat)"
VERSION_CODENAME=noble

and an extracted dtb from android.
Is there any reliable instructions on how to flash this release on the EMMC of the Lemfo hk1rbox k8s?

Thanks for your reply

@ophub
Copy link
Owner

ophub commented Feb 10, 2025

dd if=armbian.img of=/dev/mmcblk1 bs=1M status=progress

@ophub ophub closed this as completed Feb 10, 2025
@fari2000
Copy link
Author

Thanks alot for your advice.
I saw some instructions advising first to copy the /dev/mmcblk1 as below
dd if=/dev/mmcblk1 of=/boot/u-boot-default-aml.img bs=1M count=4

and than restore it with
dd if=/boot/u-boot-default-aml.img of=/dev/mmcblk1 conv=fsync bs=1 count=442
dd if=/boot/u-boot-default-aml.img of=/dev/mmcblk1 conv=fsync bs=512 skip=1 seek=1
Is that wrong?

Thanks for your reply

@fari2000
Copy link
Author

Thanks a lot!
I will give it a try

Best regards

@fari2000
Copy link
Author

fari2000 commented Feb 10, 2025

https://github.com/ophub/amlogic-s9xxx-armbian/tree/main/documents#8212-install-the-system-to-emmc

I have followed your advice, that bricked the TV box:
I have done
dd if=armbian.img of=/dev/mmcblk2 bs=1M status=progress (/dev/mmcblk2 is the EMMC of the TV BOX)
Than I mounted the boot partition, I modified the armbianEnv.txt with the right name dtb, than I did reboot--> TV BOX is dead
It does not boot from emmc neither from SD card.
What was wrong?

Thanks for your reply

@ophub
Copy link
Owner

ophub commented Feb 11, 2025

Just use the h28k firmware without modification

@fari2000
Copy link
Author

fari2000 commented Feb 12, 2025 via email

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