by jakebpg » Fri Nov 23, 2012 1:54 am
$this->bbcode_second_pass_quote('pepedog', 'j')akebpg
Sorry to hear this has happened.
I don't just get it built, I build it here (kernel and firmware), install it on my own rpi and test. If it's all ok, I place on the github where the builder picks it up. I really do take care doing this.
I think next image is going to be ext3
Do you sync before reboot?
If you had a spare card with system on, and a card reader, you might be able to repair the fs
pepe, not blaming you for this. I know things happen, after all I'm a dev also but most likely not at the level that you are. Most of my dev experience is for windows. I'm now playing around with the rpi so I can use the gpio pins. The work that was lost can be recreated with time.
I'm just wondering why it crashes the system. Is it something with my system setup or is something else going on.
here's what's in cmdline.txt
$this->bbcode_second_pass_code('', ' smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 loglevel=2 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait')
And here's what's in config.txt
$this->bbcode_second_pass_code('', '#
uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720
# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
# uncomment for composite PAL
#sdtv_mode=2
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
# for more options see http://elinux.org/RPi_config.txt
')
Any ideas?
RPI is model B with a sandisk Ultra 32Gb sd card being powered by a powered usb hub and that hub also has my wireless keyboard/mouse(only one dongle for both) plugged into it. I also have a DLink micro wireless adaptor plugged into the other rpi usb port.
And yes I run sync before rebooting.