I’m trying to flash Resin on an Artik 710 dev board. I’ve been following the instructions on https://docs.resin.io/artik710/cpp/getting-started/ but after setting the dip switches and powering on the board, I’m never seeing the device show up on the dashboard.
I connected a usb cable to the debug port, rebooted, and see this on boot:
U-Boot 2016.01 (May 15 2017 - 20:50:10 +0000)
Model: Samsung artik710 raptor board based on Nexell s5p6818
Board: ARTIK710 Raptor
DRAM: 896 MiB
HW Revision: 6
MMC: NEXELL DWMMC: 0, NEXELL DWMMC: 1
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
LCD#1:0x4, LCD#2:0x4, CAM#1:0x4, CAM#2:0x4
ADD-ON-BOARD : 0xFFFE
Net:
Warning: ethernet@c0060000 (eth0) using random MAC address - 9e:d8:50:57:17:84
eth0: ethernet@c0060000
Hit any key to stop autoboot: 0
Scanning MMC and USB devices 0 1 2
** Unrecognized filesystem type **
** Unrecognized filesystem type **
reading resin-image-flasher
24 bytes read in 6 ms (3.9 KiB/s)
Found resin flasher on mmc 1
Loading resinOS_uEnv.txt from mmc device 1 partition 1
reading resinOS_uEnv.txt
** Unable to read file resinOS_uEnv.txt **
** Unrecognized filesystem type **
** Unrecognized filesystem type **
** Unrecognized filesystem type **
** Unrecognized filesystem type **
** Unrecognized filesystem type **
** Unrecognized filesystem type **
** Unrecognized filesystem type **
** Unrecognized filesystem type **
** Unrecognized filesystem type **
Bad Linux ARM64 Image magic!
artik710#
I’ve tried flashing my sd card with both dd and Etcher and get the same result. The sd card is a Samsung Ultra 32 gig.
Any ideas on why this is happening?