I am trying to get Vanilla Debian up and running on the H64B.
I have build Arm-Trusted-Firmware and U-Boot from git/source and got the u-boot-sunxi-with-spl.bin file which I copied with "sudo dd if=u-boot-sunxi-with-spl.bin of=/dev/sdX bs=1024 seek=8" to my eMMC-Module.
My fstab is as below, with /boot flagged as bootable by fdisk.
/dev/mmcblk1p1 /boot ext2 defaults 0 2
/dev/mmcblk1p2 / ext4 errors=remount-ro 0 1
/dev/mmcblk1p3 swap swap defaults 0 0
Then powered up the H64B only shows that he has loaded u-boot and then stops/hangs and does not carry on to load Linux from /boot.
Am I missing something ???
Any adivce would be greatly appreciated.
I am tinkering with this for a while now and can't get past the U-Boot SPL prompt....
Here is that i am doing https://github.com/as365n4/Debian_on_Pin...neH64B.pdf
I have build Arm-Trusted-Firmware and U-Boot from git/source and got the u-boot-sunxi-with-spl.bin file which I copied with "sudo dd if=u-boot-sunxi-with-spl.bin of=/dev/sdX bs=1024 seek=8" to my eMMC-Module.
My fstab is as below, with /boot flagged as bootable by fdisk.
/dev/mmcblk1p1 /boot ext2 defaults 0 2
/dev/mmcblk1p2 / ext4 errors=remount-ro 0 1
/dev/mmcblk1p3 swap swap defaults 0 0
Then powered up the H64B only shows that he has loaded u-boot and then stops/hangs and does not carry on to load Linux from /boot.
Am I missing something ???
Any adivce would be greatly appreciated.
I am tinkering with this for a while now and can't get past the U-Boot SPL prompt....
Here is that i am doing https://github.com/as365n4/Debian_on_Pin...neH64B.pdf