Hi, I need the snd-usb-audio module, because i have one USB sound card (RME Babyface). I try to change the kernel (what I compiled succesfully) but the image no longer works. Appears the BPI logo, and happen nothing else.
I try this, but at the end i have not boot.fex :
https://github.com/BPI-SINOVOIP/BPI-M3-bsp
./build.sh
With this i built all, packed all. All process is succesfuly ended.
...
Step 2.Go to folder "Download", put the file(s) to 100MB of the SD Card with DD command.
sudo dd if=boot0_sdcard.fex of=${card} bs=1k seek=8
sudo dd if=u-boot.fex of=${card} bs=1k seek=19096
sudo dd if=sunxi_mbr.fex of=${card} bs=1k seek=20480
sudo dd if=boot-resource.fex of=${card} bs=1k seek=36864
sudo dd if=env.fex of=${card} bs=1k seek=69632
sudo dd if=boot.fex of=${card} bs=1k seek=86016
Which step is missing?
Thanks Laszlo