Hello there,
I have connected the debug cable, heres the output:

/U-Boot SPL 2014.10-rc2-00017-g621bc23 (Sep 04 2014 - 19:58:48)//
//
//
//U-Boot 2014.10-rc2-00017-g621bc23 (Sep 04 2014 - 19:58:48), Build: jenkins-github_Bootloader-Builder-22//
//
//       Watchdog enabled//
//I2C:   ready//
//DRAM:  512 MiB//
//MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1//
//Using default environment//
//
//Net:   <ethaddr> not set. Validating first E-fuse MAC//
//cpsw, usb_ether//
//Hit any key to stop autoboot:  0//
//gpio: pin 53 (gpio 53) value is 1//
//Card did not respond to voltage select!//
//Card did not respond to voltage select!//
//gpio: pin 56 (gpio 56) value is 0//
//gpio: pin 55 (gpio 55) value is 0//
//gpio: pin 54 (gpio 54) value is 0//
//switch to partitions #0, OK//
//mmc1(part 0) is current device//
//gpio: pin 54 (gpio 54) value is 1//
//SD/MMC found on device 1//
//Checking for: /uEnv.txt ...//
//Checking for: /boot.scr ...//
//Checking for: /boot/boot.scr ...//
//Checking for: /boot/uEnv.txt ...//
//gpio: pin 55 (gpio 55) value is 1//
//764 bytes read in 21 ms (35.2 KiB/s)//
//Loaded environment from /boot/uEnv.txt//
//Checking if uname_r is set in /boot/uEnv.txt...//
//gpio: pin 56 (gpio 56) value is 1//
//Running uname_boot ...//
//loading /boot/vmlinuz-3.8.13-bone64 ...//
//5605264 bytes read in 377 ms (14.2 MiB/s)//
//loading /boot/dtbs/3.8.13-bone64/am335x-boneblack.dtb ...//
//26098 bytes read in 30 ms (848.6 KiB/s)//
//loading /boot/initrd.img-3.8.13-bone64 ...//
//2282569 bytes read in 150 ms (14.5 MiB/s)//
//debug: [console=ttyO0,115200n8 root=UUID=49a3b628-4d8e-4a0f-b159-bd265e36a9df ro rootfstype=ext4 rootwait fixrtc quiet init=/lib/systemd/systemd] ...//
//debug: [bootz 0x82000000 0x88080000:22d449 0x88000000] ...//
//Kernel image @ 0x82000000 [ 0x000000 - 0x558790 ]//
//## Flattened Device Tree blob at 88000000//
//   Booting using the fdt blob at 0x88000000//
//   Loading Ramdisk to 8fdd2000, end 8ffff449 ... OK//
//   Loading Device Tree to 8fdc8000, end 8fdd15f1 ... OK//
//
//Starting kernel ...//
//
//Uncompressing Linux... done, booting the kernel.//
//[    0.338513] omap2_mbox_probe: platform not supported//
//[    0.493476] tps65217-bl tps65217-bl: no platform data provided//
//[    0.553819] bone-capemgr bone_capemgr.9: slot #0: No cape found//
//[    0.590929] bone-capemgr bone_capemgr.9: slot #1: No cape found//
//[    0.628036] bone-capemgr bone_capemgr.9: slot #2: No cape found//
//[    0.665145] bone-capemgr bone_capemgr.9: slot #3: No cape found//
//[ 0.680842] bone-capemgr bone_capemgr.9: slot #6: BB-BONELT-HDMIN conflict P8.45 (#5:BB-BONELT-HDMI)//
//[    0.690402] bone-capemgr bone_capemgr.9: slot #6: Failed verification//
//[ 0.697136] bone-capemgr bone_capemgr.9: loader: failed to load slot-6 BB-BONELT-HDMIN:00A0 (prio 2)// //[ 0.713682] omap_hsmmc mmc.5: of_parse_phandle_with_args of 'reset' failed// //[ 0.776740] pinctrl-single 44e10800.pinmux: pin 44e10854 already requested by 44e10800.pinmux; cannot claim for gpio-leds.8// //[ 0.788424] pinctrl-single 44e10800.pinmux: pin-21 (gpio-leds.8) status -22// //[ 0.795694] pinctrl-single 44e10800.pinmux: could not request pin 21 on device pinctrl-single//
//Loading, please wait...//
//systemd-fsck[201]: rootfs: clean, 12849/111104 files, 77267/444160 blocks// //Welcome to emergency mode. Use "systemctl default" or ^D to enter default mode./

Then I enter systemctl default to enter the prompt. I comment the fstab entry adn everything works again. I tried to read into your script, I found the place where the partition is created:

/if [ "x${bborg_production}" = "xenable" ] ; then//
//            conf_boot_endmb="96"//
//            conf_boot_fstype="fat"//
//            sfdisk_fstype="0xE"//
//            sfdisk_partition_layout//
//        else//
//            sfdisk_single_partition_layout//
//            media_rootfs_partition=1//
//        fi/

You said that everything is stored on a single partition in this image, while it looks like there is a second one in fat16 for the usb. Im not sure either I understand this correctly, if this is a single partition, how can i create a separate one for the usb? I would really aprichiate your help.

W dniu 2014-09-30 15:38, Robert Nelson pisze:
On Tue, Sep 30, 2014 at 8:35 AM, Bremenpl <breme...@gmail.com> wrote:
But why can I mount it by hand then without any problems?
I doubt it's really mounting what you think it's mounting..

Regards,


--
Bremenpl

--
For more options, visit http://beagleboard.org/discuss
--- You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to