<aw>
i didn't see the branch "remotes/origin/eeprom-new" after "git branch -a". is that ok?
<aw>
got "E: Couldn't find package libusb-1.0" after "./configure". but my Synaptic package shows a package of "libusb1.0-0" installed already. what's next step i have to do?, tks!
<carlobar>
hi, im learning how to use flterm. i made a simple application that prints two numbers. i compiled that app setting "flash : ORIGIN = 0x41000000" in the linker script. Now im loading the binary image at address 0x41000000 (with flterm), but the output is: g4ýýý[iýýýýý[iýýýý. I dont know whats wrong, can someone help me?
<Fallenou>
carlobar: is the hardware configured to fetch the good address from flash ?
<carlobar>
do you mean read and write at 0x41000000? if thats so, yes. Sdram is at 0x40000000. From 0x40000000 to 0x40ffffff is assigned to bios, and from 0x41000000 to 0x41ffffff is assigned to the app
<Fallenou>
oh yes you are flashing an application, not a bios, sorry
<carlobar>
that "flash" label refers to a sdram
<carlobar>
but is that procedure ok? im trying to learn that before starting compiling the kernel
<GitHub162>
[extras-m1] shiyele pushed 1 new commit to master: http://bit.ly/lfQxss
<GitHub162>
[extras-m1/master] a few label updates - Wolfgang Spraul
<Fallenou>
carlobar: seems ok to me
<Fallenou>
as long as you tell flterm to put the binary image at the right address
<Fallenou>
it should jump on it
<Fallenou>
be sure to have your "main" function at 0x41000000 btw
<carlobar>
the disassembler code seems ok
<Fallenou>
so if you have a call 0x41000000 from the bios it should be working ?
<carlobar>
yes, inned after loading the image, some characters are printed
<Fallenou>
check the uart baud rate ?
<Fallenou>
carlobar: is your code available somewhere ?
<carlobar>
The output  is:
<carlobar>
Attempting serial firmware loading
<carlobar>
sL5DdSMmkekro
<carlobar>
[FLTERM] Received firmware download request from the device.