Make persistent changes to init.rc

Unpack the uramdisk using following command in host PC(Linux) mkdir /tmp/initrc cd /tmp/initrd sudo mount /dev/sdb1 /mnt sdb1 is partion where uramdisk/uInitrd resides. dd bs=1 skip=64 if=/mnt/uInitrd of=initrd.gz gunzip initrd.gz At this point running the command file initrd should show: mkdir fs cd fs cpio -id < ../initrd Make changes to init.rc Pack uramdisk using … Read more

How to start Solr automatically?

As you’re on a shared Linux box, you’ll have to ask the system administrator to do the following, probably. Create a startup script in /etc/init.d/solr. Copy this code, my Solr startup script, into that file: #!/bin/sh # Prerequisites: # 1. Solr needs to be installed at /usr/local/solr/example # 2. daemon needs to be installed # … Read more

What is the booting process for ARM?

Currently, there are two exception models in the ARM architecture (reset is considered a kind of exception): The classic model, used in pre-Cortex chip and current Cortex-A/R chips. In it, the memory at 0 contains several exception handlers: Offset Handler =============== 00 Reset 04 Undefined Instruction 08 Supervisor Call (SVC) 0C Prefetch Abort 10 Data … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)