Unofficial Arch Linux ARM image for A20-OLinuXino-MICRO

Started by progmetalbg, September 12, 2013, 04:27:38 PM

Previous topic - Next topic

sanzoghenzo

Quote from: progmetalbg on January 03, 2015, 11:01:15 AM
Hi sanzoghenzo,
..
U-boot binary u-boot-sunxi-with-spl.bin is different than script.bin
In /boot you should have:

  • uImage - Linux kernel
  • u-boot-sunxi-with-spl.bin - compiled u-boot
  • script.bin - binary version of script.fex
  • uEnv.txt or boot.scr - not really needed but useful for specifying additional kernel parameters at boot.

Thanks progmetalbg, that's what I suspected, but ten I tried to move the script.bin file away from boot an everything worked, so I assumed it was useless.
Now I get that the compiled u-boot has a default config that is overridden by /boot/script.bin
Now that my script.bin is loaded I can test the dht22 module by hhornbacher :)

Thanks again and happy new year!