hello community.
I have a i.MX6Q sabre lite. And host setting is Ubuntu 14.04.2 LTS 64bit.
https://github.com/Freescale/fsl-community-bsp-platform
(I visited this web site.)
Referred to 'FSL Community BSP' tab
+add
$: vi conf/local.conf
MACHINE = "imx6qsabrelite"
$ cd tmp/deploy/images/imx6qsabrelite
(Occurred imx6q sabrelite directory. so I Took action.)
I connected the SDcard to the host pc
and try this.
lite@emb:~/fsl-community-bsp/build/tmp/deploy/images/imx6qsabrelite$ sudo dd if=core-image-minimal-imx6qsabrelite.sdcard of=/dev/sdc1
49152+0 records in
49152+0 records out
25165824 bytes (25 MB) copied, 3.84026 s, 6.6 MB/s
but...
lite@emb:~/fsl-community-bsp/build/tmp/deploy/images$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 226G 23G 192G 11% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 1.9G 4.0K 1.9G 1% /dev
tmpfs 382M 1.2M 381M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 1.9G 492K 1.9G 1% /run/shm
none 100M 60K 100M 1% /run/user
/dev/sdc1 7.4G 4.0K 7.4G 1% /media/lite/0AD3-D456
and Do not host PC connect.
I'm retry.
(copy&paste the core-image-minimal-imx6qsabrelite.sdcard file.)
lite@emb:~/fsl-community-bsp/build/tmp/deploy/images/$ sudo dd if=core-image-minimal-imx6qsabrelite.sdcard of=/dev/sdc1
However, the result is the same as that of the front.
And boot failed... perfect failed..:smileycry:
thanks for reading. :smileyhappy:
please help!