bbb update docs

This commit is contained in:
parazyd 2016-04-25 19:13:10 +02:00
parent fab5000ac8
commit 1bb5e540eb
No known key found for this signature in database
GPG Key ID: BB5E2E35B92E373E
1 changed files with 2 additions and 0 deletions

View File

@ -55,7 +55,9 @@ ${device_name}-build-kernel() {
sudo mkdir -p ${workdir}/bootp/dtbs
sudo cp arch/arm/boot/dts/*.dtb ${workdir}/bootp/dtbs/
notice "Installing kernel modules"
sudo chown $USER ${strapdir}/lib
make INSTALL_MOD_PATH=${strapdir} modules_install
sudo chown root ${strapdir}/lib
notice "Creating uEnv.txt file"
cat << EOF | sudo tee ${workdir}/bootp/uEnv.txt