Hi, First thing: hats off. great stitching of toolchain for short cycle embedded erlang dev. Thanks a lot.
Using FTDI cable, having burnt the buildroot image alone from the nerves SDK, I get this:
U-Boot SPL 2014.01 (May 02 2014 - 10:07:07)
reading args
spl: error reading image args, err - -1
reading u-boot.img
reading u-boot.img
U-Boot 2014.01 (May 02 2014 - 10:07:07)
I2C: ready
DRAM: 512 MiB
NAND: 0 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - readenv() failed, using default environment
Net: <ethaddr> not set. Validating first E-fuse MAC
cpsw, usb_ether
Hit any key to stop autoboot: 0
mmc0 is current device
SD/MMC found on device 0
reading uEnv.txt
104 bytes read in 4 ms (25.4 KiB/s)
Loaded environment from uEnv.txt
Importing environment from mmc ...
1964040 bytes read in 155 ms (12.1 MiB/s)
24884 bytes read in 27 ms (899.4 KiB/s)
Kernel image @ 0x80200000 [ 0x000000 - 0x1df808 ]
## Flattened Device Tree blob at 80f80000
Booting using the fdt blob at 0x80f80000
Using Device Tree in place at 80f80000, end 80f89133
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
omap2_mbox_probe: platform not supported
bone-capemgr bone_capemgr.9: slot #0: No cape found
bone-capemgr bone_capemgr.9: slot #1: No cape found
bone-capemgr bone_capemgr.9: slot #2: No cape found
bone-capemgr bone_capemgr.9: slot #3: No cape found
omap_hsmmc mmc.5: of_parse_phandle_with_args of 'reset' failed
pinctrl-single 44e10800.pinmux: pin 44e10854 already requested by 44e10800.pinmux; cannot claim for gpio-leds.8
pinctrl-single 44e10800.pinmux: pin-21 (gpio-leds.8) status -22
pinctrl-single 44e10800.pinmux: could not request pin 21 on device pinctrl-single
/sbin/init: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00
This is after closely following your youtube video, on a clean nerves-sdk clone. what I did was just this:
where sdb is my sdcard, and after pushing it back in the computer I get two drives on it, the boot one and the linux one. so it all seems fine, but it appears my linux compilation is not as should to run on the beagle...