Hi
安裝了ti-processor-sdk-linux-am335x-evm-06.03.00.106
參考Overview_Getting_Started_Guide.html
執行./setup.sh建立環境
執行 make u-boot-spl產生u-boot
但產生出來的u-boot似乎不能在BBB上面使用
請問該怎麼產生符合BBB環境的u-boot?
產生的u-boot又該如何燒錄到BBB
是否有相關文件呢?
謝謝
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi
安裝了ti-processor-sdk-linux-am335x-evm-06.03.00.106
參考Overview_Getting_Started_Guide.html
執行./setup.sh建立環境
執行 make u-boot-spl產生u-boot
但產生出來的u-boot似乎不能在BBB上面使用
請問該怎麼產生符合BBB環境的u-boot?
產生的u-boot又該如何燒錄到BBB
是否有相關文件呢?
謝謝
Hi Shine
參考文件Compiling MLO and u-boot段所述
執行完
make CROSS_COMPILE=arm-linux-gnueabihf- O=am335x_evm am335x_evm_defconfig
似乎並沒有看到產生u-boot
這應該會產生在哪?
謝謝
Daniel