* Hello world
@ 2011-08-31 15:50 Renaud Barbier
[not found] ` <CAC2XfkW=6QG8hFLv01b0GdFeZ=RNJ9=g8iEfirUj0Masp66qMw@mail.gmail.com>
0 siblings, 1 reply; 6+ messages in thread
From: Renaud Barbier @ 2011-08-31 15:50 UTC (permalink / raw)
To: barebox
Hello,
I just loaded barebox on a beagle board and I am experimenting with it.
I was wondering how I could load and execute a simple hello world program.
It looks like I would have to use a module.
Could somebody give me some pointers?
Cheers,
Renaud
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 6+ messages in thread[parent not found: <CAC2XfkW=6QG8hFLv01b0GdFeZ=RNJ9=g8iEfirUj0Masp66qMw@mail.gmail.com>]
* Re: Hello world [not found] ` <CAC2XfkW=6QG8hFLv01b0GdFeZ=RNJ9=g8iEfirUj0Masp66qMw@mail.gmail.com> @ 2011-09-02 11:10 ` Renaud Barbier 2011-09-02 15:56 ` Shakil 0 siblings, 1 reply; 6+ messages in thread From: Renaud Barbier @ 2011-09-02 11:10 UTC (permalink / raw) To: plumbedZero c, barebox [-- Attachment #1.1: Type: text/plain, Size: 2501 bytes --] Hello Plumbedzero, Here is what I did: make omap3530_beagle_defconfig make ARCH=arm CROSS_COMPILE=arm-poky-linux-gnueabi- I use a 32MB SD card formatted for FAT. As per documentation, I copied the file MLO, barebox.bin as u-boot.bin and normal.scr as boot.scr (not used yet) on the SD card. Texas Instruments X-Loader 1.4.2 (Feb 19 2009 - 12:01:24) Reading boot sector Loading u-boot.bin from mmc barebox 2011.08.0 (Aug 31 2011 - 14:07:34) Board: Texas Instrument's Beagle I2C probe i2c-omap@i2c-omap0: bus 0 rev3.12 at 100 kHz ehci@ehci0: USB EHCI 1.00 NAND device: Manufacturer ID: 0x2c, Chip ID: 0xba (Micron NAND 256MiB 1,8V 16-bit) Malloc space: 0x80c00000 -> 0x81000000 (size 4 MB) Stack space : 0x80bf8000 -> 0x80c00000 (size 32 kB) Open /dev/env0 No such file or directory no valid environment found on /dev/env0. Using default environment running /env/bin/init... sh: No such file or directory Hit any key to stop autoboot: Usage: timeout [OPTION]... <timeout> Wait <timeout> seconds for a timeout. Return 1 if the user intervented or 0 if a timeout occured -a interrupt on any key -c interrupt on ctrl-c -r interrupt on return -s silent mode On 01/09/11 15:08, plumbedZero c wrote: > Hi Renaud, > > Sorry for mailing you but I couldn't stop myself writing to you. I > have struggled a lot to compile barebox for beagleboard and it > compiled, however I am not able to load it as I don't get any boot > prompt after loading it to beagle board. > > Can you share the process of compilation and if configuration file > required. > > Also I would be interested in the Hello World program. In case if you > are able to make it then let me know as well. Hope you dont mind my > multiple requests. > > > Thanks > > On Wed, Aug 31, 2011 at 8:50 AM, Renaud Barbier <renaud.barbier@ge.com > <mailto:renaud.barbier@ge.com>> wrote: > > Hello, > I just loaded barebox on a beagle board and I am experimenting > with it. > > I was wondering how I could load and execute a simple hello world > program. > > It looks like I would have to use a module. > > Could somebody give me some pointers? > > Cheers, > Renaud > > _______________________________________________ > barebox mailing list > barebox@lists.infradead.org <mailto:barebox@lists.infradead.org> > http://lists.infradead.org/mailman/listinfo/barebox > > -- Renaud Barbier 14, Links Place 3/2 great Michael House Edinburgh, EH67EN Tel: +44 131 561 3532 [-- Attachment #1.2: Type: text/html, Size: 4011 bytes --] [-- Attachment #2: Type: text/plain, Size: 149 bytes --] _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Hello world 2011-09-02 11:10 ` Renaud Barbier @ 2011-09-02 15:56 ` Shakil 0 siblings, 0 replies; 6+ messages in thread From: Shakil @ 2011-09-02 15:56 UTC (permalink / raw) To: Renaud Barbier; +Cc: barebox [-- Attachment #1.1: Type: text/plain, Size: 2832 bytes --] Thanks Renaud, for the instruction. I will try this over weekend and will get back to you if I am having any problem. Appreciate your response. Regards Shakil On 9/2/2011 4:10 AM, Renaud Barbier wrote: > Hello Plumbedzero, > Here is what I did: > > make omap3530_beagle_defconfig > make ARCH=arm CROSS_COMPILE=arm-poky-linux-gnueabi- > > I use a 32MB SD card formatted for FAT. > > As per documentation, > I copied the file MLO, barebox.bin as u-boot.bin and normal.scr as > boot.scr (not used yet) on the SD card. > > > > Texas Instruments X-Loader 1.4.2 (Feb 19 2009 - 12:01:24) > Reading boot sector > Loading u-boot.bin from mmc > > > barebox 2011.08.0 (Aug 31 2011 - 14:07:34) > > Board: Texas Instrument's Beagle > I2C probe > i2c-omap@i2c-omap0: bus 0 rev3.12 at 100 kHz > ehci@ehci0: USB EHCI 1.00 > NAND device: Manufacturer ID: 0x2c, Chip ID: 0xba (Micron NAND 256MiB > 1,8V 16-bit) > Malloc space: 0x80c00000 -> 0x81000000 (size 4 MB) > Stack space : 0x80bf8000 -> 0x80c00000 (size 32 kB) > Open /dev/env0 No such file or directory > no valid environment found on /dev/env0. Using default environment > running /env/bin/init... > sh: No such file or directory > > Hit any key to stop autoboot: Usage: timeout [OPTION]... <timeout> > Wait <timeout> seconds for a timeout. Return 1 if the user intervented > or 0 if a timeout occured > -a interrupt on any key > -c interrupt on ctrl-c > -r interrupt on return > -s silent mode > > > > On 01/09/11 15:08, plumbedZero c wrote: >> Hi Renaud, >> >> Sorry for mailing you but I couldn't stop myself writing to you. I >> have struggled a lot to compile barebox for beagleboard and it >> compiled, however I am not able to load it as I don't get any boot >> prompt after loading it to beagle board. >> >> Can you share the process of compilation and if configuration file >> required. >> >> Also I would be interested in the Hello World program. In case if you >> are able to make it then let me know as well. Hope you dont mind my >> multiple requests. >> >> >> Thanks >> >> On Wed, Aug 31, 2011 at 8:50 AM, Renaud Barbier >> <renaud.barbier@ge.com <mailto:renaud.barbier@ge.com>> wrote: >> >> Hello, >> I just loaded barebox on a beagle board and I am experimenting >> with it. >> >> I was wondering how I could load and execute a simple hello world >> program. >> >> It looks like I would have to use a module. >> >> Could somebody give me some pointers? >> >> Cheers, >> Renaud >> >> _______________________________________________ >> barebox mailing list >> barebox@lists.infradead.org <mailto:barebox@lists.infradead.org> >> http://lists.infradead.org/mailman/listinfo/barebox >> >> > > -- > Renaud Barbier > 14, Links Place > 3/2 great Michael House > Edinburgh, EH67EN > Tel: +44 131 561 3532 [-- Attachment #1.2: Type: text/html, Size: 4755 bytes --] [-- Attachment #2: Type: text/plain, Size: 149 bytes --] _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox ^ permalink raw reply [flat|nested] 6+ messages in thread
* Hello world @ 2023-07-07 19:31 ross thomas 0 siblings, 0 replies; 6+ messages in thread From: ross thomas @ 2023-07-07 19:31 UTC (permalink / raw) To: git@vger.kernel.org Hello who am I speaking with and why did you have a email of mine, is what I’m wondering, this is Ross Nicholas Oneil Thomas. Do you still work with the site or are you not there anymore. Sent from my iPhone ^ permalink raw reply [flat|nested] 6+ messages in thread
* Hello world @ 2023-09-02 13:25 ross nicholas Oneil thomas 0 siblings, 0 replies; 6+ messages in thread From: ross nicholas Oneil thomas @ 2023-09-02 13:25 UTC (permalink / raw) To: git@vger.kernel.org Hello hello hello Sent from my iPhone Mr.R,Thomas (559-816-2950 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Hello World
@ 2025-12-01 19:17 Zach Brown
0 siblings, 0 replies; 6+ messages in thread
From: Zach Brown @ 2025-12-01 19:17 UTC (permalink / raw)
To: rpdfs-devel
This initial message to the list is mostly for those wandering through
the archives. Welcome :).
This list is for discussion of the development of the rpdfs ("rapid FS")
filesystem. At this point the project is in the phase of rapidly ( :) )
building an initial prototype. The priority is to verify the design of
the core metadata and data IO paths.
There are git repos for the kernel client (that stays pretty close to
upstream) and the userspace utilities and daemons, respectively:
https://git.kernel.org/pub/scm/linux/kernel/git/zab/linux-rpdfs.git/
https://git.kernel.org/pub/scm/linux/kernel/git/zab/rpdfs-progs.git/
We'll be adding documentation and resources as the system evolves. The
current implementation is very bare bones and you're on your own, with
the caveat that this list is precisely for discussion of development of
the system.
- z
^ permalink raw reply [flat|nested] 6+ messages in threadend of thread, other threads:[~2025-12-01 19:17 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-31 15:50 Hello world Renaud Barbier
[not found] ` <CAC2XfkW=6QG8hFLv01b0GdFeZ=RNJ9=g8iEfirUj0Masp66qMw@mail.gmail.com>
2011-09-02 11:10 ` Renaud Barbier
2011-09-02 15:56 ` Shakil
-- strict thread matches above, loose matches on Subject: below --
2023-07-07 19:31 ross thomas
2023-09-02 13:25 ross nicholas Oneil thomas
2025-12-01 19:17 Hello World Zach Brown
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.