Jump to content

flymike

Members
  • Posts

    3
  • Joined

  • Last visited

  1. Hi @pista I have a MiniMX 2G/16G S905 TV box, it was running with LibreELEC custom build. I decide to try Armbian on it since the box no longer in use. Installed with balbes150 build on both SD and USB drive are all good (using gxbb-vega-s95-telos.dtb with ethernet only since p200/201 has got no ethernet nor wifi), but I really want to run the system from the internal storage. Coming across your post, I really like your implementation of running entire system on eMMC. Yes I bricked the box once trying to install the system to eMMC by blindly run the emmc install script I was trying to follow your steps, only archived the "dedicating 2 areas at the end of eMMC: 200MB 'boot', and the rest (~6GB) as 'root'" so far, and have no idea how to proceed further... Hope you can give me some help. "copied the root directory tree to /dev/mmcblk1p2" - Do this with 'dd if=/dev/mmcblk0p2 of=/dev/mmcblk1p2'? "(the boot "partition") without file system, and copied (dd) uboot (the mailine uboot), kernel, ramdisk, and dtb there at the predefined block positions, e.g: 'dd if=zImage of=/dev/mmcblk1p2 bs=512 seek=2859008 count=54841'" - Do you mean of=/dev/mmcblk1p1 since p2 is used for ROOTFS? and after that, how to apply these two: "used 'mmc read' to load all files, e.g.: to load the kernel: 'mmc read 0x08080000 0x2BA3FC 0xD639'" - which file should be changed (boot.ini?) Where to apply this? - 'booti 0x08080000 0x13000000 0x08008000' as 'bootcmd' to start the system. Thanks in advance.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines