openbouffalo / buildroot_bouffalo

Linux Image for the BL808 CPU by Bouffalo Lab
126 stars 34 forks source link

Non-standard python3 path in mergebin.py, build failure #41

Closed oniongarlic closed 1 year ago

oniongarlic commented 1 year ago
Creating OpenSBI/DTB/Kernel Image
/share/build/ox64/buildroot_bouffalo/board/pine64/ox64/post-build.sh: 8: /share/build/ox64/buildroot_bouffalo/board/pine64/ox64/mergebin.py: not found

python3 is normally located in /usr/bin not /bin

leow149 commented 1 year ago

I created a pull request that changes the script to use the python3 location defined in the environment variable.