Eagleye530s backup problem

Hi, i’m trying to backup my system (user folders, programs), making custom SDFUSE image as it follows:


  1. Do a copy of /dev/mmcblk0p7 to rootfs.tar.gz
  2. Burn the official image (A533s-OS-3.2.0 (Ubuntu) – ARTIK 530s 1G Secure Module Firmware Image) on a SDcard
  3. Replace rootfs on the SD with the one that i’ve created
  4. Update image on Eagleye530s



    But when the Eagleye530s boots, it fails in starting kernel:

[code]
# MEMBASE0: 0x00000031, MEMBASE1: 0x00000031
Load from :0x00000081 Sector
Load Addr :0xB0FE0000, Load Size :0x0000ABA4, Launch Addr :0xB0FE0400


BL2 by Nexell Co. - Built on Dec 15 2017 07:42:26

NOTICE: Loading from sdmmc… 0
NOTICE: rp_version: dev. mode
NOTICE:
. Verifying the RSA/SHA-256 signature
NOTICE:
. OK (the signature is valid)

NOTICE:
. Verifying the RSA/SHA-256 signature
NOTICE:
. OK (the signature is valid)

NOTICE:
. Verifying the RSA/SHA-256 signature
NOTICE:
. OK (the signature is valid)

NOTICE: Image Loading Done!
NOTICE: Launch to 0xFFFF0200

U-Boot 2016.01-0533GS0F-44U-01Q5 (Feb 12 2018 - 18:39:12 +0900), Build: jenkins-daily_artik533s_ubuntu-173

Model: Samsung artik533 board based on Nexell s5p4418

Board: ARTIK533 Raptor
DRAM: 992 MiB
HW Revision: 6
MMC: NEXELL DWMMC: 0, NEXELL DWMMC: 1
In: serial
Out: serial
Err: serial
switch to partitions #0, OK
mmc0(part 0) is current device

MMC read: dev # 0, block # 8192, count 1 … 1 blocks read: OK
Booting State = Normal(0)
Net: eth0: ethernet@c0060000
Hit any key to stop autoboot: 0
6345808 bytes read in 429 ms (14.1 MiB/s)
55149 bytes read in 11 ms (4.8 MiB/s)
2430600 bytes read in 172 ms (13.5 MiB/s)
Kernel image @ 0x71080000 [ 0x000000 - 0x60d450 ]

Loading init Ramdisk from Legacy Image at 7a000000 …

Image Name: uInitrd
Image Type: ARM Linux RAMDisk Image (uncompressed)
Data Size: 2430536 Bytes = 2.3 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum … OK

Flattened Device Tree blob at 7b000000

Booting using the fdt blob at 0x7b000000
Using Device Tree in place at 7b000000, end 7b01076c

Starting kernel …

Loading, please wait…
mkdir: can’t create directory ‘/root/lib/modules’: No such file or directory
mount: mounting /lib/modules on /root/lib/modules failed: No such file or directory
mount: mounting /dev on /root/dev failed: No such file or directory
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /proc on /root/proc failed: No such file or directory
/init: line 325: can’t open /root/dev/console: no such file
[/code]


Is there something that i'm doing wrong?

Hi there,



you can use the dd command to build the image. thanks.



<LINK_TEXT text=“https://blog.kintoandar.com/2010/02/how … mp-dd.html”>https://blog.kintoandar.com/2010/02/how-to-disk-dump-dd.html</LINK_TEXT>