hello Community , iam new here.
I have done a own Scriptmistake with dd
The Result is …mmc get partition error!
my test was to copy the armbian (Balbes150) after setting via SDcard direktly in the emmc.
while i haved no success to bring the Armbianserverimage to the emmc…
I have no success to boot the Armbian from emmc
following Steps i have made :
Clone the Armbian_5.37_S9xxx_Ubuntu_xenial_3.14.29_server_20171226.img via dd to SDcard (sudo dd if=Armbian_5.37_S9xxx_Ubuntu_xenial_3.14.29_server_20171226.img of=/dev/sdb bs=4M && sync)
on SD Card i copied & renamed the /BOOT/dtb-3.14.29/kvim.dtb to /BOOT/dtb.img
placed u-boot.bin (from Vim_Uboot_170121) via dd to sdcard
(sudo dd if=u-boot.bin.sd.bin of=/dev/sdb bs=1 count=444 && sync)
and
(sudo dd if=u-boot.bin.sd.bin of=/dev/sdb bs=512 skip=1 seek=1 && sync)
insert SD to KhadasVim and boot … all works Bootprompt Login (on UART)
ive loggt in and change pw & set new user… and reboot (with inserted SD Card)
reloggin and start ./install.sh
root@amlogic:~# ./install.sh
Start copy system for DATA partition.
Formatting DATA partition…
umount: /dev/data: mountpoint not found
The file /dev/data does not exist and no size was specified.
e2fsck 1.42.13 (17-May-2015)
e2fsck: No such file or directory while trying to open /dev/data
Possibly non-existent device?
done.
Copying ROOTFS.
mount: special device /dev/data does not exist
Copy BIN
Copy BOOT
tar: boot/s905_autoscript.cmd: time stamp 2017-12-26 10:13:34 is 50.020295683 s in the future
tar: boot/aml_autoscript: time stamp 2017-12-26 10:13:34 is 49.602797307 s in the future
tar: boot/aml_autoscript.zip: time stamp 2017-12-26 10:13:34 is 49.600625932 s in the future
…
…
…(Cutted out)
…
Create SYS
Create TMP
Copy USR
Copy VAR
Copy fstab
umount: /ddbr/install: not mounted
Done copy ROOTFS
Writing new kernel image…
dd: failed to open ‘/dev/boot’: No such file or directory
/dev/boot: No such file or directory
/dev/boot: No such file or directory
/dev/boot: No such file or directory
/dev/boot: No such file or directory
done.
Writing new dtb …
done.
Write env bootargs
if i want start ./s905_autoscript
-bash: ./s905_autoscript: cannot execute binary file: Exec format error
so now begun my mistake … i copied manually via dd the /dev/mmcblk0 (sd?) to /dev/mmcblk1 (emmc?)
my search is …
i just want a emmc booting armbian on Khadas vimpro …
i just need eth and nat in the kernel … no multiboot / gui
… many steps .i known …
but maybe have anyone the hint for a simple emmc boot with armbian (so i dont need a sdcard to work)
Judging by the post script install.sh you have no important partition /dev/boot. I can only assume that you have in the eMMC there is no proper system (standard firmware Android). Prerequisite Armbian in the installation of eMMC, the eMMC available in regular (working) firmware Android. Restore factory firmware in eMMC and only then run the setup script Armbian in eMMC.
Pay attention to the successful installation and operation Armbian, you should strictly follow the instructions.