Re: [beagleboard] BeagleBoneBlack unable to boot properly

2018-04-16 Thread Robert Nelson
On Mon, Apr 16, 2018 at 4:38 AM,   wrote:
> Hi,
> I  am trying to run an old ubuntu14.0 OS image on my beaglebone board, which
> also include the ROS for my project.
> Now the problem is it is not booting properly. This old ubuntu image I
> flashed to the memory card using win32DiskImager.
> This image has only the root filesystem in it although this file system is
> ext4 but is *boot flagged (fdisk command told me this).
> Now I am unable to run this image on my BBB but previously it was running.
> here is the output of the boot process:

> Running uenvcmd ...
> 83 bytes read in 34 ms (2 KiB/s)
> 5506960 bytes read in 382 ms (13.7 MiB/s)
> 26098 bytes read in 96 ms (264.6 KiB/s)
> ## Flattened Device Tree blob at 8800
>Booting using the fdt blob at 0x8800
>Using Device Tree in place at 8800, end 880095f1
>
> Starting kernel ...


> [0.00] Kernel command line: console=tty0 console=ttyO0,115200n8
> root= rootfstype=ext4 rootwait
> init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v2.sh

> [3.311039] Waiting for root device ...

Fix your /uEnv.txt

your passing:

root=
&
init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v2.sh

so your not passing the root-partition information and it's setup to
flash the eMMC..

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYgFt3pzu5Z_nmRNY%3DOHONR4zqpPZh%3DnUmykbyEaoJCNrA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BeagleBoneBlack unable to boot properly

2018-04-16 Thread kamal pandey
I only want to run an older image which had no uboot.img and MLO file only
the vmlinuz-3.18 kernel. And that image used to run before.I don't know why
its not running now


On Mon, Apr 16, 2018 at 5:25 PM, Madhu K  wrote:

> Hi,
>
> If you change the rootfs to some other version of Ubuntu will it work?
>
> Regards,
> Madhu
>
> On Mon, Apr 16, 2018 at 3:08 PM,   wrote:
> > Hi,
> > I  am trying to run an old ubuntu14.0 OS image on my beaglebone board,
> which
> > also include the ROS for my project.
> > Now the problem is it is not booting properly. This old ubuntu image I
> > flashed to the memory card using win32DiskImager.
> > This image has only the root filesystem in it although this file system
> is
> > ext4 but is *boot flagged (fdisk command told me this).
> > Now I am unable to run this image on my BBB but previously it was
> running.
> > here is the output of the boot process:
> >
> >  => board_name=[A335BNLT] ...
> > board_rev=[00A6] ...
> > switch to partitions #0, OK
> > mmc0 is current device
> > SD/MMC found on device 0
> > ** Bad device 0:2 0x8200 **
> > ** Bad device 0:2 0x8200 **
> > switch to partitions #0, OK
> > mmc0 is current device
> > Scanning mmc 0:1...
> > gpio: pin 56 (gpio 56) value is 0
> > gpio: pin 55 (gpio 55) value is 0
> > gpio: pin 54 (gpio 54) value is 0
> > gpio: pin 53 (gpio 53) value is 1
> > switch to partitions #0, OK
> > mmc0 is current device
> > gpio: pin 54 (gpio 54) value is 1
> > Checking for: /uEnv.txt ...
> > 743 bytes read in 9 ms (80.1 KiB/s)
> > gpio: pin 55 (gpio 55) value is 1
> > Loaded environment from /uEnv.txt
> > Importing environment from mmc ...
> > Checking if uenvcmd is set ...
> > gpio: pin 56 (gpio 56) value is 1
> > Running uenvcmd ...
> > 83 bytes read in 34 ms (2 KiB/s)
> > 5506960 bytes read in 382 ms (13.7 MiB/s)
> > 26098 bytes read in 96 ms (264.6 KiB/s)
> > ## Flattened Device Tree blob at 8800
> >Booting using the fdt blob at 0x8800
> >Using Device Tree in place at 8800, end 880095f1
> >
> > Starting kernel ...
> >
> > Uncompressing Linux... done, booting the kernel.
> > [0.00] Booting Linux on physical CPU 0x0
> > [0.00] Initializing cgroup subsys cpu
> > [0.00] Linux version 3.8.13-bone68 (bbb-dev@bbbdev-VBox) (gcc
> > version 4.7.3 20130328 (prerelease) (crosstool-NG
> > linaro-1.13.1-4.7-2013.04-20130415 - Linaro GCC 2013.04) ) #1 SMP Fri
> Dec 12
> > 15:30:25 IST 2014
> > [0.00] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7),
> > cr=50c5387d
> > [0.00] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing
> > instruction cache
> > [0.00] Machine: Generic AM33XX (Flattened Device Tree), model: TI
> > AM335x BeagleBone
> > [0.00] Memory policy: ECC disabled, Data cache writeback
> > [0.00] AM335X ES2.0 (l2cache sgx neon )
> > [0.00] PERCPU: Embedded 9 pages/cpu @c0d11000 s14080 r8192 d14592
> > u36864
> > [0.00] Built 1 zonelists in Zone order, mobility grouping on.
> Total
> > pages: 129792
> > [0.00] Kernel command line: console=tty0 console=ttyO0,115200n8
> > root= rootfstype=ext4 rootwait
> > init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v2.sh
> > [0.00] PID hash table entries: 2048 (order: 1, 8192 bytes)
> > [0.00] Dentry cache hash table entries: 65536 (order: 6, 262144
> > bytes)
> > [0.00] Inode-cache hash table entries: 32768 (order: 5, 131072
> > bytes)
> > [0.00] __ex_table already sorted, skipping sort
> > [0.00] allocated 1048576 bytes of page_cgroup
> > [0.00] please try 'cgroup_disable=memory' option if you don't
> want
> > memory cgroups
> > [0.00] Memory: 511MB = 511MB total
> > [0.00] Memory: 508396k/508396k available, 15892k reserved, 0K
> > highmem
> > [0.00] Virtual kernel memory layout:
> > [0.00] vector  : 0x - 0x1000   (   4 kB)
> > [0.00] fixmap  : 0xfff0 - 0xfffe   ( 896 kB)
> > [0.00] vmalloc : 0xe080 - 0xff00   ( 488 MB)
> > [0.00] lowmem  : 0xc000 - 0xe000   ( 512 MB)
> > [0.00] pkmap   : 0xbfe0 - 0xc000   (   2 MB)
> > [0.00] modules : 0xbf80 - 0xbfe0   (   6 MB)
> > [0.00]   .text : 0xc0008000 - 0xc07c0e08   (7908 kB)
> > [0.00]   .init : 0xc07c1000 - 0xc07fe700   ( 246 kB)
> > [0.00]   .data : 0xc080 - 0xc0887740   ( 542 kB)
> > [0.00].bss : 0xc0887740 - 0xc0900ec0   ( 486 kB)
> > [0.00] Hierarchical RCU implementation.
> > [0.00]  RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
> > [0.00] NR_IRQS:0 nr_irqs:0 0
> > [0.00] IRQ: Found an INTC at 0xfa20 (revision 5.0) with 128
> > interrupts
> > [0.00] Total of 128 interrupts on 1 active controller
> > [0.00] OMAP clockevent source: GPTIMER1 at 2400 Hz
> > [0.00] 

Re: [beagleboard] BeagleBoneBlack unable to boot properly

2018-04-16 Thread Madhu K
Hi,

If you change the rootfs to some other version of Ubuntu will it work?

Regards,
Madhu

On Mon, Apr 16, 2018 at 3:08 PM,   wrote:
> Hi,
> I  am trying to run an old ubuntu14.0 OS image on my beaglebone board, which
> also include the ROS for my project.
> Now the problem is it is not booting properly. This old ubuntu image I
> flashed to the memory card using win32DiskImager.
> This image has only the root filesystem in it although this file system is
> ext4 but is *boot flagged (fdisk command told me this).
> Now I am unable to run this image on my BBB but previously it was running.
> here is the output of the boot process:
>
>  => board_name=[A335BNLT] ...
> board_rev=[00A6] ...
> switch to partitions #0, OK
> mmc0 is current device
> SD/MMC found on device 0
> ** Bad device 0:2 0x8200 **
> ** Bad device 0:2 0x8200 **
> switch to partitions #0, OK
> mmc0 is current device
> Scanning mmc 0:1...
> gpio: pin 56 (gpio 56) value is 0
> gpio: pin 55 (gpio 55) value is 0
> gpio: pin 54 (gpio 54) value is 0
> gpio: pin 53 (gpio 53) value is 1
> switch to partitions #0, OK
> mmc0 is current device
> gpio: pin 54 (gpio 54) value is 1
> Checking for: /uEnv.txt ...
> 743 bytes read in 9 ms (80.1 KiB/s)
> gpio: pin 55 (gpio 55) value is 1
> Loaded environment from /uEnv.txt
> Importing environment from mmc ...
> Checking if uenvcmd is set ...
> gpio: pin 56 (gpio 56) value is 1
> Running uenvcmd ...
> 83 bytes read in 34 ms (2 KiB/s)
> 5506960 bytes read in 382 ms (13.7 MiB/s)
> 26098 bytes read in 96 ms (264.6 KiB/s)
> ## Flattened Device Tree blob at 8800
>Booting using the fdt blob at 0x8800
>Using Device Tree in place at 8800, end 880095f1
>
> Starting kernel ...
>
> Uncompressing Linux... done, booting the kernel.
> [0.00] Booting Linux on physical CPU 0x0
> [0.00] Initializing cgroup subsys cpu
> [0.00] Linux version 3.8.13-bone68 (bbb-dev@bbbdev-VBox) (gcc
> version 4.7.3 20130328 (prerelease) (crosstool-NG
> linaro-1.13.1-4.7-2013.04-20130415 - Linaro GCC 2013.04) ) #1 SMP Fri Dec 12
> 15:30:25 IST 2014
> [0.00] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7),
> cr=50c5387d
> [0.00] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing
> instruction cache
> [0.00] Machine: Generic AM33XX (Flattened Device Tree), model: TI
> AM335x BeagleBone
> [0.00] Memory policy: ECC disabled, Data cache writeback
> [0.00] AM335X ES2.0 (l2cache sgx neon )
> [0.00] PERCPU: Embedded 9 pages/cpu @c0d11000 s14080 r8192 d14592
> u36864
> [0.00] Built 1 zonelists in Zone order, mobility grouping on.  Total
> pages: 129792
> [0.00] Kernel command line: console=tty0 console=ttyO0,115200n8
> root= rootfstype=ext4 rootwait
> init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v2.sh
> [0.00] PID hash table entries: 2048 (order: 1, 8192 bytes)
> [0.00] Dentry cache hash table entries: 65536 (order: 6, 262144
> bytes)
> [0.00] Inode-cache hash table entries: 32768 (order: 5, 131072
> bytes)
> [0.00] __ex_table already sorted, skipping sort
> [0.00] allocated 1048576 bytes of page_cgroup
> [0.00] please try 'cgroup_disable=memory' option if you don't want
> memory cgroups
> [0.00] Memory: 511MB = 511MB total
> [0.00] Memory: 508396k/508396k available, 15892k reserved, 0K
> highmem
> [0.00] Virtual kernel memory layout:
> [0.00] vector  : 0x - 0x1000   (   4 kB)
> [0.00] fixmap  : 0xfff0 - 0xfffe   ( 896 kB)
> [0.00] vmalloc : 0xe080 - 0xff00   ( 488 MB)
> [0.00] lowmem  : 0xc000 - 0xe000   ( 512 MB)
> [0.00] pkmap   : 0xbfe0 - 0xc000   (   2 MB)
> [0.00] modules : 0xbf80 - 0xbfe0   (   6 MB)
> [0.00]   .text : 0xc0008000 - 0xc07c0e08   (7908 kB)
> [0.00]   .init : 0xc07c1000 - 0xc07fe700   ( 246 kB)
> [0.00]   .data : 0xc080 - 0xc0887740   ( 542 kB)
> [0.00].bss : 0xc0887740 - 0xc0900ec0   ( 486 kB)
> [0.00] Hierarchical RCU implementation.
> [0.00]  RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
> [0.00] NR_IRQS:0 nr_irqs:0 0
> [0.00] IRQ: Found an INTC at 0xfa20 (revision 5.0) with 128
> interrupts
> [0.00] Total of 128 interrupts on 1 active controller
> [0.00] OMAP clockevent source: GPTIMER1 at 2400 Hz
> [0.00] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every
> 178956ms
> [0.00] OMAP clocksource: GPTIMER2 at 2400 Hz
> [0.00] Console: colour dummy device 80x30
> [0.00] console [tty0] enabled
> [0.000637] Calibrating delay loop... 993.47 BogoMIPS (lpj=969728)
> [0.029197] pid_max: default: 32768 minimum: 301
> [0.029341] Security Framework initialized
> [0.029406] Mount-cache hash table entries: 512
> [0.035176] 

