ons 2013-12-18 klockan 23:38 -0800 skrev Puneet B: > I have A20 custom board. > > i booted form NAND. > > Now i want to boot it from sd card. > > kindly tell me git repository for u-boot for spl.bin and u-boot.bin.
The linux-sunxi u-boot git repository is what you want. > and kindly tell me how to compile it. You need to add a definition for your board, defining memory parameters and a bit more. See boards/sunxi/ and boards.cfg Then "make CROSS_COMPILE=... your_board_name_in_boards.cfg" Regards Henrik -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
