Commit 38e59051 authored by Alessandro Rubini's avatar Alessandro Rubini

boot-procedure: print sdram timings

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 3193b72e
...@@ -24,6 +24,15 @@ insmod /lib/modules/2.6.39/kernel/g_serial.ko ...@@ -24,6 +24,15 @@ insmod /lib/modules/2.6.39/kernel/g_serial.ko
# See fstab: /dev/pts, /tmp, /sys # See fstab: /dev/pts, /tmp, /sys
/bin/mount -a; /bin/mount -a;
# check sdram....
for n in 00 04 08 0c 10 14 1c 20 24 2c 40 44 48 4c e4 e4; do
echo -n "0xffffe.$n: "
devmem 0xffffe4$n | busybox tr -d '\n'
echo -n " "
devmem 0xffffe6$n
done
# Allow me to have a shell at this point in time, # Allow me to have a shell at this point in time,
# by passing WRS_INTERACTIVE=y in the command line. # by passing WRS_INTERACTIVE=y in the command line.
#echo "WRS_INTERACTIVE: \"$WRS_INTERACTIVE\"" #echo "WRS_INTERACTIVE: \"$WRS_INTERACTIVE\""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment