Re: [beagleboard] Re: Buildroot question ?

2017-09-22 Thread ve7hex
I expect you've either given up or sorted it out but for anyone else 
reading this thread:

Buildroot packs the FAT and ext4 partitions into sdcard.img so all you need 
to do is dd them onto your card directly (/dev/mmcblk0 or /dev/sd? 
depending on your hosts card interface) ... extracting the files is going 
backwards !

Note the Buildroot image does not follow the newer RAW approach for MLO, 
u-boot.img and so in most you won't actually be using the BR u-boot 
version, unless you manually setup the card (and even then I'm having 
issues with my BBB using the uSD over the eMMC) but using the sdcard.img 
still lets you run from the BR generated uEnv.txt, kernel and rootfs.


-- 
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/fb3baff4-863b-47c9-95e0-e3ea057ebbd9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Buildroot question ?

2017-05-07 Thread Riko Ho

It works already with "dd" sdcard.img into /dev/sdb2,

I built my own image, for my knowledge on how to do it.


On 08/05/17 13:23, William Hermans wrote:



On Sun, May 7, 2017 at 5:42 PM, Riko Ho > wrote:


I hadn't done :

$ sudo  dd  if=buildroot/output/images/rootfs.ext4of=/dev/sdb2

may be that's the problem ?

As Robert said, no that's not the problem. I'm kind of wondering how 
old the sources are that buildroot is using. Because all modern 
official images now days use a single partition. The date on uboot, 
looks reasonably new, but that's not to say the sources are current.
You know, if you're really good at working with images, you can 
actually use debootstrap to build your own image, add in 
beagleboard.org 's repo, download a kernel 
image, and get it working reasonably quick, and easily. I've also no 
idea what kernel version you're using there *looks* looks like 4.4.32 
it seems.
Just out of curiosity, is there any reason why you have to build your 
own images ?  The newer testing images are very stable from what I've 
experienced( a lot of experience by the way ), and have features you 
may want, that probably are not included in the ones buildroot is 
building for you. For instance uboot is now able to load device tree 
overlays, and someone, I'm not sure who, has made the TI kernel based 
images a pleasure to work with. e.g. there are no longer a ton of 
kernel modules loaded at boot if you do not need them. They only load 
as you need them, it seems.
-- For more options, visit http://beagleboard.org/discuss --- You 
received this message because you are subscribed to a topic in the 
Google Groups "BeagleBoard" group. To unsubscribe from this topic, 
visit 
https://groups.google.com/d/topic/beagleboard/s1a4xmoJsyU/unsubscribe. 
To unsubscribe from this group and all its topics, send an email to 
beagleboard+unsubscr...@googlegroups.com 
. To view this 
discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CALHSORqc8u3%2B5gp-xXvSORQvge905cvtQ1fNi9MjSw9xgjjtQQ%40mail.gmail.com 
. 
For more options, visit https://groups.google.com/d/optout. 
-- */***/ Sent by Ubuntu LTS 16.04, 谢谢, Kind regards, Riko Ho 
/***/ *


--
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/6be64893-98e4-b593-6736-e2a8f72f6bcd%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Buildroot question ?

2017-05-07 Thread William Hermans
On Sun, May 7, 2017 at 5:42 PM, Riko Ho  wrote:

> I hadn't done :
>
> $ sudo dd if=buildroot/output/images/rootfs.ext4 of=/dev/sdb2
>
> may be that's the problem ?
>
>
As Robert said, no that's not the problem. I'm kind of wondering how old
the sources are that buildroot is using. Because all modern official images
now days use a single partition. The date on uboot, looks reasonably new,
but that's not to say the sources are current.

You know, if you're really good at working with images, you can actually
use debootstrap to build your own image, add in beagleboard.org's repo,
download a kernel image, and get it working reasonably quick, and easily.
I've also no idea what kernel version you're using there *looks* looks like
4.4.32 it seems.

Just out of curiosity, is there any reason why you have to build your own
images ?  The newer testing images are very stable from what I've
experienced( a lot of experience by the way ), and have features you may
want, that probably are not included in the ones buildroot is building for
you. For instance uboot is now able to load device tree overlays, and
someone, I'm not sure who, has made the TI kernel based images a pleasure
to work with. e.g. there are no longer a ton of kernel modules loaded at
boot if you do not need them. They only load as you need them, it seems.

-- 
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/CALHSORqc8u3%2B5gp-xXvSORQvge905cvtQ1fNi9MjSw9xgjjtQQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Buildroot question ?

2017-05-07 Thread Riko Ho

I've been reading on it, I'll follow it, hopefully it will work..


On 08/05/17 07:39, William Hermans wrote:
Such a workflow, would look something like this: 
https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-RootFileSystem(smallflash) 



--
*/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Kind regards,
Riko Ho
/***/
*

--
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/61d0629f-d028-fb9e-2851-f71f74c1a01b%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Buildroot question ?

2017-05-07 Thread Robert Nelson
On Sun, May 7, 2017 at 7:59 PM, Riko Ho  wrote:
> So I will use the whole partition for sdcard.img ? I don't need /boot and
> /root ?
>
> I'm confused now..

Well it's labeled as "sdcard.img" not "rootfs.img" or "boot.img"...

So give

sudo dd if=./sdcard.img of=/dev/sdb

a try, if it dooesn't work then go to:

https://buildroot.org/support.html

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/CAOCHtYiGA%2BUe57mgWtPsp6CF-_53twpwb1ZsAcdw0zUuLwYJMw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Buildroot question ?

2017-05-07 Thread Robert Nelson
On Sun, May 7, 2017 at 7:42 PM, Riko Ho  wrote:
> I hadn't done :
>
> $ sudo dd if=buildroot/output/images/rootfs.ext4 of=/dev/sdb2
>
> may be that's the problem ?

NO that's another problem..

sudo dd if=./sdcard.img of=/dev/sdb

It's labled as "sdcard" so you might as well use it..

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/CAOCHtYjixy4UF%3DTK7QqPtcQh8JJd1tcxKOpsdRy3pM6fYPVzkw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Buildroot question ?

2017-05-07 Thread Riko Ho

I hadn't done :

$ sudo  dd  if=buildroot/output/images/rootfs.ext4of=/dev/sdb2

may be that's the problem ?


On 08/05/17 07:35, William Hermans wrote:



On Sun, May 7, 2017 at 3:38 PM, Riko Ho > wrote:


I have boot and root partition. And I have put sdcard.img on boot
by cp command, will that work?

What is a "sdcard.img" ? Elaboration is required.

But typically, no it wont work. Typically, you'll want to use dd, or 
tar. Then the partition that is meant to be bootable, needs to be 
marked as bootable using a suitable tool. Such as fdisk, or perhaps 
sfdisk.


Such a workflow, would look something like this: 
https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-RootFileSystem(smallflash) 



Keep in mind this is Roberts build guide for  the beaglebone black, 
and is not intended in this context to be an exact steps example of 
what you need to do. But it should give you a rough idea of what all 
needs to be accomplished over all. *If* you're familiar enough with 
the Linux command line, and tools used.

--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the 
Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/beagleboard/s1a4xmoJsyU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
beagleboard+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CALHSORrOCow8%2BJR9T2wRZGcvQ5YEh3Y8t5q3yT2MABbPsZMCoA%40mail.gmail.com 
.

For more options, visit https://groups.google.com/d/optout.


--
*/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Kind regards,
Riko Ho
/***/
*

--
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/33bb124e-fa78-bc91-c3cf-a22690005f5c%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Buildroot question ?

2017-05-07 Thread Riko Ho

Thanks for the clue, I'll keep posted ..


On 08/05/17 07:39, William Hermans wrote:



On Sun, May 7, 2017 at 4:35 PM, William Hermans > wrote:




On Sun, May 7, 2017 at 3:38 PM, Riko Ho > wrote:

I have boot and root partition. And I have put sdcard.img on
boot by cp command, will that work?

What is a "sdcard.img" ? Elaboration is required.

But typically, no it wont work. Typically, you'll want to use dd,
or tar. Then the partition that is meant to be bootable, needs to
be marked as bootable using a suitable tool. Such as fdisk, or
perhaps sfdisk.

Such a workflow, would look something like this:

https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-RootFileSystem(smallflash)



Keep in mind this is Roberts build guide for  the beaglebone
black, and is not intended in this context to be an exact steps
example of what you need to do. But it should give you a rough
idea of what all needs to be accomplished over all. *If* you're
familiar enough with the Linux command line, and tools used.


Additionally, if you search the internet for "debootstrap how to" 
You'll probably find a lot of information on how one would create a 
rootfs, from scratch, and how to apply that knowledge for this 
purpose. But again, in this context, there will be a lot of 
superfluous information. So you'll have to parse what you read, 
understand what's going on, and take away what you need from it.


--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the 
Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/beagleboard/s1a4xmoJsyU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
beagleboard+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CALHSORoXtN6S%2BoYbsp%2ByN3vopzSS1Do%3Dd00DzY7Sc4Q9Jpo4nw%40mail.gmail.com 
.

For more options, visit https://groups.google.com/d/optout.


--
*/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Kind regards,
Riko Ho
/***/
*

--
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/4875d195-28db-bdd5-41ed-a229a44b065c%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Buildroot question ?

2017-05-07 Thread Riko Ho

Ok thanks for the info, here's about, sdcard.img

I have made two partitions from buildroot, those are files 
(output/image) I got from buildroot, I extracted and copied them manualy 
with "cp"


root@bianchi-HP-Pavilion-dv6-Notebook-PC:/media/bianchi/BOOT# ls -al
total 22208
drwxr-xr-x  2 bianchi bianchi16384 Jan  1  1970 .
drwxr-x---+ 5 rootroot4096 May  7 19:59 ..
-rw-r--r--  1 bianchi bianchi37264 May  5 13:32 am335x-boneblack.dtb
-rw-r--r--  1 bianchi bianchi35372 May  5 13:32 am335x-bone.dtb
-rw-r--r--  1 bianchi bianchi42096 May  5 13:32 am335x-evm.dtb
-rw-r--r--  1 bianchi bianchi40888 May  5 13:32 am335x-evmsk.dtb
-rw-r--r--  1 bianchi bianchi 16777216 May  5 20:32 boot.vfat
-rw-r--r--  1 bianchi bianchi78292 May  5 13:18 MLO
-rw-r--r--  1 bianchi bianchi   625888 May  5 13:17 u-boot.img
-rw-r--r--  1 bianchi bianchi2 May  5 13:18 u-boot-spl.bin
-rw-r--r--  1 bianchi bianchi  186 May  5 20:32 uEnv.txt
-rw-r--r--  1 bianchi bianchi  4995616 May  5 13:32 zImage

and root :
root@bianchi-HP-Pavilion-dv6-Notebook-PC:/media/bianchi/root# ls -alh
total 54M
drwxr-xr-x  2 root root 4.0K May  7 18:53 .
drwxr-x---+ 5 root root 4.0K May  7 19:59 ..
-rw-r--r--  1 root root  14M May  5 20:32 rootfs.ext2
lrwxrwxrwx  1 root root   11 May  7 18:53 rootfs.ext4 -> rootfs.ext2
-rw-r--r--  1 root root  11M May  5 20:32 rootfs.tar
-rw-r--r--  1 root root  30M May  5 20:32 sdcard.img

 do I need to "dd" sdcard.img to "root" ?

That images booted this far,
--
U-Boot SPL 2016.09.01 (May 05 2017 - 13:17:29)
Trying to boot from MMC1
reading args
spl_load_image_fat_os: error reading image args, err - -1
reading u-boot.img
reading u-boot.img
reading u-boot.img
reading u-boot.img


U-Boot 2016.09.01 (May 05 2017 - 13:17:29 +0800)

DRAM:  512 MiB
NAND:  0 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
reading uboot.env

** Unable to read "uboot.env" from mmc0:1 **
Using default environment

Net:
Warning: ethernet@4a10 using MAC address from ROM
eth0: ethernet@4a10
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
reading boot.scr
** Unable to read file boot.scr **
reading uEnv.txt
186 bytes read in 6 ms (30.3 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc0 ...
Running uenvcmd ...
reading /zImage
4995616 bytes read in 329 ms (14.5 MiB/s)
reading /am335x-boneblack.dtb
37264 bytes read in 10 ms (3.6 MiB/s)
bootargs=console=ttyO0,

115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait
## Flattened Device Tree blob at 8800
   Booting using the fdt blob at 0x8800
   Loading Device Tree to 8fff3000, end 818f ... OK

Starting kernel ...

[0.00] Booting Linux on physical CPU 0x0
[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Initializing cgroup subsys cpuacct
[0.00] Linux version 4.4.32 
(bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC) (gcc version 5.4.0 
(Buildroot 2017.02) ) #1 SMP Fri May 5 137
[0.00] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), 
cr=10c5387d
[0.00] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing 
instruction cache

[0.00] Machine model: TI AM335x BeagleBone Black
[0.00] cma: Reserved 16 MiB at 0x9e80
[0.00] Memory policy: Data cache writeback
[0.00] CPU: All CPU(s) started in SVC mode.
[0.00] AM335X ES2.1 (sgx neon )
[0.00] PERCPU: Embedded 14 pages/cpu @df912000 s24936 r8192 
d24216 u57344
[0.00] Built 1 zonelists in Zone order, mobility grouping on.  
Total pages: 129408
[0.00] Kernel command line: console=ttyO0,115200n8 
root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait

[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] Memory: 481840K/522240K available (6772K kernel code, 
760K rwdata, 2276K rodata, 444K init, 8263K bss, 24016K reserved, 16384K )

[0.00] Virtual kernel memory layout:
[0.00] vector  : 0x - 0x1000   (   4 kB)
[0.00] fixmap  : 0xffc0 - 0xfff0   (3072 kB)
[0.00] vmalloc : 0xe080 - 0xff80   ( 496 MB)
[0.00] lowmem  : 0xc000 - 0xe000   ( 512 MB)
[0.00] pkmap   : 0xbfe0 - 0xc000   (   2 MB)
[0.00] modules : 0xbf00 - 0xbfe0   (  14 MB)
[0.00]   .text : 0xc0008000 - 0xc08de58c   (9050 kB)
[0.00]   .init : 0xc08df000 - 0xc094e000   ( 444 kB)
[0.00]   .data : 0xc094e000 - 0xc0a0c278   ( 761 kB)
[0.00].bss : 0xc0a0e000 - 0xc121fe20   (8264 kB)
[0.00] Running RCU self tests
[0.00] Hierarchical RCU implementation.
[0.00]  RCU lockdep checking is enabled.
[0.00]  Build-time 

Re: [beagleboard] Re: Buildroot question ?

2017-05-07 Thread William Hermans
On Sun, May 7, 2017 at 4:35 PM, William Hermans  wrote:

>
>
> On Sun, May 7, 2017 at 3:38 PM, Riko Ho  wrote:
>
>> I have boot and root partition. And I have put sdcard.img on boot by cp
>> command, will that work?
>>
> What is a "sdcard.img" ? Elaboration is required.
>
> But typically, no it wont work. Typically, you'll want to use dd, or tar.
> Then the partition that is meant to be bootable, needs to be marked as
> bootable using a suitable tool. Such as fdisk, or perhaps sfdisk.
>
> Such a workflow, would look something like this:
> https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-
> RootFileSystem(smallflash)
>
> Keep in mind this is Roberts build guide for  the beaglebone black, and is
> not intended in this context to be an exact steps example of what you need
> to do. But it should give you a rough idea of what all needs to be
> accomplished over all. *If* you're familiar enough with the Linux command
> line, and tools used.
>

Additionally, if you search the internet for "debootstrap how to" You'll
probably find a lot of information on how one would create a rootfs, from
scratch, and how to apply that knowledge for this purpose. But again, in
this context, there will be a lot of superfluous information. So you'll
have to parse what you read, understand what's going on, and take away what
you need from it.

-- 
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/CALHSORoXtN6S%2BoYbsp%2ByN3vopzSS1Do%3Dd00DzY7Sc4Q9Jpo4nw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Buildroot question ?

2017-05-07 Thread William Hermans
On Sun, May 7, 2017 at 3:38 PM, Riko Ho  wrote:

> I have boot and root partition. And I have put sdcard.img on boot by cp
> command, will that work?
>
What is a "sdcard.img" ? Elaboration is required.

But typically, no it wont work. Typically, you'll want to use dd, or tar.
Then the partition that is meant to be bootable, needs to be marked as
bootable using a suitable tool. Such as fdisk, or perhaps sfdisk.

Such a workflow, would look something like this:
https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-RootFileSystem(smallflash)

Keep in mind this is Roberts build guide for  the beaglebone black, and is
not intended in this context to be an exact steps example of what you need
to do. But it should give you a rough idea of what all needs to be
accomplished over all. *If* you're familiar enough with the Linux command
line, and tools used.

-- 
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/CALHSORrOCow8%2BJR9T2wRZGcvQ5YEh3Y8t5q3yT2MABbPsZMCoA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Buildroot question ?

2017-05-07 Thread Riko Ho
I have boot and root partition. And I have put sdcard.img on boot by cp
command, will that work?

/***/
Sent by Android 4.4.2,
Regards,
Riko Ho
/***/
On May 7, 2017 8:29 PM,  wrote:

> As I see it you should raw copy sdcard.img (dd, etcher) to a sdcard and
> make sure it gets booted from.
> /Sven
>
> Den fredag 5 maj 2017 kl. 13:38:53 UTC+2 skrev bianchi:
>>
>> Everyone,
>>
>> I have built a boot image for BeagleBone Black with buildroot,
>> until :
>>
>> -rw-r--r-- 1 bianchi bianchi37264 May  5 13:32 am335x-boneblack.dtb
>> -rw-r--r-- 1 bianchi bianchi35372 May  5 13:32 am335x-bone.dtb
>> -rw-r--r-- 1 bianchi bianchi42096 May  5 13:32 am335x-evm.dtb
>> -rw-r--r-- 1 bianchi bianchi40888 May  5 13:32 am335x-evmsk.dtb
>> -rw-r--r-- 1 bianchi bianchi 16777216 May  5 16:26 boot.vfat
>> -rw-r--r-- 1 bianchi bianchi78292 May  5 13:18 MLO
>> -rw-r--r-- 1 bianchi bianchi 14505984 May  5 16:26 rootfs.ext2
>> lrwxrwxrwx 1 bianchi bianchi   11 May  5 16:26 rootfs.ext4 ->
>> rootfs.ext2
>> -rw-r--r-- 1 bianchi bianchi 10649600 May  5 16:26 rootfs.tar
>> -rw-r--r-- 1 bianchi bianchi  3424743 May  5 16:26 rootfs.tar.bz2
>> -rw-r--r-- 1 bianchi bianchi 31283712 May  5 16:26 sdcard.img
>> -rw-r--r-- 1 bianchi bianchi   625888 May  5 13:17 u-boot.img
>> -rwxr-xr-x 1 bianchi bianchi2 May  5 13:18 u-boot-spl.bin
>> -rw-r--r-- 1 bianchi bianchi  186 May  5 16:26 uEnv.txt
>> -rw-r--r-- 1 bianchi bianchi  4995616 May  5 13:32 zImage
>>
>> My question is,
>> How can I make it boot until Linux prompt ?
>>
>> Thanks
>>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "BeagleBoard" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/beagleboard/s1a4xmoJsyU/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/beagleboard/3769598d-baed-423a-a0d5-145c3aeda726%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAByQQ_rEpYd2bOtSyHXxNuKo%2B-2n_cPqJ3Exf7sJFo8XLWtUzg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.