Hi,
That's all
Hope this helps
Maruprez
I created the uEnv and it seems that the board really tries to boot from the sata, but after a few seconds it restarts.
--
You received this message because you are subscribed to the Google Groups "Cubieboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cubieboard+...@googlegroups.com.
Visit this group at http://groups.google.com/group/cubieboard?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
I added your line after:root=dev/sda1 rootwaitand after booting...~# cat /proc/cmdlineconsole=ttyS0,115200 root=/dev/mmcblk0p2 init=/init loglevel=8 rootfstype=ext4 rootwaitIt's completely ignoring my uEnv.txt... :-(
You'll need a terminal emulator, something like putty for windows or picocom for linux. When you connect the USB->serial dongle to your linux system, it shows up as /dev/ttyUSB0 if it's the only serial dongle, or /dev/ttyUSB<n> if you have several. I use picocom to connect to the board:
picocom -b 115200 /dev/ttyUSB0
I cut and paste the serial console log as needed. Exit picocom with CTRL-a CTRL-x (or unplug the USB cable).
Pat