EmbeddedRelated.com

Pointer to memory location in Atmega128

Started by Anonymous in comp.arch.embedded19 years ago 3 replies

hi good day, We are using codevision AVR as compiler for atmega128 , and bootloader(upper 2K) for loading application...

hi good day, We are using codevision AVR as compiler for atmega128 , and bootloader(upper 2K) for loading application firmware(start from 0x0000 , size nearly 70K) and a separate data structure(start from 0xB400, size nearly 20K). Now we want to access that data structure from our application firmware.Actually we failed to access the upper 64k area by declaring a pointer to...


Raspberry Pi - necessity to use additional boatloder - is it possible to read the original command line parameters provided by start.elf?

Started by Anonymous in comp.arch.embedded8 years ago 1 reply

Hi, I'm preparing a system with a Raspberry Pi as an embedded computer, running the Buildroot compiled Linux. To extend possible boot options...

Hi, I'm preparing a system with a Raspberry Pi as an embedded computer, running the Buildroot compiled Linux. To extend possible boot options I have to use additional bootloader (barebox or u-Boot). Everything works fine, however it appears, that this intermediate bootloader needs to pass the original kernel command line parameters, which are prepared by the start.elf tool. Of


PXA255 read/write timing

Started by Raj in comp.arch.embedded20 years ago 1 reply

I am using intel PXA flash chip to store embedded bootloader and embedded App. It is taking long time (4 minutes) to write 3 MB data. I am...

I am using intel PXA flash chip to store embedded bootloader and embedded App. It is taking long time (4 minutes) to write 3 MB data. I am writing 128k block at a time. It is taking 10 seconds to read. Any suggestions on improving the speed to write is appreciated. I am new to flash programming. Or is it expected time? Did we select wrong chip for writing such large data. I am designing to...


armv4l-unkown-linux-gcc compiler problem!!

Started by Chan Ka Cheong in comp.arch.embedded19 years ago 3 replies

Hi, I am a newbie in the embedded system world. Currently, I got a development board with StrongARm 206MHz CPU. I got the vivi and the cross...

Hi, I am a newbie in the embedded system world. Currently, I got a development board with StrongARm 206MHz CPU. I got the vivi and the cross compiler and prepared to compile a bootloader for my embedded system, However when I run the "make" command /opt/host/armv4l/bin/armv4l-unknown-linux-gcc -I/root/cheong/gsl/linuette/vivi/i nclude -I/opt/host/armv4l/include/ -Wall -Wstrict-prototypes -O...


LowCost ARM setup with S3C2440 ARM9 Board

Started by emBGeek in comp.arch.embedded15 years ago 1 reply

i want to build a low cost ARM based setup for learning of linux drivers and board level porting objectives : 1)bootloader...

i want to build a low cost ARM based setup for learning of linux drivers and board level porting objectives : 1)bootloader functionality 2)bare board porting of linux 3)linux boot up in embedded systems 4)device driver development cant afford to spend huge money so figured out 2 boards : name :Samsung S3C2440 ARM9 Board link :-http://cgi.ebay.com/Samsung-S3C2440-ARM9-Board-m...


the wrong message about '_depend'

Started by jackle in comp.arch.embedded17 years ago 5 replies

linux system: redhat 9 cross compiler: arm-elf-gcc 2.95.3 bootloader: u-boot 1.1.6 when compliing,the wrong message is...

linux system: redhat 9 cross compiler: arm-elf-gcc 2.95.3 bootloader: u-boot 1.1.6 when compliing,the wrong message is below: [root@zheng u-boot-1.1.6]# make all for dir in tools examples post post/cpu ; do make -C $dir _depend ; done make[1]: Entering directory `/home/zheng/workstation/u-boot-1.1.6/tools' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/ho...


Booting from a different location

Started by Washington Ratso in comp.arch.embedded15 years ago 8 replies

I am running Linux 2.6.26 on a PPC. I want to boot linux without using a bootloader to speed up the boot process but, due to the size of...

I am running Linux 2.6.26 on a PPC. I want to boot linux without using a bootloader to speed up the boot process but, due to the size of the kernel, I cannot put it at the reset vector. I was told that I have to put a branch instruction at the reset vector location and branch to the location where my kernel is. How do I put a branch instruction at the reset vector?


about '_MQ'

Started by jackle in comp.arch.embedded17 years ago

linux system: redhat 9 cross compiler: arm-elf-gcc 2.95.3 bootloader: u-boot 1.1.6 the wrong message is below,when make : make[1]:...

linux system: redhat 9 cross compiler: arm-elf-gcc 2.95.3 bootloader: u-boot 1.1.6 the wrong message is below,when make : make[1]: Leaving directory `/home/zheng/workstation/u-boot-1.1.6/post/ cpu' make -C cpu/s3c44b0 start.o make[1]: Entering directory `/home/zheng/workstation/u-boot-1.1.6/cpu/ s3c44b0' arm-elf-gcc: start.o: ????????? arm-elf-gcc: unrecognized option `-MQ' arm-elf...