Hello! I loaded u-boot-567-nand.bin using Rudy's UBL and executed.
Now I have some doubts about writing ubl_nand.bin and
u-boot-567-nand.bin into nand.

I loaded ubl_nand.bin through tftp to memory:
DaVinci EVM # tftp
TFTP from server 192.168.1.34; our IP address is 192.168.1.33
Filename 'ubl_nand.bin'.
Load address: 0x80700000
Loading: ###
done
Bytes transferred = 14336 (3800 hex)

Now, to write it to NAND, I suppose I should make:
cp.b 0x80700000 00000001 3800

The same for u-boot-567-nand.bin:
DaVinci EVM # tftp
TFTP from server 192.168.1.34; our IP address is 192.168.1.33
Filename 'u-boot-567-nand.bin'.
Load address: 0x80700000
Loading: #####################
done
Bytes transferred = 107484 (1a3dc hex)

So, to write it to NAND, I suppose I should make:
cp.b 0x80700000 00000006 1A3DC


Should I erase nand before writing those files?
Like : erase 00000000 0001A3E2


By the way, I get 'Bank # 1: missing or unknown FLASH type' when I
issue 'flinfo' command. Does it mean some kind of error reading NAND?


Thanks,
Carlos
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to