Hi,
I will be glad to be able to launch LE from the SD card as I have the same issue as op.
But what are the steps exactly ?
1. Create SD card with one of those images for S905x.
2. Then add the uboot with this tutorial.
Code
sudo umount /dev/sdX*
sudo dd if=aml_sdc_burn.UBOOT of=/dev/sdX bs=1 count=442
sudo dd if=aml_sdc_burn.UBOOT of=/dev/sdX seek=1 skip=1 bs=512
sync
Code
cp aml_sdc_burn.ini aml_sdc_burn.UBOOT [device-mount-point]
cp XXX [device-mount-point]/aml_upgrade_package.img
sudo umount /dev/sdX*
But what to use for aml_upgrade_package.img ? I tried kernel.img from LE but it gave green screen so it means it does not the correct image.
Or is it possible to boot USB stick using the SD Card ?
Thank you for your help.