[beagleboard] BeagleBoneBlack unable to boot properly

2018-04-16 Thread pandeykamal13526
Hi,
I  am trying to run an old ubuntu14.0 OS image on my beaglebone board, 
which also include the ROS for my project. 
Now the problem is it is not booting properly. This old ubuntu image I 
flashed to the memory card using win32DiskImager. 
This image has only the root filesystem in it although this file system is 
ext4 but is *boot flagged (fdisk command told me this).
Now I am unable to run this image on my BBB but previously it was running.
here is the output of the boot process:

 => board_name=[A335BNLT] ...
board_rev=[00A6] ...
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
** Bad device 0:2 0x8200 **
** Bad device 0:2 0x8200 **
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
gpio: pin 56 (gpio 56) value is 0
gpio: pin 55 (gpio 55) value is 0
gpio: pin 54 (gpio 54) value is 0
gpio: pin 53 (gpio 53) value is 1
switch to partitions #0, OK
mmc0 is current device
gpio: pin 54 (gpio 54) value is 1
Checking for: /uEnv.txt ...
743 bytes read in 9 ms (80.1 KiB/s)
gpio: pin 55 (gpio 55) value is 1
Loaded environment from /uEnv.txt
Importing environment from mmc ...
Checking if uenvcmd is set ...
gpio: pin 56 (gpio 56) value is 1
Running uenvcmd ...
83 bytes read in 34 ms (2 KiB/s)
5506960 bytes read in 382 ms (13.7 MiB/s)
26098 bytes read in 96 ms (264.6 KiB/s)
## Flattened Device Tree blob at 8800
   Booting using the fdt blob at 0x8800
   Using Device Tree in place at 8800, end 880095f1

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[0.00] Booting Linux on physical CPU 0x0
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 3.8.13-bone68 (bbb-dev@bbbdev-VBox) (gcc 
version 4.7.3 20130328 (prerelease) (crosstool-NG 
linaro-1.13.1-4.7-2013.04-20130415 - Linaro GCC 2013.04) ) #1 SMP Fri Dec 
12 15:30:25 IST 2014
[0.00] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), 
cr=50c5387d
[0.00] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing 
instruction cache
[0.00] Machine: Generic AM33XX (Flattened Device Tree), model: TI 
AM335x BeagleBone
[0.00] Memory policy: ECC disabled, Data cache writeback
[0.00] AM335X ES2.0 (l2cache sgx neon )
[0.00] PERCPU: Embedded 9 pages/cpu @c0d11000 s14080 r8192 d14592 
u36864
[0.00] Built 1 zonelists in Zone order, mobility grouping on.  
Total pages: 129792
[0.00] Kernel command line: console=tty0 console=ttyO0,115200n8 
root= rootfstype=ext4 rootwait 
init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v2.sh
[0.00] PID hash table entries: 2048 (order: 1, 8192 bytes)
[0.00] Dentry cache hash table entries: 65536 (order: 6, 262144 
bytes)
[0.00] Inode-cache hash table entries: 32768 (order: 5, 131072 
bytes)
[0.00] __ex_table already sorted, skipping sort
[0.00] allocated 1048576 bytes of page_cgroup
[0.00] please try 'cgroup_disable=memory' option if you don't want 
memory cgroups
[0.00] Memory: 511MB = 511MB total
[0.00] Memory: 508396k/508396k available, 15892k reserved, 0K 
highmem
[0.00] Virtual kernel memory layout:
[0.00] vector  : 0x - 0x1000   (   4 kB)
[0.00] fixmap  : 0xfff0 - 0xfffe   ( 896 kB)
[0.00] vmalloc : 0xe080 - 0xff00   ( 488 MB)
[0.00] lowmem  : 0xc000 - 0xe000   ( 512 MB)
[0.00] pkmap   : 0xbfe0 - 0xc000   (   2 MB)
[0.00] modules : 0xbf80 - 0xbfe0   (   6 MB)
[0.00]   .text : 0xc0008000 - 0xc07c0e08   (7908 kB)
[0.00]   .init : 0xc07c1000 - 0xc07fe700   ( 246 kB)
[0.00]   .data : 0xc080 - 0xc0887740   ( 542 kB)
[0.00].bss : 0xc0887740 - 0xc0900ec0   ( 486 kB)
[0.00] Hierarchical RCU implementation.
[0.00]  RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
[0.00] NR_IRQS:0 nr_irqs:0 0
[0.00] IRQ: Found an INTC at 0xfa20 (revision 5.0) with 128 
interrupts
[0.00] Total of 128 interrupts on 1 active controller
[0.00] OMAP clockevent source: GPTIMER1 at 2400 Hz
[0.00] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 
178956ms
[0.00] OMAP clocksource: GPTIMER2 at 2400 Hz
[0.00] Console: colour dummy device 80x30
[0.00] console [tty0] enabled
[0.000637] Calibrating delay loop... 993.47 BogoMIPS (lpj=969728)
[0.029197] pid_max: default: 32768 minimum: 301
[0.029341] Security Framework initialized
[0.029406] Mount-cache hash table entries: 512
[0.035176] Initializing cgroup subsys cpuacct
[0.035219] Initializing cgroup subsys memory
[0.035266] Initializing cgroup subsys blkio
[0.035361] CPU: Testing write buffer coherency: ok
[0.035753] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[0.035824] Setting up static identity map for 0x804a3db8 - 0x804a3e04
[0.036751] Brought up 1 CPUs
[