Kirei Kusakawe - 2012-11-29

Anleitung zur OS Generierung (richi):
https://github.com/richi-chen/device_ti_richi-panda_jb/blob/master/README

benötigt wird am besten:
aptitude install uboot-mkimage
http://www.benmccann.com/dev-blog/installing-oracle-java-jdk-on-ubuntu/ (mit aktueller version und alle einzeln als update-alternatives)

mkdir richi
cd richi
repo init -u git://github.com/richi-chen/Pandaboard-JB-repo.git -b master
repo sync
cd kernel/
git apply ../device/ti/richi-panda/panda_omapzoom_kernel_3_0_add_audio_bluetooth_for_ics.patch
git apply ../device/ti/richi-panda/panda_omapzoom_kernel_3_0_ASOC_ABE_revert.patch
cd ..
source build/envsetup.sh
lunch full_richi_panda-userdebug
make fastboot
source build/envsetup.sh
lunch full_richi_panda-userdebug
make clean (clean build if needed) ## vielleicht vorher board in bootloader
make all_build

Initial setup, part 2:
With no SD card inserted, plug USB first, then the power cord,
and load fastboot over USB: (hiernach mit su rechten, sonst wird das gerät nicht gefunden)
device/ti/richi-panda/usbboot device/ti/richi-panda/u-boot.bin
fastboot oem format
fastboot flash xloader device/ti/richi-panda/xloader.bin
fastboot flash bootloader device/ti/richi-panda/u-boot.bin

Build and flash, part 2: Flash
Reboot into the SD card's fastboot (hold GPIO_121 and press PWRON_RESET)
and flash the system:
fastboot erase cache
fastboot flash userdata
fastboot flashall

finish und beten^^

 

Last edit: Kirei Kusakawe 2012-11-29